Rakefile in weather-random-0.0.2 vs Rakefile in weather-random-0.1.0
- old
+ new
@@ -1,9 +1,12 @@
+# Run the Rakefile in the root of the gem (where the gemspec is)
+
+
require "bundler/gem_tasks"
require 'rake/testtask'
Rake::TestTask.new do |t|
t.test_files = FileList['test/**/*.rb']
end
task :default => [:test]
-
+task :release => [:build, :install]
\ No newline at end of file