spreedly 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ === 1.3.4
2
+ * Add result body to comp validation failure. [ntalbott]
3
+
1
4
  === 1.3.3
2
5
  * Add support for return_url in Spreedly.edit_subscriber_url [jjthrash]
3
6
  * Add support for return_url in Spreedly.subscribe_url [jjthrash]
@@ -160,7 +160,7 @@ module Spreedly
160
160
  when '404'
161
161
  raise "Could not comp subscriber: no longer exists."
162
162
  when '422'
163
- raise "Could not comp subscriber: validation failed."
163
+ raise "Could not comp subscriber: validation failed (#{result.body})."
164
164
  when '403'
165
165
  raise "Could not comp subscriber: invalid comp type (#{endpoint})."
166
166
  else
@@ -1,3 +1,3 @@
1
1
  module Spreedly
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
@@ -1,2 +1,2 @@
1
- name: spreedlygem
2
- token: 44c633ef5522564f40a117c009ecb6852c0ce3f3
1
+ name: terralien-test
2
+ token: 781651cf01c65b7f0c8f6565723ea60436e87a56
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreedly
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
10
- version: 1.3.3
9
+ - 4
10
+ version: 1.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathaniel Talbott
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-15 00:00:00 -04:00
18
+ date: 2010-11-22 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -73,9 +73,9 @@ dependencies:
73
73
  hash: 19
74
74
  segments:
75
75
  - 2
76
- - 6
77
- - 2
78
- version: 2.6.2
76
+ - 7
77
+ - 0
78
+ version: 2.7.0
79
79
  type: :development
80
80
  version_requirements: *id004
81
81
  description: |-