diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | MIT-LICENSE | 2 | ||||
-rw-r--r-- | Rakefile | 3 | ||||
-rw-r--r-- | dashing.gemspec | 4 | ||||
-rw-r--r-- | shipit.rubygems.yml | 1 |
5 files changed, 7 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 0a28e78..66b5ca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 2.1.0 + - 2.1.2 - 2.0.0 - 1.9.3 diff --git a/MIT-LICENSE b/MIT-LICENSE index d2bf435..1cb4835 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Shopify +Copyright (c) 2014 Shopify Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -1,5 +1,6 @@ require 'rubygems' require 'rake' +require 'bundler/gem_tasks' require 'rake/testtask' Rake::TestTask.new(:test) do |test| @@ -7,4 +8,4 @@ Rake::TestTask.new(:test) do |test| test.pattern = 'test/**/*_test.rb' end -task :default => [:test]
\ No newline at end of file +task :default => [:test] diff --git a/dashing.gemspec b/dashing.gemspec index 8ef27f8..08e7f2b 100644 --- a/dashing.gemspec +++ b/dashing.gemspec @@ -2,9 +2,9 @@ Gem::Specification.new do |s| s.name = 'dashing' - s.version = '1.3.2' + s.version = '1.3.3' s.date = '2013-11-21' - s.executables << 'dashing' + s.executables = %w(dashing) s.summary = "The exceptionally handsome dashboard framework." diff --git a/shipit.rubygems.yml b/shipit.rubygems.yml new file mode 100644 index 0000000..c3f42d3 --- /dev/null +++ b/shipit.rubygems.yml @@ -0,0 +1 @@ +# using the default shipit config |