Rakefile in seed_dump-2.0.0 vs Rakefile in seed_dump-3.0.0

- old
+ new

@@ -8,9 +8,10 @@ gem.summary = "{Seed Dumper for Rails}" gem.description = %Q{Dump (parts) of your database to db/seeds.rb to get a headstart creating a meaningful seeds.rb file} gem.email = 'rroblak@gmail.com' gem.homepage = 'https://github.com/rroblak/seed_dump' gem.authors = ['Rob Halff', 'Ryan Oblak'] + gem.license = 'MIT' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end