Rakefile in devise-1.0.11 vs Rakefile in devise-1.1.pre

- old
+ new

@@ -35,19 +35,20 @@ begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "devise" - s.version = Devise::VERSION.dup + s.version = Devise::VERSION s.summary = "Flexible authentication solution for Rails with Warden" s.email = "contact@plataformatec.com.br" s.homepage = "http://github.com/plataformatec/devise" s.description = "Flexible authentication solution for Rails with Warden" s.authors = ['José Valim', 'Carlos Antônio'] - s.files = FileList["[A-Z]*", "{app,config,generators,lib}/**/*", "rails/init.rb"] - s.add_dependency("warden", "~> 0.10.3") + s.files = FileList["[A-Z]*", "{app,config,lib}/**/*"] + s.extra_rdoc_files = FileList["[A-Z]*"] - %w(Gemfile Rakefile) + s.add_dependency("warden", "~> 0.9.3") end Jeweler::GemcutterTasks.new rescue LoadError - puts "Jeweler, or one of its dependencies, is not available. Install it with: gem install jeweler" + puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end