nbudin-google4r-checkout 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/google4r-checkout.gemspec +2 -2
- data/lib/google4r/checkout/frontend.rb +6 -0
- metadata +3 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.8
|
data/google4r-checkout.gemspec
CHANGED
@@ -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.
|
8
|
+
s.version = "1.0.8"
|
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-
|
12
|
+
s.date = %q{2009-08-31}
|
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",
|
@@ -170,6 +170,12 @@ module Google4R #:nodoc:
|
|
170
170
|
return UnarchiveOrderCommand.new(self)
|
171
171
|
end
|
172
172
|
|
173
|
+
# Factory method to create a new CreateOrderRecurrenceRequestCommand object. Use this method to create
|
174
|
+
# your CreateOrderRecurrenceRequestCommand instances.
|
175
|
+
def create_create_order_recurrence_request_command
|
176
|
+
return CreateOrderRecurrenceRequestCommand.new(self)
|
177
|
+
end
|
178
|
+
|
173
179
|
# Factory method to create a new ShipItemsCommand object. Use this method to create
|
174
180
|
# your ShipItemsCommand instances.
|
175
181
|
def create_ship_items_command
|
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.
|
4
|
+
version: 1.0.8
|
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-
|
12
|
+
date: 2009-08-31 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -113,7 +113,6 @@ files:
|
|
113
113
|
- var/cacert.pem
|
114
114
|
has_rdoc: false
|
115
115
|
homepage:
|
116
|
-
licenses:
|
117
116
|
post_install_message:
|
118
117
|
rdoc_options:
|
119
118
|
- --charset=UTF-8
|
@@ -134,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
133
|
requirements: []
|
135
134
|
|
136
135
|
rubyforge_project:
|
137
|
-
rubygems_version: 1.
|
136
|
+
rubygems_version: 1.2.0
|
138
137
|
signing_key:
|
139
138
|
specification_version: 3
|
140
139
|
summary: Ruby library to access the Google Checkout service and implement notification handlers.
|