killbill-stripe 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 270fb9bd14be8d19b940fafa225a695860b2ee72
4
- data.tar.gz: 86ca5afdaa0d9aeee0833dffd8df11125104287d
3
+ metadata.gz: 6e2834af7f42bb34c10f9c1d0e3adfd948340bf8
4
+ data.tar.gz: 4ee66a577a143ee7a6b97951dbe30d1a21e0cf35
5
5
  SHA512:
6
- metadata.gz: 76f386feca785a3b18fc7dc568f6d72573e0f421bebf389ef604b6405448831ce0b4fc8ecc391d67046f806a3f4dad381afb366b6c099ff8df4bd582b11010bc
7
- data.tar.gz: d223639503bf9e3f6cfb48b8b44306ce8ca5680c5647d1f9f26dee7611bf174ad5cf3f47388522e6ef53c17a08452428dda6ff2f539d2a355091bb2e6752cb61
6
+ metadata.gz: bf3a9b76a59a1f1a83a6829b4a5e4f739ab49f2e464ae76dfcc3caff0f0e407ea6bae5be2e9e54d94bebdc0d31af8d263b3aa982c3feb0af84ff425e946d66f6
7
+ data.tar.gz: 3b61e5c496f8018323696a24464b8190ed3fd47e72494c4dee63ba84775a38da4c5d72d1d811006d619d8e70907127e036a75ce67a8012b0dbdefa35e4e7d930
data/.travis.yml CHANGED
@@ -3,6 +3,9 @@ language: ruby
3
3
  sudo: false
4
4
  cache: bundler
5
5
 
6
+ before_script:
7
+ - bundle exec jbundle install
8
+
6
9
  script: 'bundle exec rake test:spec test:remote:spec'
7
10
 
8
11
  notifications:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill-stripe (2.0.0)
4
+ killbill-stripe (3.0.0)
5
5
  actionpack (~> 4.1.0)
6
6
  actionview (~> 4.1.0)
7
7
  activemerchant (~> 1.48.0)
@@ -9,7 +9,7 @@ PATH
9
9
  activerecord-bogacs (~> 0.3)
10
10
  activerecord-jdbc-adapter (~> 1.3, < 1.5)
11
11
  jruby-openssl (~> 0.9.7)
12
- killbill (~> 5.2.0)
12
+ killbill (~> 7.0)
13
13
  monetize (~> 1.1.0)
14
14
  money (~> 6.5.1)
15
15
  offsite_payments (~> 2.1.0)
@@ -19,13 +19,13 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- actionpack (4.1.13)
23
- actionview (= 4.1.13)
24
- activesupport (= 4.1.13)
22
+ actionpack (4.1.14)
23
+ actionview (= 4.1.14)
24
+ activesupport (= 4.1.14)
25
25
  rack (~> 1.5.2)
26
26
  rack-test (~> 0.6.2)
27
- actionview (4.1.13)
28
- activesupport (= 4.1.13)
27
+ actionview (4.1.14)
28
+ activesupport (= 4.1.14)
29
29
  builder (~> 3.1)
30
30
  erubis (~> 2.7.0)
31
31
  active_utils (3.0.0)
@@ -36,50 +36,64 @@ GEM
36
36
  builder (>= 2.1.2, < 4.0.0)
37
37
  i18n (>= 0.6.9)
38
38
  nokogiri (~> 1.4)
39
- activemodel (4.1.13)
40
- activesupport (= 4.1.13)
39
+ activemodel (4.1.14)
40
+ activesupport (= 4.1.14)
41
41
  builder (~> 3.1)
42
- activerecord (4.1.13)
43
- activemodel (= 4.1.13)
44
- activesupport (= 4.1.13)
42
+ activerecord (4.1.14)
43
+ activemodel (= 4.1.14)
44
+ activesupport (= 4.1.14)
45
45
  arel (~> 5.0.0)
46
- activerecord-bogacs (0.4.0)
47
- activerecord-jdbc-adapter (1.3.18)
46
+ activerecord-bogacs (0.4.1)
47
+ activerecord-jdbc-adapter (1.3.19)
48
48
  activerecord (>= 2.2)
49
- activesupport (4.1.13)
49
+ activesupport (4.1.14)
50
50
  i18n (~> 0.6, >= 0.6.9)
51
51
  json (~> 1.7, >= 1.7.7)
52
52
  minitest (~> 5.1)
