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 +4 -4
- data/Jarfile +5 -5
- data/README.md +4 -2
- data/VERSION +1 -1
- data/killbill-notification-test.gemspec +1 -1
- data/pom.xml +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7da5c629a50802307f568cf280a5828fc3e8bc54
|
|
4
|
+
data.tar.gz: 2b023e5a152deab070cfa26589dd3c9ad166ce2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cda5dc3501dc633411e8a85c7c7639d06ab161773a40dee3147faefc501891142572fa2606310085a9c4aeb3871840dbc053223b4c8f8bb027373b379374a24
|
|
7
|
+
data.tar.gz: fdc44e0718e11b61dea65a265d902d2dd492250b817bd943d98295a79f7fc8da3c27026a4f92e3a40df16cb24540b4cdb992a229efc2f37f27d621dd2fb5f99c
|
data/Jarfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
jar 'com.ning.billing:killbill-api', '0.
|
|
2
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.
|
|
3
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.
|
|
4
|
-
jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.
|
|
5
|
-
jar 'com.ning.billing:killbill-util:tests', '0.
|
|
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
|
|
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.
|
|
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', '~>
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|
|
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:
|
|
24
|
+
version: 2.0.0
|
|
25
25
|
prerelease: false
|
|
26
26
|
type: :runtime
|
|
27
27
|
- !ruby/object:Gem::Dependency
|