nbudin-google4r-checkout 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/google4r-checkout.gemspec +179 -0
  3. metadata +4 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.6
1
+ 1.0.7
@@ -0,0 +1,179 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{google4r-checkout}
8
+ s.version = "1.0.7"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Tony Chan"]
12
+ s.date = %q{2009-08-26}
13
+ s.description = %q{Ruby library to access the Google Checkout service and implement notification handlers.}
14
+ s.extra_rdoc_files = [
15
+ "LICENSE",
16
+ "README"
17
+ ]
18
+ s.files = [
19
+ ".gitignore",
20
+ "CHANGES",
21
+ "LICENSE",
22
+ "README",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "google4r-checkout.gemspec",
26
+ "lib/google4r/checkout.rb",
27
+ "lib/google4r/checkout/commands.rb",
28
+ "lib/google4r/checkout/frontend.rb",
29
+ "lib/google4r/checkout/merchant_calculation.rb",
30
+ "lib/google4r/checkout/notifications.rb",
31
+ "lib/google4r/checkout/shared.rb",
32
+ "lib/google4r/checkout/utils.rb",
33
+ "lib/google4r/checkout/xml_generation.rb",
34
+ "test/frontend_configuration.rb",
35
+ "test/integration/checkout_command_test.rb",
36
+ "test/test_helper.rb",
37
+ "test/unit/add_merchant_order_number_command_test.rb",
38
+ "test/unit/add_tracking_data_command_test.rb",
39
+ "test/unit/address_test.rb",
40
+ "test/unit/anonymous_address_test.rb",
41
+ "test/unit/archive_order_command_test.rb",
42
+ "test/unit/area_test.rb",
43
+ "test/unit/authorization_amount_notification_test.rb",
44
+ "test/unit/authorize_order_command_test.rb",
45
+ "test/unit/backorder_items_command_test.rb",
46
+ "test/unit/callback_handler_test.rb",
47
+ "test/unit/cancel_items_command_test.rb",
48
+ "test/unit/cancel_order_command_test.rb",
49
+ "test/unit/carrier_calculated_shipping_test.rb",
50
+ "test/unit/charge_amount_notification_test.rb",
51
+ "test/unit/charge_order_command_test.rb",
52
+ "test/unit/chargeback_amount_notification_test.rb",
53
+ "test/unit/checkout_command_test.rb",
54
+ "test/unit/checkout_command_xml_generator_test.rb",
55
+ "test/unit/command_test.rb",
56
+ "test/unit/deliver_order_command_test.rb",
57
+ "test/unit/delivery_method_test.rb",
58
+ "test/unit/digital_content_test.rb",
59
+ "test/unit/flat_rate_shipping_test.rb",
60
+ "test/unit/frontend_test.rb",
61
+ "test/unit/item_info_test.rb",
62
+ "test/unit/item_test.rb",
63
+ "test/unit/marketing_preferences_test.rb",
64
+ "test/unit/merchant_calculated_shipping_test.rb",
65
+ "test/unit/merchant_calculation_callback_test.rb",
66
+ "test/unit/merchant_calculation_result_test.rb",
67
+ "test/unit/merchant_calculation_results_test.rb",
68
+ "test/unit/merchant_code_result_test.rb",
69
+ "test/unit/merchant_code_test.rb",
70
+ "test/unit/new_order_notification_test.rb",
71
+ "test/unit/notification_acknowledgement_test.rb",
72
+ "test/unit/notification_handler_test.rb",
73
+ "test/unit/order_adjustment_test.rb",
74
+ "test/unit/order_state_change_notification_test.rb",
75
+ "test/unit/pickup_shipping_test.rb",
76
+ "test/unit/postal_area_test.rb",
77
+ "test/unit/private_data_parser_test.rb",
78
+ "test/unit/refund_amount_notification_test.rb",
79
+ "test/unit/refund_order_command_test.rb",
80
+ "test/unit/reset_items_shipping_information_command_test.rb",
81
+ "test/unit/return_items_command_test.rb",
82
+ "test/unit/risk_information_notification_test.rb",
83
+ "test/unit/send_buyer_message_command_test.rb",
84
+ "test/unit/ship_items_command_test.rb",
85
+ "test/unit/shipping_adjustment_test.rb",
86
+ "test/unit/shopping_cart_test.rb",
87
+ "test/unit/tax_rule_test.rb",
88
+ "test/unit/tax_table_test.rb",
89
+ "test/unit/tracking_data_test.rb",
90
+ "test/unit/unarchive_order_command_test.rb",
91
+ "test/unit/us_country_area_test.rb",
92
+ "test/unit/us_state_area_test.rb",
93
+ "test/unit/us_zip_area_test.rb",
94
+ "test/unit/world_area_test.rb",
95
+ "test/xml/apiv2.xsd",
96
+ "test/xml/test_check_persisting_works_expected.xml",
97
+ "var/cacert.pem"
98
+ ]
99
+ s.rdoc_options = ["--charset=UTF-8"]
100
+ s.require_paths = ["lib"]
101
+ s.rubygems_version = %q{1.3.4}
102
+ s.summary = %q{Ruby library to access the Google Checkout service and implement notification handlers.}
103
+ s.test_files = [
104
+ "test/integration/checkout_command_test.rb",
105
+ "test/unit/order_adjustment_test.rb",
106
+ "test/unit/pickup_shipping_test.rb",
107
+ "test/unit/merchant_code_test.rb",
108
+ "test/unit/chargeback_amount_notification_test.rb",
109
+ "test/unit/authorize_order_command_test.rb",
110
+ "test/unit/merchant_calculation_results_test.rb",
111
+ "test/unit/risk_information_notification_test.rb",
112
+ "test/unit/ship_items_command_test.rb",
113
+ "test/unit/tax_table_test.rb",
114
+ "test/unit/backorder_items_command_test.rb",
115
+ "test/unit/flat_rate_shipping_test.rb",
116
+ "test/unit/refund_order_command_test.rb",
117
+ "test/unit/merchant_code_result_test.rb",
118
+ "test/unit/callback_handler_test.rb",
119
+ "test/unit/charge_order_command_test.rb",
120
+ "test/unit/charge_amount_notification_test.rb",
121
+ "test/unit/carrier_calculated_shipping_test.rb",
122
+ "test/unit/return_items_command_test.rb",
123
+ "test/unit/add_merchant_order_number_command_test.rb",
124
+ "test/unit/authorization_amount_notification_test.rb",
125
+ "test/unit/frontend_test.rb",
126
+ "test/unit/add_tracking_data_command_test.rb",
127
+ "test/unit/address_test.rb",
128
+ "test/unit/item_info_test.rb",
129
+ "test/unit/order_state_change_notification_test.rb",
130
+ "test/unit/us_state_area_test.rb",
131
+ "test/unit/notification_handler_test.rb",
132
+ "test/unit/us_country_area_test.rb",
133
+ "test/unit/shopping_cart_test.rb",
134
+ "test/unit/reset_items_shipping_information_command_test.rb",
135
+ "test/unit/send_buyer_message_command_test.rb",
136
+ "test/unit/item_test.rb",
137
+ "test/unit/deliver_order_command_test.rb",
138
+ "test/unit/cancel_order_command_test.rb",
139
+ "test/unit/archive_order_command_test.rb",
140
+ "test/unit/world_area_test.rb",
141
+ "test/unit/new_order_notification_test.rb",
142
+ "test/unit/private_data_parser_test.rb",
143
+ "test/unit/merchant_calculated_shipping_test.rb",
144
+ "test/unit/cancel_items_command_test.rb",
145
+ "test/unit/checkout_command_test.rb",
146
+ "test/unit/area_test.rb",
147
+ "test/unit/merchant_calculation_result_test.rb",
148
+ "test/unit/marketing_preferences_test.rb",
149
+ "test/unit/notification_acknowledgement_test.rb",
150
+ "test/unit/refund_amount_notification_test.rb",
151
+ "test/unit/tax_rule_test.rb",
152
+ "test/unit/unarchive_order_command_test.rb",
153
+ "test/unit/delivery_method_test.rb",
154
+ "test/unit/checkout_command_xml_generator_test.rb",
155
+ "test/unit/shipping_adjustment_test.rb",
156
+ "test/unit/tracking_data_test.rb",
157
+ "test/unit/postal_area_test.rb",
158
+ "test/unit/anonymous_address_test.rb",
159
+ "test/unit/us_zip_area_test.rb",
160
+ "test/unit/digital_content_test.rb",
161
+ "test/unit/command_test.rb",
162
+ "test/unit/merchant_calculation_callback_test.rb",
163
+ "test/frontend_configuration.rb",
164
+ "test/test_helper.rb"
165
+ ]
166
+
167
+ if s.respond_to? :specification_version then
168
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
169
+ s.specification_version = 3
170
+
171
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
172
+ s.add_runtime_dependency(%q<money>, [">= 1.7.1"])
173
+ else
174
+ s.add_dependency(%q<money>, [">= 1.7.1"])
175
+ end
176
+ else
177
+ s.add_dependency(%q<money>, [">= 1.7.1"])
178
+ end
179
+ end
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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Chan
@@ -38,6 +38,7 @@ files:
38
38
  - README
39
39
  - Rakefile
40
40
  - VERSION
41
+ - google4r-checkout.gemspec
41
42
  - lib/google4r/checkout.rb
42
43
  - lib/google4r/checkout/commands.rb
43
44
  - lib/google4r/checkout/frontend.rb
@@ -112,6 +113,7 @@ files:
112
113
  - var/cacert.pem
113
114
  has_rdoc: false
114
115
  homepage:
116
+ licenses:
115
117
  post_install_message:
116
118
  rdoc_options:
117
119
  - --charset=UTF-8
@@ -132,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  requirements: []
133
135
 
134
136
  rubyforge_project:
135
- rubygems_version: 1.2.0
137
+ rubygems_version: 1.3.5
136
138
  signing_key:
137
139
  specification_version: 3
138
140
  summary: Ruby library to access the Google Checkout service and implement notification handlers.