Rakefile in openrain-scenarios-0.1.2 vs Rakefile in openrain-scenarios-0.2.1
- old
+ new
@@ -7,10 +7,10 @@
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "scenarios"
s.summary = "Create, Organize, and Run arbitrary snippets of Ruby code"
s.email = "remi@remitaylor.com"
- s.homepage = "http://github.com/remi/scenarios"
+ s.homepage = "http://github.com/openrain/scenarios"
s.description = "Create, Organize, and Run arbitrary snippets of Ruby code"
s.authors = %w( remi )
s.files = FileList["[A-Z]*", "{lib,spec,examples,rails_generators}/**/*"]
end
rescue LoadError