wepay-rails.gemspec in wepay-rails-0.2.1 vs wepay-rails.gemspec in wepay-rails-0.2.2

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "wepay-rails" - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Medeiros"] s.date = "2011-11-25" s.description = "Rails gem that interfaces with the WePay API" @@ -28,10 +28,11 @@ "VERSION", "app/controllers/wepay/application_controller.rb", "app/controllers/wepay/authorize_controller.rb", "app/controllers/wepay/ipn_controller.rb", "config/routes.rb", - "lib/examples/wepay.yml", + "lib/api/account_methods.rb", + "lib/api/checkout_methods.rb", "lib/generators/wepay_rails/install/install_generator.rb", "lib/generators/wepay_rails/install/templates/create_wepay_checkout_records.rb", "lib/generators/wepay_rails/install/templates/wepay.yml", "lib/generators/wepay_rails/install/templates/wepay_checkout_record.rb", "lib/helpers/controller_helpers.rb",