wepay-rails.gemspec in wepay-rails-2.1.0 vs wepay-rails.gemspec in wepay-rails-2.2.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "wepay-rails" - s.version = "2.1.0" + s.version = "2.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Medeiros"] - s.date = "2011-11-28" + s.date = "2011-11-29" s.description = "Rails gem that interfaces with the WePay API" s.email = "adammede@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README", @@ -26,9 +26,10 @@ "README.rdoc", "Rakefile", "VERSION", "app/controllers/wepay/application_controller.rb", "app/controllers/wepay/authorize_controller.rb", + "app/controllers/wepay/checkout_controller.rb", "app/controllers/wepay/ipn_controller.rb", "config/routes.rb", "lib/api/account_methods.rb", "lib/api/checkout_methods.rb", "lib/generators/wepay_rails/install/install_generator.rb",