nbudin-google4r-checkout 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.9
1
+ 1.0.10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{google4r-checkout}
8
- s.version = "1.0.9"
8
+ s.version = "1.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tony Chan"]
12
- s.date = %q{2009-08-31}
12
+ s.date = %q{2009-09-03}
13
13
  s.description = %q{Ruby library to access the Google Checkout service and implement notification handlers.}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -557,7 +557,7 @@ module Google4R #:nodoc:
557
557
  when 'coupon-adjustment' then
558
558
  COUPON
559
559
  else
560
- raise ArgumentError, "Invalid tag name: #{element.name} in \n—-\n#{element.to_s}\n—-."
560
+ raise ArgumentError, "Invalid tag name: #{element.name} in \n--\n#{element.to_s}\n--."
561
561
  end
562
562
 
563
563
  result.code = element.elements['code'].text
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nbudin-google4r-checkout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Chan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-31 00:00:00 -07:00
12
+ date: 2009-09-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency