killbill-litle 1.9.7 → 1.9.8

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: bc0d66bea92052455c27f5e608fdca9249f0d435
4
- data.tar.gz: d1c626601553b6e6d05981a954245b09dd7c1bab
3
+ metadata.gz: dd390645be385e03ce6c14e5238aa36193a95820
4
+ data.tar.gz: 31b3102cf8fb9e23bc18c402fe64906eff192e8d
5
5
  SHA512:
6
- metadata.gz: 93529b31d8598992e7daac6228d4afe7ef1b7500f622f299ff1e5fc071817893aa12db4258f24df78c5286d6192fdd039a5311b779c676ce047aa652c27e2e8e
7
- data.tar.gz: 3f9261b41c28ef0987d480c46a07452a14f1955bd336d080ac1fd98aee1a2f4d8a080d386aef6e66e6d5daebcdcbce4ec2c0773baaf545d5bafcc9662908db53
6
+ metadata.gz: 2455c608b8f5d72c0dd69a4af7f2d9b65b5e449ad684d0571e6f905407aef21ae43406e07e865dc532af3a3a3a47c2bf56f0acdf1790c8325af514b0b9b60a89
7
+ data.tar.gz: b3f1cbb80defb3b94a3af875a42efe60941aef153d2d5b506217eef1f5933d7a9d4845cde4c9a841e45679c87d37097261ed0980b17127c496a1d621dee5bce6
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 1.9.8
2
+ Fix packaging
3
+
1
4
  1.9.7
2
5
  Implement payments and refunds search
3
6
  Fix amount to cents conversion
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.7
1
+ 1.9.8
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>litle-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.9.7</version>
28
+ <version>1.9.8</version>
29
29
  <name>litle-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-litle-plugin</url>
31
31
  <description>Plugin for accessing Litle 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-litle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
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