53
53
  thread_safe (~> 0.1)
54
54
  tzinfo (~> 1.1)
55
55
  arel (5.0.1.20140414130214)
56
+ axiom-types (0.1.1)
57
+ descendants_tracker (~> 0.0.4)
58
+ ice_nine (~> 0.11.0)
59
+ thread_safe (~> 0.3, >= 0.3.1)
56
60
  builder (3.2.2)
61
+ coercible (1.0.0)
62
+ descendants_tracker (~> 0.0.1)
63
+ descendants_tracker (0.0.4)
64
+ thread_safe (~> 0.3, >= 0.3.1)
57
65
  diff-lcs (1.1.3)
66
+ equalizer (0.0.11)
58
67
  erubis (2.7.0)
59
68
  ethon (0.8.0)
60
69
  ffi (>= 1.3.0)
61
70
  ffi (1.9.10-java)
62
71
  i18n (0.7.0)
63
- jbundler (0.4.3)
64
- maven-tools (~> 0.32.1)
65
- ruby-maven (~> 3.0.4)
66
- jdbc-mariadb (1.1.8)
67
- jdbc-postgres (9.4.1200)
68
- jdbc-sqlite3 (3.8.7)
72
+ ice_nine (0.11.1)
73
+ jar-dependencies (0.3.1)
74
+ jbundler (0.9.2)
75
+ bundler (~> 1.5)
76
+ jar-dependencies (~> 0.2)
77
+ maven-tools (~> 1.0.10)
78
+ ruby-maven (~> 3.3, >= 3.3.3)
79
+ jdbc-mariadb (1.2.3)
80
+ jdbc-postgres (9.4.1204)
81
+ jdbc-sqlite3 (3.8.11.2)
69
82
  jruby-openssl (0.9.12-java)
70
83
  json (1.8.3-java)
71
- killbill (5.2.0)
84
+ killbill (7.0.0)
72
85
  rack (>= 1.5.2)
73
86
  sinatra (~> 1.3.4)
74
87
  typhoeus (~> 0.6.9)
75
88
  tzinfo (~> 1.2.0)
76
- maven-tools (0.32.5)
77
- minitest (5.8.1)
89
+ maven-tools (1.0.13)
90
+ virtus (~> 1.0)
91
+ minitest (5.8.3)
78
92
  monetize (1.1.0)
79
93
  money (~> 6.5.0)
80
94
  money (6.5.1)
81
95
  i18n (>= 0.6.4, <= 0.7.0)
82
- nokogiri (1.6.6.2-java)
96
+ nokogiri (1.6.7.1-java)
83
97
  offsite_payments (2.1.0)
84
98
  actionpack (>= 3.2.20, < 5.0.0)
85
99
  active_utils (~> 3.0.0)
@@ -102,26 +116,30 @@ GEM
102
116
  rspec-expectations (2.12.1)
103
117
  diff-lcs (~> 1.1.3)
104
118
  rspec-mocks (2.12.2)
105
- ruby-maven (3.0.4.1.4)
106
- maven-tools (~> 0.32.3)
107
- thor (>= 0.14.6, < 2.0)
119
+ ruby-maven (3.3.8)
120
+ ruby-maven-libs (~> 3.3.1)
121
+ ruby-maven-libs (3.3.3)
108
122
  sinatra (1.3.6)
109
123
  rack (~> 1.4)
110
124
  rack-protection (~> 1.3)
111
125
  tilt (~> 1.3, >= 1.3.3)
112
- thor (0.19.1)
113
126
  thread_safe (0.3.5-java)
114
127
  tilt (1.4.1)
115
128
  typhoeus (0.6.9)
116
129
  ethon (>= 0.7.1)
117
130
  tzinfo (1.2.2)
118
131
  thread_safe (~> 0.1)
132
+ virtus (1.0.5)
133
+ axiom-types (~> 0.1)
134
+ coercible (~> 1.0)
135
+ descendants_tracker (~> 0.0, >= 0.0.3)
136
+ equalizer (~> 0.0, >= 0.0.9)
119
137
 
120
138
  PLATFORMS
121
139
  java
122
140
 
123
141
  DEPENDENCIES
124
- jbundler (~> 0.4.3)
142
+ jbundler (~> 0.9.2)
125
143
  jdbc-mariadb (~> 1.1)
126
144
  jdbc-postgres (~> 9.4)
127
145
  jdbc-sqlite3 (~> 3.7)
data/Jarfile CHANGED
@@ -1,11 +1,11 @@
1
- jar 'org.kill-bill.billing:killbill-api', '0.26'
2
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.16'
3
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-invoice', '0.16'
4
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.16'
5
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.16'
6
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-control', '0.16'
7
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-catalog', '0.16'
8
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-entitlement', '0.16'
9
- jar 'org.kill-bill.billing:killbill-util:tests', '0.15.6'
1
+ jar 'org.kill-bill.billing:killbill-api', '0.32'
2
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.18'
3
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-invoice', '0.18'
4
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.18'
5
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.18'
6
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-control', '0.18'
7
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-catalog', '0.18'
8
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-entitlement', '0.18'
9
+ jar 'org.kill-bill.billing:killbill-util:tests', '0.15.10'
10
10
  jar 'org.mockito:mockito-all', '1.10.19'
11
11
  jar 'javax.servlet:javax.servlet-api', '3.1.0'
data/Jarfile.lock CHANGED
@@ -1,58 +1,63 @@
1
- org.kill-bill.billing:killbill-api:jar:0.26
2
- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3
3
- joda-time:joda-time:jar:2.3
4
- org.kill-bill.billing.plugin:killbill-plugin-api-currency:jar:0.16
5
- org.kill-bill.billing.plugin:killbill-plugin-api-invoice:jar:0.16
6
- org.kill-bill.billing.plugin:killbill-plugin-api-notification:jar:0.16
7
- org.kill-bill.billing.plugin:killbill-plugin-api-payment:jar:0.16
8
- org.kill-bill.billing.plugin:killbill-plugin-api-control:jar:0.16
9
- org.kill-bill.billing.plugin:killbill-plugin-api-catalog:jar:0.16
10
- org.kill-bill.billing.plugin:killbill-plugin-api-entitlement:jar:0.16
11
- org.kill-bill.billing:killbill-util:jar:tests:0.15.6
12
- com.fasterxml.jackson.core:jackson-databind:jar:2.4.3
13
- com.fasterxml.jackson.core:jackson-core:jar:2.4.3
14
- com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.4.3
15
- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.4.3
16
- com.samskivert:jmustache:jar:1.5
17
- io.dropwizard.metrics:metrics-core:jar:3.1.1
18
- io.dropwizard.metrics:metrics-ehcache:jar:3.1.1
19
- net.sf.ehcache:ehcache:jar:2.9.1
20
- org.antlr:stringtemplate:jar:3.2.1
21
- antlr:antlr:jar:2.7.7
22
- org.apache.commons:commons-email:jar:1.2
23
- javax.mail:mail:jar:1.4.1
24
- javax.activation:activation:jar:1.1
25
- org.apache.shiro:shiro-core:jar:1.2.3
26
- commons-beanutils:commons-beanutils:jar:1.8.3
27
- org.apache.shiro:shiro-ehcache:jar:1.2.3
28
- org.apache.shiro:shiro-guice:jar:1.2.3
29
- com.google.guava:guava:jar:r09
30
- com.google.inject:guice:jar:3.0
31
- aopalliance:aopalliance:jar:1.0
32
- com.google.inject.extensions:guice-multibindings:jar:3.0
33
- org.jdbi:jdbi:jar:2.62
34
- org.joda:joda-money:jar:0.9
35
- org.kill-bill.billing:killbill-internal-api:jar:0.15.6
36
- org.kill-bill.billing:killbill-platform-api:jar:0.9
37
- org.kill-bill.billing:killbill-platform-base:jar:0.9
38
- com.google.code.findbugs:annotations:jar:3.0.0
39
- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:jar:1.16
40
- org.kill-bill.billing:killbill-platform-osgi-api:jar:0.9
41
- org.osgi:org.osgi.core:jar:5.0.0
42
- org.kill-bill.commons:killbill-clock:jar:0.8
43
- org.kill-bill.commons:killbill-concurrent:jar:0.8
44
- org.kill-bill.commons:killbill-embeddeddb-common:jar:0.8
45
- org.kill-bill.commons:killbill-jdbi:jar:0.8
46
- com.h2database:h2:jar:1.4.186
47
- javax.inject:javax.inject:jar:1
48
- org.kill-bill.commons:killbill-locker:jar:0.8
49
- org.kill-bill.commons:killbill-queue:jar:0.8
50
- org.kill-bill.commons:killbill-xmlloader:jar:0.8
51
- org.skife.config:config-magic:jar:0.14
52
- org.slf4j:jcl-over-slf4j:jar:1.7.12
53
- org.slf4j:slf4j-api:jar:1.7.12
54
- org.weakref:jmxutils:jar:1.18
55
- org.mockito:mockito-all:jar:1.10.19
56
- javax.servlet:javax.servlet-api:jar:3.1.0
57
- org.bouncycastle:bcpkix-jdk15on:jar:1.50
58
- org.bouncycastle:bcprov-jdk15on:jar:1.50
1
+ ---
2
+ :runtime:
3
+ - io.dropwizard.metrics:metrics-core:jar:3.1.1
4
+ - org.kill-bill.billing.plugin:killbill-plugin-api-catalog:jar:0.18
5
+ - com.fasterxml.jackson.core:jackson-core:jar:2.4.3
6
+ - joda-time:joda-time:jar:2.3
7
+ - org.weakref:jmxutils:jar:1.18
8
+ - org.kill-bill.billing.plugin:killbill-plugin-api-notification:jar:0.18
9
+ - commons-beanutils:commons-beanutils:jar:1.8.3
10
+ - org.kill-bill.billing:killbill-internal-api:jar:0.15.10
11
+ - org.kill-bill.commons:killbill-xmlloader:jar:0.11
12
+ - org.kill-bill.billing.plugin:killbill-plugin-api-entitlement:jar:0.18
13
+ - com.google.inject:guice:jar:3.0
14
+ - org.osgi:org.osgi.core:jar:5.0.0
15
+ - org.slf4j:slf4j-api:jar:1.7.12
16
+ - com.samskivert:jmustache:jar:1.5
17
+ - org.kill-bill.billing:killbill-util:jar:tests:0.15.10
18
+ - org.kill-bill.billing.plugin:killbill-plugin-api-currency:jar:0.18
19
+ - org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:jar:1.16
20
+ - com.h2database:h2:jar:1.4.186
21
+ - javax.activation:activation:jar:1.1
22
+ - org.skife.config:config-magic:jar:0.14
23
+ - com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.4.3
24
+ - org.kill-bill.billing.plugin:killbill-plugin-api-control:jar:0.18
25
+ - org.apache.commons:commons-email:jar:1.2
26
+ - org.mockito:mockito-all:jar:1.10.19
27
+ - antlr:antlr:jar:2.7.7
28
+ - aopalliance:aopalliance:jar:1.0
29
+ - com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3
30
+ - org.antlr:stringtemplate:jar:3.2.1
31
+ - org.kill-bill.commons:killbill-clock:jar:0.11
32
+ - javax.mail:mail:jar:1.4.1
33
+ - org.kill-bill.billing:killbill-platform-base:jar:0.15
34
+ - io.dropwizard.metrics:metrics-ehcache:jar:3.1.1
35
+ - org.slf4j:jcl-over-slf4j:jar:1.7.12
36
+ - org.jdbi:jdbi:jar:2.62
37
+ - org.kill-bill.billing:killbill-platform-api:jar:0.15
38
+ - org.kill-bill.billing:killbill-platform-osgi:jar:0.15
39
+ - org.bouncycastle:bcprov-jdk15on:jar:1.50
40
+ - org.apache.felix:org.apache.felix.framework:jar:4.4.1
41
+ - org.joda:joda-money:jar:0.9
42
+ - org.kill-bill.commons:killbill-jdbi:jar:0.11
43
+ - org.kill-bill.commons:killbill-embeddeddb-common:jar:0.11
44
+ - org.apache.shiro:shiro-core:jar:1.2.3
45
+ - org.bouncycastle:bcpkix-jdk15on:jar:1.50
46
+ - org.kill-bill.billing:killbill-platform-osgi-api:jar:0.15
47
+ - org.kill-bill.billing.plugin:killbill-plugin-api-payment:jar:0.18
48
+ - com.fasterxml.jackson.core:jackson-databind:jar:2.4.3
49
+ - com.google.guava:guava:jar:r09
50
+ - org.kill-bill.commons:killbill-locker:jar:0.11
51
+ - org.osgi:org.osgi.compendium:jar:5.0.0
52
+ - org.kill-bill.commons:killbill-queue:jar:0.11
53
+ - org.kill-bill.commons:killbill-concurrent:jar:0.11
54
+ - javax.servlet:javax.servlet-api:jar:3.1.0
55
+ - org.apache.shiro:shiro-ehcache:jar:1.2.3
56
+ - javax.inject:javax.inject:jar:1
57
+ - com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.4.3
58
+ - com.google.inject.extensions:guice-multibindings:jar:3.0
59
+ - net.sf.ehcache:ehcache:jar:2.9.1
60
+ - org.kill-bill.billing.plugin:killbill-plugin-api-invoice:jar:0.18
61
+ - org.kill-bill.billing:killbill-api:jar:0.32
62
+ - org.apache.shiro:shiro-guice:jar:1.2.3
63
+ - com.google.code.findbugs:annotations:jar:3.0.0
data/NEWS CHANGED
@@ -1,3 +1,9 @@
1
+ 3.0.0
2
+ Initial release for Kill Bill 0.16.x
3
+
4
+ 2.0.0
5
+ Initial release for Kill Bill 0.15.x
6
+
1
7
  1.0.0
