killbill-payment-test 1.6.2 → 1.6.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a972bf23fde498d2619fbbe2fcf8a45cab33454b
4
- data.tar.gz: ca2a3c9e73593cd0696bce2a07015a6607a045c0
3
+ metadata.gz: 55beed89503e52d8ce6ff2c73c4fa5d96c00190d
4
+ data.tar.gz: 030fc8cb860b2184aa391f8c68f529563bd88606
5
5
  SHA512:
6
- metadata.gz: 84834329292a01e8406e5ae5021b873caede170d4bd5586b4eec7a1405229e1b7927e39e6e62589bee2b0750b286ea58df647afdc3c861e3a993db2654faa242
7
- data.tar.gz: 59e94f0ba669a73ac622ee2dbd63eb419f79669b6dcebd491f0a1eae416cacfbd1ae0d3c0921a066e0f1e91f6e2e47c606aa75fd3d2fbf12bd80c13d695e9804
6
+ metadata.gz: 85f350adefb357f9a69a48271a395c9647b79009a49a83650e85892b5e9333bfde41bf26fcd7b1dc38f81489bc8be7bb8ac8df1ffe20701dfd811418e2a2ae34
7
+ data.tar.gz: b456f9f714cccec838c62890196f754d38a6d9c8b59af179aa8bbac82789172cfd2ae62691e113466dbb03fb57f0c2c8ff9fd268181f824e31b894e8df597696
data/Jarfile CHANGED
@@ -1,6 +1,6 @@
1
- jar 'com.ning.billing:killbill-api', '0.7.8'
2
- jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.2'
3
- jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.2'
4
- jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.2'
5
- jar 'com.ning.billing:killbill-util:tests', '0.7.1'
1
+ jar 'com.ning.billing:killbill-api', '0.8.0'
2
+ jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.3'
3
+ jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.3'
4
+ jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.3'
5
+ jar 'com.ning.billing:killbill-util:tests', '0.8.8'
6
6
  jar 'javax.servlet:javax.servlet-api', '3.0.1'
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  killbill-payment-test-plugin
2
2
  ==============================
3
3
 
4
- Plugin to use test Killbill PaymentPluginAPI
4
+ Plugin to test the Kill Bill PaymentPlugin API.
5
5
 
6
+ Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22payment-test-plugin%22) with coordinates `com.ning.killbill.ruby:payment-test-plugin`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.2
1
+ 1.6.3
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.rdoc_options << '--exclude' << '.'
24
24
 
25
- s.add_dependency 'killbill', '~> 1.9.0'
25
+ s.add_dependency 'killbill', '~> 2.0.0'
26
26
 
27
27
  s.add_development_dependency 'jbundler', '~> 0.4.1'
28
28
  s.add_development_dependency 'rake', '>= 10.0.0'
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>payment-test-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.6.2</version>
28
+ <version>1.6.3</version>
29
29
  <name>payment-test-plugin</name>
30
30
  <description></description>
31
31
  <scm>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-payment-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
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-02 00:00:00.000000000 Z
11
+ date: 2014-01-16 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: 1.9.0
19
+ version: 2.0.0
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 1.9.0
24
+ version: 2.0.0
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency