killbill-paypal-express 4.1.6 → 4.1.7

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/NEWS +3 -0
  4. data/VERSION +1 -1
  5. data/pom.xml +1 -1
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c56b36f1fd04db5756bbadd3a64ea7eac06e111
4
- data.tar.gz: 2e42e9a3231f927b3450ccfe30c0477f094be7d2
3
+ metadata.gz: 5d031e15efa39c3006fbbe35460b9d461d1f2f19
4
+ data.tar.gz: 78cd8ac061692599a104827d0eec76d35518bdcf
5
5
  SHA512:
6
- metadata.gz: 2cc2e615c35a73c63b86ede5736b25fe0894f3d4853673f68daa9e79c8a7e6af3ad0fffb86c9ffb400ef46baf0eb8a50674c15fab193038d7d7193ea04147241
7
- data.tar.gz: 8df90f1dfd4fcc4dbe0c6ee9ea6ed64668993a25f2e75c39e049aa9f167a64a58539122883e523cbe873741ec886efff6d73b8659fa02964ec6de108c3d6ca44
6
+ metadata.gz: 0541c0f2d1acfeecfccc2faaee8210f619a22e21dca2b3a0d52fef0abfae75cacb42f80b171ad9d21f179ee8e08097618b7f6371dec8d3b065b6873addfe811f
7
+ data.tar.gz: 9528e14bd8965d3d397179ad772ec390a1826e6eb2e67f5c170e25e96d19023d923ae9c51e94cdaad5014ce3888d70dec588163469fc95947eb98e44bb30f174
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill-paypal-express (4.1.6)
4
+ killbill-paypal-express (4.1.7)
5
5
  actionpack (~> 4.1.0)
6
6
  actionview (~> 4.1.0)
7
7
  activemerchant (~> 1.53.0)
@@ -81,7 +81,7 @@ GEM
81
81
  jdbc-mariadb (1.2.3)
82
82
  jdbc-postgres (9.4.1206)
83
83
  jdbc-sqlite3 (3.8.11.2)
84
- jruby-openssl (0.9.16-java)
84
+ jruby-openssl (0.9.17-java)
85
85
  json (1.8.3-java)
86
86
  killbill (7.0.5)
87
87
  rack (>= 1.5.2)
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 4.1.7
2
+ Update jruby-openssl to 0.9.17 (see jruby/jruby-openssl#94)
3
+
1
4
  4.1.6
2
5
  Add invoice_id in refund call
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.6
1
+ 4.1.7
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>4.1.6</version>
29
+ <version>4.1.7</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: 4.1.6
4
+ version: 4.1.7
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: 2016-08-10 00:00:00.000000000 Z
11
+ date: 2016-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill