killbill-paypal-express 1.6.5 → 1.6.6

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/NEWS +3 -0
  3. data/VERSION +1 -1
  4. data/pom.xml +1 -1
  5. data/release.sh +13 -0
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6edd71974c6e3f234a22b6012786d8311d4145e
4
- data.tar.gz: b0cf73fbec05c8a238d0575a69d870810cb2c436
3
+ metadata.gz: 7747952ea76c8310efd8dd6cc3e816ff0c80923b
4
+ data.tar.gz: 30bc8e82b406e197e1e8d8456d9c6ccd935493d1
5
5
  SHA512:
6
- metadata.gz: 2d7de8573d9a997cce9dffd8dc470573f9ec220151722d96c9e44dca6f372652c9b7c135b3c6670d9220deaab3ed635e3dd293607f4458eef09403106c498c31
7
- data.tar.gz: 388ed005eef4307c1105621f39d85f8db4f00b30c2e5124c73a77d1a04e2c19b48f3f8f6d8a8608cffcd25c4536fd222c0502e52aacae02cac4c2c0adb81282e
6
+ metadata.gz: e9a918638c0b5a5ff165ae4eb8b1b24bf0a95865ae6bb2996e1c8a93571371cc6b596d50d1e02a51e0997de60053c2be2edd6ecc0e5f22a487f4c9c95ce414a9
7
+ data.tar.gz: 338068d7d1841746a3035779e5680e45d63df9868e10bfc70b39537d1e69b7f2eb230b23f8e2a186b16b135cd9da513e092c330960c7011f5ca26e2038d7bf08
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 1.6.6
2
+ Fix packaging
3
+
1
4
  1.6.5
2
5
  Implement payments and refunds search
3
6
  Fix amount to cents conversion
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.5
1
+ 1.6.6
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>paypal-express-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.6.5</version>
28
+ <version>1.6.6</version>
29
29
  <name>paypal-express-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-paypal-express-plugin</url>
31
31
  <description>Plugin for accessing paypal as a payment gateway</description>
data/release.sh CHANGED
@@ -1,5 +1,18 @@
1
1
  set -e
2
2
 
3
+ if [ "GNU" != "$(tar --help | grep GNU | head -1 | awk '{print $1}')" ]; then
4
+ echo "Unable to release: make sure to use GNU tar"
5
+ exit 1
6
+ fi
7
+
8
+ if $(ruby -e'require "java"'); then
9
+ # Good
10
+ echo "Detected JRuby"
11
+ else
12
+ echo "Unable to release: make sure to use JRuby"
13
+ exit 1
14
+ fi
15
+
3
16
  VERSION=`grep -E '<version>([0-9]+\.[0-9]+\.[0-9]+)</version>' pom.xml | sed 's/[\t \n]*<version>\(.*\)<\/version>[\t \n]*/\1/'`
4
17
  if [ "$VERSION" != "$(cat $PWD/VERSION)" ]; then
5
18
  echo "Unable to release: make sure the versions in pom.xml and VERSION match"
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.6.5
4
+ version: 1.6.6
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-01-17 00:00:00.000000000 Z
11
+ date: 2014-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill