killbill-currency-plugin 1.1.4 → 1.2.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/.gitignore +1 -0
- data/Jarfile +5 -5
- data/README.md +1 -1
- data/VERSION +1 -1
- data/killbill-currency-plugin.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: 03867948475e076bdf3847d195d163f1b86e00b0
|
|
4
|
+
data.tar.gz: cd0578638ecf66a682011c6627d59bd0dc290ede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c8ba166a8d5d6d487afde01c464745e58a6f7b66e875faf62bb11a7e905b6806a736064afd62fd7f05d2b75d9eb1e7c0484680ef8cdad0ea1aa8f36ed373f0e
|
|
7
|
+
data.tar.gz: ce2507d57f6fc319308a48f083968836b15af07d09663ed65aba4b4694d87e69b3b68bf4b7c7bdbc4ac09d8b0d73d5a24ff07e65682eaaa0f763cf156ebca52b
|
data/.gitignore
CHANGED
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
|
@@ -3,4 +3,4 @@ killbill-currency-plugin
|
|
|
3
3
|
|
|
4
4
|
A default currency plugin based on a set of static currency conversion tables.
|
|
5
5
|
|
|
6
|
-
Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%
|
|
6
|
+
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%22killbill-currency-plugin%22) with coordinates `org.kill-bill.billing.plugin.ruby:killbill-currency-plugin`.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.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
|
s.add_dependency 'activerecord', '~> 3.2.1'
|
|
27
27
|
if defined?(JRUBY_VERSION)
|
|
28
28
|
s.add_dependency 'activerecord-jdbcmysql-adapter', '~> 1.2.9'
|
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>killbill-currency-plugin</artifactId>
|
|
27
27
|
<packaging>pom</packaging>
|
|
28
|
-
<version>1.
|
|
28
|
+
<version>1.2.0</version>
|
|
29
29
|
<name>killbill-currency-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-currency-plugin-$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=killbill-currency-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-currency-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
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-
|
|
11
|
+
date: 2014-03-12 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
|
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
159
|
rubyforge_project:
|
|
160
|
-
rubygems_version: 2.
|
|
160
|
+
rubygems_version: 2.1.9
|
|
161
161
|
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Default Currency Plugin.
|