Rakefile in magiclabs-userstamp-2.0.2 vs Rakefile in magiclabs-userstamp-2.1.0

- old
+ new

@@ -18,21 +18,5 @@ rdoc.title = 'Userstamp' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('Readme.rdoc', 'CHANGELOG', 'LICENSE') rdoc.rdoc_files.include('lib/**/*.rb') end - -begin - require 'jeweler' - project_name = 'magiclabs-userstamp' - Jeweler::Tasks.new do |gem| - gem.name = project_name - gem.summary = "This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes." - gem.email = "delynn@gmail.com" - gem.homepage = "https://github.com/magiclabs/userstamp" - gem.authors = ["DeLynn Berry"] - end - - Jeweler::GemcutterTasks.new -rescue LoadError - puts "Jeweler, or one of its dependencies, is not available. Install it with: gem install jeweler" -end \ No newline at end of file