stripe 1.7.7 → 1.7.8

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.7.8 2012-11-21
2
+ * Relax the version constraint on multi_json (github issue #44)
3
+
1
4
  === 1.7.7 2012-11-07
2
5
  * Add support for updating charge disputes.
3
6
  * Fix Account API resource bug.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.7
1
+ 1.7.8
@@ -1,3 +1,3 @@
1
1
  module Stripe
2
- VERSION = '1.7.7'
2
+ VERSION = '1.7.8'
3
3
  end
data/stripe.gemspec CHANGED
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  s.require_paths = %w{lib}
15
15
 
16
16
  s.add_dependency('rest-client', '~> 1.4')
17
- s.add_dependency('multi_json', '~> 1.1')
17
+ s.add_dependency('multi_json', '>= 1.0.4', '< 2')
18
18
 
19
19
  s.add_development_dependency('mocha')
20
20
  s.add_development_dependency('shoulda')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 7
10
- version: 1.7.7
9
+ - 8
10
+ version: 1.7.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ross Boucher
@@ -16,10 +16,12 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-11-09 00:00:00 Z
19
+ date: 2012-11-21 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- requirement: &id001 !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ name: rest-client
24
+ version_requirements: &id001 !ruby/object:Gem::Requirement
23
25
  none: false
24
26
  requirements:
25
27
  - - ~>
@@ -29,27 +31,34 @@ dependencies:
29
31
  - 1
30
32
  - 4
31
33
  version: "1.4"
32
- prerelease: false
34
+ requirement: *id001
33
35
  type: :runtime
34
- name: rest-client
35
- version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
37
- requirement: &id002 !ruby/object:Gem::Requirement
37
+ prerelease: false
38
+ name: multi_json
39
+ version_requirements: &id002 !ruby/object:Gem::Requirement
38
40
  none: false
39
41
  requirements:
40
- - - ~>
42
+ - - ">="
41
43
  - !ruby/object:Gem::Version
42
- hash: 13
44
+ hash: 31
43
45
  segments:
44
46
  - 1
45
- - 1
46
- version: "1.1"
47
- prerelease: false
47
+ - 0
48
+ - 4
49
+ version: 1.0.4
50
+ - - <
51
+ - !ruby/object:Gem::Version
52
+ hash: 7
53
+ segments:
54
+ - 2
55
+ version: "2"
56
+ requirement: *id002
48
57
  type: :runtime
49
- name: multi_json
50
- version_requirements: *id002
51
58
  - !ruby/object:Gem::Dependency
52
- requirement: &id003 !ruby/object:Gem::Requirement
59
+ prerelease: false
60
+ name: mocha
61
+ version_requirements: &id003 !ruby/object:Gem::Requirement
53
62
  none: false
54
63
  requirements:
55
64
  - - ">="
@@ -58,12 +67,12 @@ dependencies:
58
67
  segments:
59
68
  - 0
60
69
  version: "0"
61
- prerelease: false
70
+ requirement: *id003
62
71
  type: :development
63
- name: mocha
64
- version_requirements: *id003
65
72
  - !ruby/object:Gem::Dependency
66
- requirement: &id004 !ruby/object:Gem::Requirement
73
+ prerelease: false
74
+ name: shoulda
75
+ version_requirements: &id004 !ruby/object:Gem::Requirement
67
76
  none: false
68
77
  requirements:
69
78
  - - ">="
@@ -72,12 +81,12 @@ dependencies:
72
81
  segments:
73
82
  - 0
74
83
  version: "0"
75
- prerelease: false
84
+ requirement: *id004
76
85
  type: :development
77
- name: shoulda
78
- version_requirements: *id004
79
86
  - !ruby/object:Gem::Dependency
80
- requirement: &id005 !ruby/object:Gem::Requirement
87
+ prerelease: false
88
+ name: test-unit
89
+ version_requirements: &id005 !ruby/object:Gem::Requirement
81
90
  none: false
82
91
  requirements:
83
92
  - - ">="
@@ -86,12 +95,12 @@ dependencies:
86
95
  segments:
87
96
  - 0
88
97
  version: "0"
89
- prerelease: false
98
+ requirement: *id005
90
99
  type: :development
91
- name: test-unit
92
- version_requirements: *id005
93
100
  - !ruby/object:Gem::Dependency
94
- requirement: &id006 !ruby/object:Gem::Requirement
101
+ prerelease: false
102
+ name: rake
103
+ version_requirements: &id006 !ruby/object:Gem::Requirement
95
104
  none: false
96
105
  requirements:
97
106
  - - ">="
@@ -100,10 +109,8 @@ dependencies:
100
109
  segments:
101
110
  - 0
102
111
  version: "0"
103
- prerelease: false
112
+ requirement: *id006
104
113
  type: :development
105
- name: rake
106
- version_requirements: *id006
107
114
  description: Stripe is the easiest way to accept payments online. See https://stripe.com for details.
108
115
  email:
109
116
  - boucher@stripe.com
@@ -119,7 +126,6 @@ files:
119
126
  - .travis.yml
120
127
  - CONTRIBUTORS
121
128
  - Gemfile
122
- - Gemfile.lock
123
129
  - History.txt
124
130
  - LICENSE
125
131
  - README.rdoc
@@ -127,11 +133,8 @@ files:
127
133
  - VERSION
128
134
  - bin/stripe-console
129
135
  - gemfiles/default-with-activesupport.gemfile
130
- - gemfiles/default-with-activesupport.gemfile.lock
131
136
  - gemfiles/json.gemfile
132
- - gemfiles/json.gemfile.lock
133
137
  - gemfiles/yajl.gemfile
134
- - gemfiles/yajl.gemfile.lock
135
138
  - lib/data/ca-certificates.crt
136
139
  - lib/stripe.rb
137
140
  - lib/stripe/account.rb
data/Gemfile.lock DELETED
@@ -1,34 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- stripe (1.7.4)
5
- multi_json (~> 1.1)
6
- rest-client (~> 1.4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- metaclass (0.0.1)
12
- mime-types (1.19)
13
- mocha (0.11.3)
14
- metaclass (~> 0.0.1)
15
- multi_json (1.3.6)
16
- rake (0.9.2.2)
17
- rest-client (1.6.7)
18
- mime-types (>= 1.16)
19
- shoulda (3.0.1)
20
- shoulda-context (~> 1.0.0)
21
- shoulda-matchers (~> 1.0.0)
22
- shoulda-context (1.0.0)
23
- shoulda-matchers (1.0.0)
24
- test-unit (2.4.8)
25
-
26
- PLATFORMS
27
- ruby
28
-
29
- DEPENDENCIES
30
- mocha
31
- rake
32
- shoulda
33
- stripe!
34
- test-unit
@@ -1,39 +0,0 @@
1
- PATH
2
- remote: /home/evan/src/stripe-ruby
3
- specs:
4
- stripe (1.7.0)
5
- multi_json (~> 1.1)
6
- rest-client (~> 1.4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activesupport (3.2.3)
12
- i18n (~> 0.6)
13
- multi_json (~> 1.0)
14
- i18n (0.6.0)
15
- metaclass (0.0.1)
16
- mime-types (1.18)
17
- mocha (0.11.4)
18
- metaclass (~> 0.0.1)
19
- multi_json (1.3.4)
20
- rake (0.9.2.2)
21
- rest-client (1.6.7)
22
- mime-types (>= 1.16)
23
- shoulda (3.0.1)
24
- shoulda-context (~> 1.0.0)
25
- shoulda-matchers (~> 1.0.0)
26
- shoulda-context (1.0.0)
27
- shoulda-matchers (1.0.0)
28
- test-unit (2.4.8)
29
-
30
- PLATFORMS
31
- ruby
32
-
33
- DEPENDENCIES
34
- activesupport
35
- mocha
36
- rake
37
- shoulda
38
- stripe!
39
- test-unit
@@ -1,41 +0,0 @@
1
- PATH
2
- remote: /home/evan/src/stripe-ruby
3
- specs:
4
- stripe (1.7.0)
5
- multi_json (~> 1.1)
6
- rest-client (~> 1.4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activesupport (3.2.3)
12
- i18n (~> 0.6)
13
- multi_json (~> 1.0)
14
- i18n (0.6.0)
15
- json (1.7.0)
16
- metaclass (0.0.1)
17
- mime-types (1.18)
18
- mocha (0.11.3)
19
- metaclass (~> 0.0.1)
20
- multi_json (1.3.4)
21
- rake (0.9.2.2)
22
- rest-client (1.6.7)
23
- mime-types (>= 1.16)
24
- shoulda (3.0.1)
25
- shoulda-context (~> 1.0.0)
26
- shoulda-matchers (~> 1.0.0)
27
- shoulda-context (1.0.0)
28
- shoulda-matchers (1.0.0)
29
- test-unit (2.4.8)
30
-
31
- PLATFORMS
32
- ruby
33
-
34
- DEPENDENCIES
35
- activesupport
36
- json
37
- mocha
38
- rake
39
- shoulda
40
- stripe!
41
- test-unit
@@ -1,41 +0,0 @@
1
- PATH
2
- remote: /home/evan/src/stripe-ruby
3
- specs:
4
- stripe (1.7.0)
5
- multi_json (~> 1.1)
6
- rest-client (~> 1.4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activesupport (3.2.3)
12
- i18n (~> 0.6)
13
- multi_json (~> 1.0)
14
- i18n (0.6.0)
15
- metaclass (0.0.1)
16
- mime-types (1.18)
17
- mocha (0.11.3)
18
- metaclass (~> 0.0.1)
19
- multi_json (1.3.4)
20
- rake (0.9.2.2)
21
- rest-client (1.6.7)
22
- mime-types (>= 1.16)
23
- shoulda (3.0.1)
24
- shoulda-context (~> 1.0.0)
25
- shoulda-matchers (~> 1.0.0)
26
- shoulda-context (1.0.0)
27
- shoulda-matchers (1.0.0)
28
- test-unit (2.4.8)
29
- yajl-ruby (1.1.0)
30
-
31
- PLATFORMS
32
- ruby
33
-
34
- DEPENDENCIES
35
- activesupport
36
- mocha
37
- rake
38
- shoulda
39
- stripe!
40
- test-unit
41
- yajl-ruby