xero_gateway-float 2.0.15 → 2.0.16

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.
Files changed (3) hide show
  1. data/Gemfile +1 -1
  2. data/xero_gateway.gemspec +2 -2
  3. metadata +3 -3
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source "http://rubygems.org"
2
2
 
3
3
  gem 'builder', '>= 2.1.2'
4
4
  gem 'oauth', '>= 0.3.6'
5
- gem 'activesupport'
5
+ gem 'activesupport', '>= 3.0.0'
6
6
 
7
7
  group :test do
8
8
  gem 'i18n' # For fixing undocumented active_support dependency
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.15"
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.15
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: '0'
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: '0'
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: []