killbill-currency-plugin-test 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Jarfile +5 -5
- data/README.md +3 -1
- data/VERSION +1 -1
- data/pom.xml +2 -2
- data/release.sh +1 -1
- metadata +22 -36
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3a02891a4b09c98c3166f0633a21f34e4ec746df
|
4
|
+
data.tar.gz: c5370a5edd9398d6079bd8744745c36666f3b727
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 7564ee98ea2ac39adcf90f31a96120f170031b1594792445d4edf03e5ebd5f642f2e7f5363de12cbf6087810fd962f5220c836707df4c0fb5e2a2e5d0129f98a
|
7
|
+
data.tar.gz: 10a641dfc6abf7e47109045f3bae41c086174b329dac6b40fa69cdc8786e2bd29b87d31ca113991839f0d5fb5f00f879426ed0aca945028712862376b512f9f0
|
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.9.2'
|
2
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.7.0'
|
3
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.7.0'
|
4
|
+
jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.7.0'
|
5
|
+
jar 'org.kill-bill.billing:killbill-util:tests', '0.11.1'
|
6
6
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
killbill-currency-plugin
|
2
|
-
|
2
|
+
========================
|
3
3
|
|
4
4
|
A currency plugin used for integration tests.
|
5
|
+
|
6
|
+
Release builds are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ning.killbill.ruby%22%20AND%20a%3A%22killbill-currency-plugin-test%22) with coordinates `com.ning.killbill.ruby:killbill-currency-plugin-test`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.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.ruby</groupId>
|
26
26
|
<artifactId>killbill-currency-plugin-test</artifactId>
|
27
27
|
<packaging>pom</packaging>
|
28
|
-
<version>1.
|
28
|
+
<version>1.1.0</version>
|
29
29
|
<name>killbill-currency-plugin-test</name>
|
30
30
|
<description></description>
|
31
31
|
<scm>
|
data/release.sh
CHANGED
@@ -18,7 +18,7 @@ rake killbill:package
|
|
18
18
|
ARTIFACT="$PWD/pkg/killbill-currency-plugin-test-$VERSION.tar.gz"
|
19
19
|
echo "Pushing $ARTIFACT to Maven Central"
|
20
20
|
mvn gpg:sign-and-deploy-file \
|
21
|
-
-DgroupId=
|
21
|
+
-DgroupId=org.kill-bill.ruby \
|
22
22
|
-DartifactId=killbill-currency-plugin-test \
|
23
23
|
-Dversion=$VERSION \
|
24
24
|
-Dpackaging=tar.gz \
|
metadata
CHANGED
@@ -1,78 +1,69 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-currency-plugin-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Kill Bill core team
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-04-24 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: killbill
|
16
15
|
version_requirements: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
|
-
- -
|
17
|
+
- - ~>
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.
|
21
|
-
none: false
|
19
|
+
version: 3.1.0
|
22
20
|
requirement: !ruby/object:Gem::Requirement
|
23
21
|
requirements:
|
24
|
-
- -
|
22
|
+
- - ~>
|
25
23
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
27
|
-
none: false
|
24
|
+
version: 3.1.0
|
28
25
|
prerelease: false
|
29
26
|
type: :runtime
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: jbundler
|
32
29
|
version_requirements: !ruby/object:Gem::Requirement
|
33
30
|
requirements:
|
34
|
-
- -
|
31
|
+
- - ~>
|
35
32
|
- !ruby/object:Gem::Version
|
36
33
|
version: 0.4.1
|
37
|
-
none: false
|
38
34
|
requirement: !ruby/object:Gem::Requirement
|
39
35
|
requirements:
|
40
|
-
- -
|
36
|
+
- - ~>
|
41
37
|
- !ruby/object:Gem::Version
|
42
38
|
version: 0.4.1
|
43
|
-
none: false
|
44
39
|
prerelease: false
|
45
40
|
type: :development
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rake
|
48
43
|
version_requirements: !ruby/object:Gem::Requirement
|
49
44
|
requirements:
|
50
|
-
- -
|
45
|
+
- - '>='
|
51
46
|
- !ruby/object:Gem::Version
|
52
47
|
version: 10.0.0
|
53
|
-
none: false
|
54
48
|
requirement: !ruby/object:Gem::Requirement
|
55
49
|
requirements:
|
56
|
-
- -
|
50
|
+
- - '>='
|
57
51
|
- !ruby/object:Gem::Version
|
58
52
|
version: 10.0.0
|
59
|
-
none: false
|
60
53
|
prerelease: false
|
61
54
|
type: :development
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: rspec
|
64
57
|
version_requirements: !ruby/object:Gem::Requirement
|
65
58
|
requirements:
|
66
|
-
- -
|
59
|
+
- - ~>
|
67
60
|
- !ruby/object:Gem::Version
|
68
61
|
version: 2.12.0
|
69
|
-
none: false
|
70
62
|
requirement: !ruby/object:Gem::Requirement
|
71
63
|
requirements:
|
72
|
-
- -
|
64
|
+
- - ~>
|
73
65
|
- !ruby/object:Gem::Version
|
74
66
|
version: 2.12.0
|
75
|
-
none: false
|
76
67
|
prerelease: false
|
77
68
|
type: :development
|
78
69
|
description: Mock plugin used for integration tests.
|
@@ -81,8 +72,8 @@ executables: []
|
|
81
72
|
extensions: []
|
82
73
|
extra_rdoc_files: []
|
83
74
|
files:
|
84
|
-
-
|
85
|
-
-
|
75
|
+
- .gitignore
|
76
|
+
- .travis.yml
|
86
77
|
- Gemfile
|
87
78
|
- Jarfile
|
88
79
|
- README.md
|
@@ -97,32 +88,27 @@ files:
|
|
97
88
|
homepage: http://kill-bill.org
|
98
89
|
licenses:
|
99
90
|
- Apache License (2.0)
|
91
|
+
metadata: {}
|
100
92
|
post_install_message:
|
101
93
|
rdoc_options:
|
102
|
-
-
|
103
|
-
-
|
94
|
+
- --exclude
|
95
|
+
- .
|
104
96
|
require_paths:
|
105
97
|
- lib
|
106
98
|
required_ruby_version: !ruby/object:Gem::Requirement
|
107
99
|
requirements:
|
108
|
-
- -
|
100
|
+
- - '>='
|
109
101
|
- !ruby/object:Gem::Version
|
110
102
|
version: 1.9.3
|
111
|
-
none: false
|
112
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
104
|
requirements:
|
114
|
-
- -
|
105
|
+
- - '>='
|
115
106
|
- !ruby/object:Gem::Version
|
116
|
-
|
117
|
-
- 0
|
118
|
-
version: !binary |-
|
119
|
-
MA==
|
120
|
-
hash: 2
|
121
|
-
none: false
|
107
|
+
version: '0'
|
122
108
|
requirements: []
|
123
109
|
rubyforge_project:
|
124
|
-
rubygems_version:
|
110
|
+
rubygems_version: 2.2.2
|
125
111
|
signing_key:
|
126
|
-
specification_version:
|
112
|
+
specification_version: 4
|
127
113
|
summary: Test Currency Plugin.
|
128
114
|
test_files: []
|