killbill 1.0.1 → 1.0.2
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 +2 -2
- data/VERSION +1 -1
- data/killbill.gemspec +2 -2
- data/lib/killbill/payment.rb +4 -0
- metadata +4 -4
data/Jarfile
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
jar 'com.ning.billing:killbill-api', '0.1.
|
|
2
|
-
jar 'com.ning.billing:killbill-util:tests', '0.1.
|
|
1
|
+
jar 'com.ning.billing:killbill-api', '0.1.59'
|
|
2
|
+
jar 'com.ning.billing:killbill-util:tests', '0.1.59'
|
|
3
3
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
data/killbill.gemspec
CHANGED
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.add_development_dependency 'rspec', '~> 2.12.0'
|
|
29
29
|
s.add_development_dependency 'sinatra', '~> 1.3.4'
|
|
30
30
|
|
|
31
|
-
s.requirements << "jar 'com.ning.billing:killbill-api', '0.1.
|
|
31
|
+
s.requirements << "jar 'com.ning.billing:killbill-api', '0.1.59'"
|
|
32
32
|
# For testing only
|
|
33
|
-
s.requirements << "jar 'com.ning.billing:killbill-util:tests', '0.1.
|
|
33
|
+
s.requirements << "jar 'com.ning.billing:killbill-util:tests', '0.1.59'"
|
|
34
34
|
end
|
data/lib/killbill/payment.rb
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
require 'killbill/plugin'
|
|
2
|
+
require 'killbill/response/payment_status'
|
|
2
3
|
require 'killbill/response/payment_response'
|
|
4
|
+
require 'killbill/response/refund_response'
|
|
5
|
+
require 'killbill/response/payment_method_response'
|
|
6
|
+
require 'killbill/response/payment_method_response_internal'
|
|
3
7
|
|
|
4
8
|
module Killbill
|
|
5
9
|
module Plugin
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: killbill
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Killbill core team
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jbundler
|
|
@@ -163,8 +163,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
163
163
|
MA==
|
|
164
164
|
none: false
|
|
165
165
|
requirements:
|
|
166
|
-
- jar 'com.ning.billing:killbill-api', '0.1.
|
|
167
|
-
- jar 'com.ning.billing:killbill-util:tests', '0.1.
|
|
166
|
+
- jar 'com.ning.billing:killbill-api', '0.1.59'
|
|
167
|
+
- jar 'com.ning.billing:killbill-util:tests', '0.1.59'
|
|
168
168
|
rubyforge_project:
|
|
169
169
|
rubygems_version: 1.8.24
|
|
170
170
|
signing_key:
|