Package not found. Please check the package name and try again.

killbill-paypal-express 1.7.1 → 1.8.0

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/paypal_express.rb +1 -0
  4. data/pom.xml +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 568f7f5e8488231a8c9f89f58736dc52f97ce34b
4
- data.tar.gz: ba8138f1f45b8c38826b9b21e3b6416ec7ae10cb
3
+ metadata.gz: f5a1f5e7be1c1fd1847e581363ad72fad2660bc7
4
+ data.tar.gz: ddd1c2a7d5b4ff278db241eae49939f723dc2757
5
5
  SHA512:
6
- metadata.gz: b5b94c246cd3915f1b307777a335dc969d1a94ef66229474c3a5183bb92b545011a34fa1bdbdd8525efa6f77bdea7586fd10fec19b1c9daeb7d223d3c3a592fb
7
- data.tar.gz: 2d7adf5bbdc39e6726e9f6923213721a1c73ad2667a6e0e7e8a383114fc825c4e5f76683e7ce38ea1fd4abd0740723ac93b3688efc9d87350f0b9900fde9ece4
6
+ metadata.gz: a2a2f4b2c0e4fc185e0122e13d85d10f76ab4daae101f4b3bec56f5cddea2b0bd0e85d605048da9f2534b37e77442d95d803df1a92e16f3d7d83c306b7d977e1
7
+ data.tar.gz: c5e06f1542acaf6a9a80ce717219acd7e8fafd2463b2cf3a263ef6058156a26ad998ccac382e561420a05af67f6e82eb76b9361e1b83900449a0fa85a9b661b9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.1
1
+ 1.8.0
@@ -1,3 +1,4 @@
1
+ require 'openssl'
1
2
  require 'action_controller'
2
3
  require 'active_record'
3
4
  require 'action_view'
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>1.7.1</version>
29
+ <version>1.8.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: 1.7.1
4
+ version: 1.8.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: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill