killbill-notification-test 1.7.2 → 1.7.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: 8b3e096c8af6925703ec3e270d39eeeffd0674a7
4
- data.tar.gz: 9c29f3514ee706f412edf273ce45e7a876f1810e
3
+ metadata.gz: 7da5c629a50802307f568cf280a5828fc3e8bc54
4
+ data.tar.gz: 2b023e5a152deab070cfa26589dd3c9ad166ce2b
5
5
  SHA512:
6
- metadata.gz: 4bfb26e15c00d2ff6323ae6bc8541e8000510c930e487025d7d079a2b2084b1ed53e83a46be6949a4eec91abee66a8413c511d31d7cb5ec951fbe3233ff72dfe
7
- data.tar.gz: 59b092ecc4452e36b97f1019cc068eb925bde6ce777cccd0b1bb0546d7ebe5d001a6a46a20b2ed9f3befd46cb2c4e715f39998349c4630bda4a8c067f7385291
6
+ metadata.gz: 7cda5dc3501dc633411e8a85c7c7639d06ab161773a40dee3147faefc501891142572fa2606310085a9c4aeb3871840dbc053223b4c8f8bb027373b379374a24
7
+ data.tar.gz: fdc44e0718e11b61dea65a265d902d2dd492250b817bd943d98295a79f7fc8da3c27026a4f92e3a40df16cb24540b4cdb992a229efc2f37f27d621dd2fb5f99c
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,7 @@
1
1
  killbill-notification-test-plugin
2
- ==============================
2
+ =================================
3
3
 
4
- Plugin to use test Killbill NotificationPluginAPI
4
+ Plugin to test the Kill Bill NotificationPlugin API.
5
5
 
6
+
7
+ Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22notification-test-plugin%22) with coordinates `com.ning.killbill.ruby:notification-test-plugin`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.2
1
+ 1.7.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>notification-test-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.7.2</version>
28
+ <version>1.7.3</version>
29
29
  <name>notification-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-notification-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Killbill 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