google_checkout 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/google-checkout.rb +1 -1
  2. metadata +6 -3
@@ -181,7 +181,7 @@ module GoogleCheckout
181
181
  xml.tag!('merchant-checkout-flow-support') {
182
182
  xml.tag!('shipping-methods') {
183
183
  xml.tag!('flat-rate-shipping', :name =>'Shipping') {
184
- xml.text! shipping_cost_xml
184
+ xml << shipping_cost_xml
185
185
  }
186
186
  }
187
187
  }
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.8
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: google_checkout
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
7
- date: 2007-07-14
6
+ version: 0.1.3
7
+ date: 2007-10-25 00:00:00 -07:00
8
8
  summary: An interface to the Google Checkout API.
9
9
  require_paths:
10
10
  - lib
@@ -23,6 +23,9 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
23
23
  version: 0.0.0
24
24
  version:
25
25
  platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
26
29
  authors:
27
30
  - Pete Elmore
28
31
  files: