killbill-paypal-express 3.0.0 → 4.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: ae93ce1b96f9e34f7cc2c39a7b868c0a18721d10
4
- data.tar.gz: 6ca5732aa12df5221f2ae9b67deac6e2152387f5
3
+ metadata.gz: 57d1cac0516faf51d00c0ce21bf204ce090981dd
4
+ data.tar.gz: 987beb06dc7c106c29338ed874588a820875ac49
5
5
  SHA512:
6
- metadata.gz: 237dca385e020edebb7ca538c31a7e0c35462466df6c5d6a63b5128e282bfea8a4dc363e31a8360b2478a9d9f19539632b52d5d4f2da34cd2f9d104f8995ade4
7
- data.tar.gz: e2781452b570c7396d5d2836d9a2cde0705c89c0b8bae139dec2d92e2e5cfb7b7699d36e951f8ac5a7c7d0ef64c552e5b71bcea105f9b8ec3dec24c722ef8152
6
+ metadata.gz: c60577d1f8c7bbfae4d8f26285f9dca40d0debe93fb8f8abc6a4a50983a201d2643c227ce5e97e9664344335af3ea03051fa5861cd46aac80745301d78fa4d14
7
+ data.tar.gz: 17c18b4d35b798beac5e7f1cae35774d4df13ab1c9eb6a6c41d7f4f47e8eef6e987277e7c5321af27a70aa5baf81a4e38bf1e53442cfe9068d078d386443c4a4
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'
7
10
 
8
11
  notifications:
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill-paypal-express (3.0.0)
4
+ killbill-paypal-express (4.0.0)
5
5
  actionpack (~> 4.1.0)
6
6
  actionview (~> 4.1.0)
7
- activemerchant (~> 1.48.0)
7
+ activemerchant (~> 1.53.0)
8
8
  activerecord (~> 4.1.0)
9
9
  activerecord-bogacs (~> 0.3)
10
10
  activerecord-jdbc-adapter (~> 1.3)
11
11
  jruby-openssl (~> 0.9.6)
12
- killbill (~> 5.1.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,67 +19,80 @@ 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)
32
32
  activesupport (>= 3.2)
33
33
  i18n
34
- activemerchant (1.48.0)
34
+ activemerchant (1.53.0)
35
35
  activesupport (>= 3.2.14, < 5.0.0)
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.3.0)
47
- thread_safe (~> 0.3)
48
- activerecord-jdbc-adapter (1.3.17)
46
+ activerecord-bogacs (0.4.1)
47
+ activerecord-jdbc-adapter (1.3.19)
49
48
  activerecord (>= 2.2)
50
- activesupport (4.1.13)
49
+ activesupport (4.1.14)
51
50
  i18n (~> 0.6, >= 0.6.9)
52
51
  json (~> 1.7, >= 1.7.7)
53
52
  minitest (~> 5.1)
54
53
  thread_safe (~> 0.1)
55
54
  tzinfo (~> 1.1)
56
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)
57
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)
58
65
  diff-lcs (1.1.3)
66
+ equalizer (0.0.11)
59
67
  erubis (2.7.0)
60
- ethon (0.7.4)
68
+ ethon (0.8.0)
61
69
  ffi (>= 1.3.0)
62
70
  ffi (1.9.10-java)
63
71
  i18n (0.7.0)
64
- jbundler (0.4.3)
65
- maven-tools (~> 0.32.1)
66
- ruby-maven (~> 3.0.4)
67
- jdbc-mariadb (1.2.0)
68
- jdbc-sqlite3 (3.8.10.1)
69
- jruby-openssl (0.9.10-java)
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-sqlite3 (3.8.11.2)
81
+ jruby-openssl (0.9.12-java)
70
82
  json (1.8.3-java)
71
- killbill (5.1.0)
83
+ killbill (7.0.0)
72
84
  rack (>= 1.5.2)
73
85
  sinatra (~> 1.3.4)
74
86
  typhoeus (~> 0.6.9)
75
87
  tzinfo (~> 1.2.0)
76
- maven-tools (0.32.5)
77
- minitest (5.8.0)
88
+ maven-tools (1.0.13)
89
+ virtus (~> 1.0)
90
+ minitest (5.8.3)
78
91
  monetize (1.1.0)
79
92
  money (~> 6.5.0)
80
93
  money (6.5.1)
81
94
  i18n (>= 0.6.4, <= 0.7.0)
82
- nokogiri (1.6.6.2-java)
95
+ nokogiri (1.6.7.1-java)
83
96
  offsite_payments (2.1.0)
84
97
  actionpack (>= 3.2.20, < 5.0.0)
85
98
  active_utils (~> 3.0.0)
@@ -102,26 +115,30 @@ GEM
102
115
  rspec-expectations (2.12.1)
103
116
  diff-lcs (~> 1.1.3)
104
117
  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)
118
+ ruby-maven (3.3.8)
119
+ ruby-maven-libs (~> 3.3.1)
120
+ ruby-maven-libs (3.3.3)
108
121
  sinatra (1.3.6)
109
122
  rack (~> 1.4)
110
123
  rack-protection (~> 1.3)
111
124
  tilt (~> 1.3, >= 1.3.3)
112
- thor (0.19.1)
113
125
  thread_safe (0.3.5-java)
114
126
  tilt (1.4.1)
115
127
  typhoeus (0.6.9)
116
128
  ethon (>= 0.7.1)
117
129
  tzinfo (1.2.2)
118
130
  thread_safe (~> 0.1)
131
+ virtus (1.0.5)
132
+ axiom-types (~> 0.1)
133
+ coercible (~> 1.0)
134
+ descendants_tracker (~> 0.0, >= 0.0.3)
135
+ equalizer (~> 0.0, >= 0.0.9)
119
136
 
120
137
  PLATFORMS
121
138
  java
122
139
 
123
140
  DEPENDENCIES
124
- jbundler (~> 0.4.3)
141
+ jbundler (~> 0.9.2)
125
142
  jdbc-mariadb (~> 1.1)
126
143
  jdbc-sqlite3 (~> 3.7)
127
144
  killbill-paypal-express!
data/Jarfile CHANGED
@@ -1,11 +1,11 @@
1
- jar 'org.kill-bill.billing:killbill-api', '0.20'
2
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.15'
3
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-invoice', '0.15'
4
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.15'
5
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.15'
6
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-control', '0.15'
7
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-catalog', '0.15'
8
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-entitlement', '0.15'
9
- jar 'org.kill-bill.billing:killbill-util:tests', '0.15.3'
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.20
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.15
5
- org.kill-bill.billing.plugin:killbill-plugin-api-invoice:jar:0.15
6
- org.kill-bill.billing.plugin:killbill-plugin-api-notification:jar:0.15
7
- org.kill-bill.billing.plugin:killbill-plugin-api-payment:jar:0.15
8
- org.kill-bill.billing.plugin:killbill-plugin-api-control:jar:0.15
9
- org.kill-bill.billing.plugin:killbill-plugin-api-catalog:jar:0.15
10
- org.kill-bill.billing.plugin:killbill-plugin-api-entitlement:jar:0.15
11
- org.kill-bill.billing:killbill-util:jar:tests:0.15.3
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.3
36
- org.kill-bill.billing:killbill-platform-api:jar:0.8
37
- org.kill-bill.billing:killbill-platform-base:jar:0.8
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.8
41
- org.osgi:org.osgi.core:jar:5.0.0
42
- org.kill-bill.commons:killbill-clock:jar:0.6
43
- org.kill-bill.commons:killbill-concurrent:jar:0.6
44
- org.kill-bill.commons:killbill-embeddeddb-common:jar:0.6
45
- org.kill-bill.commons:killbill-jdbi:jar:0.6
46
- com.h2database:h2:jar:1.4.186
47
- javax.inject:javax.inject:jar:1
48
- org.kill-bill.commons:killbill-locker:jar:0.6
49
- org.kill-bill.commons:killbill-queue:jar:0.6
50
- org.kill-bill.commons:killbill-xmlloader:jar:0.6
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
+ 4.0.0
2
+ Initial release for Kill Bill 0.16.x
3
+
4
+ 3.0.0
5
+ Initial release for Kill Bill 0.15.x
6
+
1
7
  2.0.0
2
8
  Initial release for Kill Bill 0.14.x
3
9
 
data/README.md CHANGED
@@ -12,6 +12,7 @@ Kill Bill compatibility
12
12
  | -------------: | ----------------: |
13
13
  | 2.x.y | 0.14.z |
14
14
  | 3.x.y | 0.15.z |
15
+ | 4.x.y | 0.16.z |
15
16
 
16
17
  Requirements
17
18
  ------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 4.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.1.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'
@@ -35,12 +35,12 @@ Gem::Specification.new do |s|
35
35
  end
36
36
  s.add_dependency 'actionpack', '~> 4.1.0'
37
37
  s.add_dependency 'actionview', '~> 4.1.0'
38
- s.add_dependency 'activemerchant', '~> 1.48.0'
38
+ s.add_dependency 'activemerchant', '~> 1.53.0'
39
39
  s.add_dependency 'offsite_payments', '~> 2.1.0'
40
40
  s.add_dependency 'monetize', '~> 1.1.0'
41
41
  s.add_dependency 'money', '~> 6.5.1'
42
42
 
43
- s.add_development_dependency 'jbundler', '~> 0.4.3'
43
+ s.add_development_dependency 'jbundler', '~> 0.9.2'
44
44
  s.add_development_dependency 'rake', '>= 10.0.0'
45
45
  s.add_development_dependency 'rspec', '~> 2.12.0'
46
46
  if defined?(JRUBY_VERSION)
@@ -93,7 +93,7 @@ module Killbill #:nodoc:
93
93
 
94
94
  def refund_payment(kb_account_id, kb_payment_id, kb_payment_transaction_id, kb_payment_method_id, amount, currency, properties, context)
95
95
  # Cannot refund based on authorizations (default behavior)
96
- linked_transaction_type = @transaction_model.purchases_from_kb_payment_id(kb_payment_id, context.tenant_id).size > 0 ? :purchase : :capture
96
+ linked_transaction_type = @transaction_model.purchases_from_kb_payment_id(kb_payment_id, context.tenant_id).size > 0 ? :PURCHASE : :CAPTURE
97
97
 
98
98
  # Pass extra parameters for the gateway here
99
99
  options = {
data/pom.xml CHANGED
@@ -26,7 +26,7 @@
26
26
  <groupId>org.kill-bill.billing.plugin.ruby</groupId>
27
27
  <artifactId>paypal-express-plugin</artifactId>
28
28
  <packaging>pom</packaging>
29
- <version>3.0.0</version>
29
+ <version>4.0.0</version>
30
30
  <name>paypal-express-plugin</name>
31
31
  <url>http://github.com/killbill/killbill-paypal-express-plugin</url>
32
32
  <description>Plugin for accessing Paypal Express Checkout as a payment gateway</description>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-paypal-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 4.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-08-24 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.1.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.1.0
24
+ version: '7.0'
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -142,12 +142,12 @@ dependencies:
142
142
  requirements:
143
143
  - - ~>
144
144
  - !ruby/object:Gem::Version
145
- version: 1.48.0
145
+ version: 1.53.0
146
146
  requirement: !ruby/object:Gem::Requirement
147
147
  requirements:
148
148
  - - ~>
149
149
  - !ruby/object:Gem::Version
150
- version: 1.48.0
150
+ version: 1.53.0
151
151
  prerelease: false
152
152
  type: :runtime
153
153
  - !ruby/object:Gem::Dependency
@@ -198,12 +198,12 @@ dependencies:
198
198
  requirements:
199
199
  - - ~>
200
200
  - !ruby/object:Gem::Version
201
- version: 0.4.3
201
+ version: 0.9.2
202
202
  requirement: !ruby/object:Gem::Requirement
203
203
  requirements:
204
204
  - - ~>
205
205
  - !ruby/object:Gem::Version
206
- version: 0.4.3
206
+ version: 0.9.2
207
207
  prerelease: false
208
208
  type: :development
209
209
  - !ruby/object:Gem::Dependency
@@ -321,11 +321,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  version: '0'
322
322
  requirements: []
323
323
  rubyforge_project:
324
- rubygems_version: 2.4.8
324
+ rubygems_version: 2.1.9
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: Plugin to use Paypal Express Checkout as a gateway.
328
- test_files:
329
- - spec/paypal_express/base_plugin_spec.rb
330
- - spec/paypal_express/remote/integration_spec.rb
331
- - spec/spec_helper.rb
328
+ test_files: []