xero_gateway-float 2.0.15 → 2.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/xero_gateway.gemspec +2 -2
- metadata +3 -3
data/Gemfile
CHANGED
data/xero_gateway.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "xero_gateway-float"
|
3
|
-
s.version = "2.0.
|
3
|
+
s.version = "2.0.16"
|
4
4
|
s.date = "2012-11-02"
|
5
5
|
s.summary = "Enables ruby based applications to communicate with the Xero API"
|
6
6
|
s.email = "tim@connorsoftware.com"
|
@@ -11,5 +11,5 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.files = ["Gemfile", "LICENSE", "Rakefile", "README.textile", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt']
|
12
12
|
s.add_dependency('builder', '>= 2.1.2')
|
13
13
|
s.add_dependency('oauth', '>= 0.3.6')
|
14
|
-
s.add_dependency('activesupport')
|
14
|
+
s.add_dependency('activesupport', '>= 3.0.0')
|
15
15
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xero_gateway-float
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.16
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
requirements:
|
53
53
|
- - ! '>='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
55
|
+
version: 3.0.0
|
56
56
|
type: :runtime
|
57
57
|
prerelease: false
|
58
58
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
requirements:
|
61
61
|
- - ! '>='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version:
|
63
|
+
version: 3.0.0
|
64
64
|
description: Enables ruby based applications to communicate with the Xero API
|
65
65
|
email: tim@connorsoftware.com
|
66
66
|
executables: []
|