2
8
  Initial release for Kill Bill 0.14.x
3
9
 
data/README.md CHANGED
@@ -11,8 +11,8 @@ Kill Bill compatibility
11
11
  | Plugin version | Kill Bill version | Stripe version |
12
12
  | -------------: | ----------------: | --------------------------------------------------------: |
13
13
  | 1.0.y | 0.14.z | [2015-02-18](https://stripe.com/docs/upgrades#2015-02-18) |
14
- | -------------: | ----------------: | --------------------------------------------------------: |
15
14
  | 2.0.y | 0.15.z | [2015-02-18](https://stripe.com/docs/upgrades#2015-02-18) |
15
+ | 3.0.y | 0.16.z | [2015-02-18](https://stripe.com/docs/upgrades#2015-02-18) |
16
16
 
17
17
  Requirements
18
18
  ------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 3.0.0
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.rdoc_options << '--exclude' << '.'
24
24
 
25
- s.add_dependency 'killbill', '~> 5.2.0'
25
+ s.add_dependency 'killbill', '~> 7.0'
26
26
 
27
27
  s.add_dependency 'sinatra', '~> 1.3.4'
28
28
  s.add_dependency 'thread_safe', '~> 0.3.4'
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
39
  s.add_dependency 'monetize', '~> 1.1.0'
40
40
  s.add_dependency 'money', '~> 6.5.1'
41
41
 
42
- s.add_development_dependency 'jbundler', '~> 0.4.3'
42
+ s.add_development_dependency 'jbundler', '~> 0.9.2'
43
43
  s.add_development_dependency 'rake', '>= 10.0.0'
44
44
  s.add_development_dependency 'rspec', '~> 2.12.0'
45
45
  if defined?(JRUBY_VERSION)
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>org.kill-bill.billing.plugin.ruby</groupId>
26
26
  <artifactId>stripe-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.0.0</version>
28
+ <version>3.0.0</version>
29
29
  <name>stripe-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-stripe-plugin</url>
31
31
  <description>Plugin for accessing Stripe as a payment gateway</description>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-23 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill
@@ -16,12 +16,12 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.0
19
+ version: '7.0'
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 5.2.0
24
+ version: '7.0'
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -204,12 +204,12 @@ dependencies:
204
204
  requirements:
205
205
  - - ~>
206
206
  - !ruby/object:Gem::Version
207
- version: 0.4.3
207
+ version: 0.9.2
208
208
  requirement: !ruby/object:Gem::Requirement
209
209
  requirements:
210
210
  - - ~>
211
211
  - !ruby/object:Gem::Version
212
- version: 0.4.3
212
+ version: 0.9.2
213
213
  prerelease: false
214
214
  type: :development
215
215
  - !ruby/object:Gem::Dependency
@@ -341,11 +341,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  version: '0'
342
342
  requirements: []
343
343
  rubyforge_project:
344
- rubygems_version: 2.4.6
344
+ rubygems_version: 2.1.9
345
345
  signing_key:
346
346
  specification_version: 4
347
347
  summary: Plugin to use Stripe as a gateway.
348
- test_files:
349
- - spec/spec_helper.rb
350
- - spec/stripe/base_plugin_spec.rb
351
- - spec/stripe/remote/integration_spec.rb
348
+ test_files: []