killbill-currency-plugin 1.0.1 → 1.1.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.
- data/Jarfile +5 -5
- data/VERSION +1 -1
- data/pom.xml +1 -1
- metadata +5 -5
data/Jarfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
jar 'com.ning.billing:killbill-api', '0.7.
|
|
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.7.
|
|
1
|
+
jar 'com.ning.billing:killbill-api', '0.7.4'
|
|
2
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-notification', '0.6.1'
|
|
3
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-payment', '0.6.1'
|
|
4
|
+
jar 'com.ning.billing.plugin:killbill-plugin-api-currency', '0.6.1'
|
|
5
|
+
jar 'com.ning.billing:killbill-util:tests', '0.7.1'
|
|
6
6
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0
|
|
1
|
+
1.1.0
|
data/pom.xml
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<groupId>com.ning.killbill.ruby</groupId>
|
|
26
26
|
<artifactId>killbill-currency-plugin</artifactId>
|
|
27
27
|
<packaging>pom</packaging>
|
|
28
|
-
<version>1.0
|
|
28
|
+
<version>1.1.0</version>
|
|
29
29
|
<name>killbill-currency-plugin</name>
|
|
30
30
|
<description></description>
|
|
31
31
|
<scm>
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-currency-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.1
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 1.1.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kill Bill core team
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: killbill
|
|
@@ -17,13 +17,13 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.8.
|
|
20
|
+
version: 1.8.3
|
|
21
21
|
none: false
|
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.8.
|
|
26
|
+
version: 1.8.3
|
|
27
27
|
none: false
|
|
28
28
|
prerelease: false
|
|
29
29
|
type: :runtime
|
|
@@ -169,9 +169,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
170
|
segments:
|
|
171
171
|
- 0
|
|
172
|
+
hash: 2
|
|
172
173
|
version: !binary |-
|
|
173
174
|
MA==
|
|
174
|
-
hash: 2
|
|
175
175
|
none: false
|
|
176
176
|
requirements: []
|
|
177
177
|
rubyforge_project:
|