wepay-rails.gemspec in wepay-rails-2.2.3 vs wepay-rails.gemspec in wepay-rails-2.2.4

- old
+ new

@@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # 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.2.3" + s.name = %q{wepay-rails} + s.version = "2.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Adam Medeiros"] - s.date = "2011-12-13" - s.description = "Rails gem that interfaces with the WePay API" - s.email = "adammede@gmail.com" + s.authors = [%q{Adam Medeiros}] + s.date = %q{2011-12-28} + s.description = %q{Rails gem that interfaces with the WePay API} + s.email = %q{adammede@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README", "README.rdoc" ] @@ -41,14 +41,14 @@ "lib/wepay-rails.rb", "test/helper.rb", "test/test_wepay-rails.rb", "wepay-rails.gemspec" ] - s.homepage = "http://github.com/adamthedeveloper/wepay-rails" - s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" - s.summary = "Rails gem that interfaces with the WePay API" + s.homepage = %q{http://github.com/adamthedeveloper/wepay-rails} + s.licenses = [%q{MIT}] + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.8.6} + s.summary = %q{Rails gem that interfaces with the WePay API} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then