Rakefile in remotipart-0.4 vs Rakefile in remotipart-0.4.1

- old
+ new

@@ -6,14 +6,14 @@ require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "remotipart" gem.summary = %Q{Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery.} gem.description = %Q{Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery. - This gem augments the native Rails jQuery remote form function enabling asynchronous file uploads with little to no modification to your application. + This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application. } gem.email = %w{greg@formasfunction.com steve@alfajango.com} - gem.homepage = "http://github.com/formasfunction/remotipart" + gem.homepage = "http://www.alfajango.com/blog/remotipart-rails-gem/" gem.authors = ["Greg Leppert", "Steve Schwartz"] gem.add_development_dependency "thoughtbot-shoulda", ">= 0" gem.version = Remotipart::Rails::VERSION # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end @@ -45,9 +45,10 @@ task :test => :check_dependencies task :default => :test require 'rake/rdoctask' +require 'lib/remotipart/rails/version' Rake::RDocTask.new do |rdoc| version = Remotipart::Rails::VERSION rdoc.rdoc_dir = 'rdoc' rdoc.title = "remotipart #{version}"