Rakefile in devise_openid_authenticatable-1.0.0 vs Rakefile in devise_openid_authenticatable-1.1.0

- old
+ new

@@ -1,7 +1,7 @@ -require 'rake' -require 'rake/rdoctask' +require 'bundler/gem_tasks' +require 'rdoc/task' require 'rspec/mocks/version' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) @@ -13,21 +13,6 @@ rdoc.rdoc_dir = 'rdoc' rdoc.title = 'devise_openid_authenticatable' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('lib/**/*.rb') -end - -begin - require 'jeweler' - Jeweler::Tasks.new do |gemspec| - gemspec.name = "devise_openid_authenticatable" - gemspec.summary = "OpenID authentication module for Devise" - gemspec.description = "OpenID authentication module for Devise using Rack::OpenID" - gemspec.email = "natbudin@gmail.com" - gemspec.homepage = "http://github.com/nbudin/devise_openid_authenticatable" - gemspec.authors = ["Nat Budin"] - end - Jeweler::GemcutterTasks.new -rescue LoadError - puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" -end +end \ No newline at end of file