killbill 1.0.12 → 1.0.13
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/VERSION +1 -1
- data/killbill.gemspec +2 -2
- data/lib/killbill/rake_task.rb +1 -0
- metadata +2 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.13
|
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'"
|
|
31
|
+
# s.requirements << "jar 'com.ning.billing:killbill-api'"
|
|
32
32
|
# For testing only
|
|
33
|
-
s.requirements << "jar 'com.ning.billing:killbill-util:tests'"
|
|
33
|
+
# s.requirements << "jar 'com.ning.billing:killbill-util:tests'"
|
|
34
34
|
end
|
data/lib/killbill/rake_task.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: killbill
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.13
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Killbill core team
|
|
@@ -164,9 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
version: !binary |-
|
|
165
165
|
MA==
|
|
166
166
|
none: false
|
|
167
|
-
requirements:
|
|
168
|
-
- jar 'com.ning.billing:killbill-api'
|
|
169
|
-
- jar 'com.ning.billing:killbill-util:tests'
|
|
167
|
+
requirements: []
|
|
170
168
|
rubyforge_project:
|
|
171
169
|
rubygems_version: 1.8.24
|
|
172
170
|
signing_key:
|