Rakefile in travis-1.8.6.travis.807.4 vs Rakefile in travis-1.8.6
- old
+ new
@@ -1,9 +1,11 @@
# encoding: utf-8
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
windows = RUBY_PLATFORM =~ /mswin|mingw/
+require 'bundler/gem_tasks'
+
desc "run specs"
task(:spec) { ruby "-S rspec spec#{" -c" unless windows}" }
desc "generate gemspec, update readme"
task :update => :completion do
@@ -58,6 +60,6 @@
task 'README.md' => :update
task :gemspec => :update
task :default => :spec
task :default => :gemspec unless windows or RUBY_VERSION < '2.0'
-task :test => :spec
\ No newline at end of file
+task :test => :spec