killbill-notification-test 1.7.4 → 1.8.0
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 +1 -1
- data/VERSION +1 -1
- data/killbill-notification-test.gemspec +1 -1
- data/pom.xml +2 -2
- data/release.sh +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b15e6126eaf1e208bb0e9d80d2b0416f29c0ea2a
|
|
4
|
+
data.tar.gz: 10a578366576796d64e9d3a087d57486e5774d64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b8b44b179c6e7f297142b62f9de4b30c4c4f0e7b4c5a0f7d58db45d5467cb27290966ea5ed95c48b84c514b483753ed3b85e014938f1df59e7be9af5996ec97
|
|
7
|
+
data.tar.gz: dc9948c20e3826d98e67150860eb964e3477f9c805209bd7c352911839b4c8e13c7c3e2bca8237280447951e27b30e6c6e8744cb2f5db3aa1251d4d6d75189fe
|
data/Jarfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
jar '
|
|
2
|
-
jar '
|
|
3
|
-
jar '
|
|
4
|
-
jar '
|
|
5
|
-
jar '
|
|
1
|
+
jar 'org.kill-bill.billing:killbill-api', '0.8.2'
|
|
2
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.6.4'
|
|
3
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.6.4'
|
|
4
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.6.4'
|
|
5
|
+
jar 'org.kill-bill.billing:killbill-util:tests', '0.9.1'
|
|
6
6
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/README.md
CHANGED
|
@@ -4,4 +4,4 @@ killbill-notification-test-plugin
|
|
|
4
4
|
Plugin to test the Kill Bill NotificationPlugin API.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%
|
|
7
|
+
Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.kill-bill.billing.plugin.ruby%22%20AND%20a%3A%22notification-test-plugin%22) with coordinates `org.kill-bill.billing.plugin.ruby:notification-test-plugin`.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0
|
|
@@ -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', '~> 3.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
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
<version>5</version>
|
|
23
23
|
</parent>
|
|
24
24
|
<modelVersion>4.0.0</modelVersion>
|
|
25
|
-
<groupId>
|
|
25
|
+
<groupId>org.kill-bill.billing.plugin.ruby</groupId>
|
|
26
26
|
<artifactId>notification-test-plugin</artifactId>
|
|
27
27
|
<packaging>pom</packaging>
|
|
28
|
-
<version>1.
|
|
28
|
+
<version>1.8.0</version>
|
|
29
29
|
<name>notification-test-plugin</name>
|
|
30
30
|
<description></description>
|
|
31
31
|
<scm>
|
data/release.sh
CHANGED
|
@@ -31,7 +31,7 @@ rake killbill:package
|
|
|
31
31
|
ARTIFACT="$PWD/pkg/killbill-notification-test-$VERSION.tar.gz"
|
|
32
32
|
echo "Pushing $ARTIFACT to Maven Central"
|
|
33
33
|
mvn gpg:sign-and-deploy-file \
|
|
34
|
-
-DgroupId=
|
|
34
|
+
-DgroupId=org.kill-bill.billing.plugin.ruby \
|
|
35
35
|
-DartifactId=notification-test-plugin \
|
|
36
36
|
-Dversion=$VERSION \
|
|
37
37
|
-Dpackaging=tar.gz \
|
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.
|
|
4
|
+
version: 1.8.0
|
|
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-
|
|
11
|
+
date: 2014-03-13 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: 3.0.0
|
|
20
20
|
requirement: !ruby/object:Gem::Requirement
|
|
21
21
|
requirements:
|
|
22
22
|
- - ~>
|
|
23
23
|
- !ruby/object:Gem::Version
|
|
24
|
-
version:
|
|
24
|
+
version: 3.0.0
|
|
25
25
|
prerelease: false
|
|
26
26
|
type: :runtime
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
111
|
rubyforge_project:
|
|
112
|
-
rubygems_version: 2.2.
|
|
112
|
+
rubygems_version: 2.2.2
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: Plugin to test notification plugin api
|