Rakefile in credly-0.0.1 vs Rakefile in credly-0.0.2
- old
+ new
@@ -14,6 +14,11 @@
system("gem push credly-#{Credly::VERSION}.gem")
system("git push --tags")
end
task :release => :publish do
+end
+
+task :install_gems do
+ # Used when testing in 1.8.6, where bundler is not available.
+ system("gem install faraday activesupport multi_json rake pry-debugger json_spec rspec guard-bundler guard-rspec rb-inotify rb-fsevent rb-fchange ruby_gntp faraday fabrication fuubar awesome_print")
end
\ No newline at end of file