wepay-rails.gemspec in wepay-rails-0.1.116 vs wepay-rails.gemspec in wepay-rails-0.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 = "0.1.116" + s.version = "0.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-15" + s.date = "2011-11-25" s.description = "Rails gem that interfaces with the WePay API" s.email = "adammede@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README", @@ -29,9 +29,13 @@ "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/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", "lib/helpers/model_helpers.rb", "lib/wepay-rails.rb", "test/helper.rb", "test/test_wepay-rails.rb",