xero_gateway 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile +11 -0
  2. data/xero_gateway.gemspec +2 -2
  3. metadata +4 -3
data/Gemfile ADDED
@@ -0,0 +1,11 @@
1
+ source "http://rubygems.org"
2
+
3
+ gem 'builder', '>= 2.1.2'
4
+ gem 'oauth', '>= 0.3.6'
5
+ gem 'activesupport'
6
+
7
+ group :test do
8
+ gem 'mocha'
9
+ gem 'shoulda'
10
+ gem 'libxml-ruby'
11
+ end
data/xero_gateway.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "xero_gateway"
3
- s.version = "2.0.5"
3
+ s.version = "2.0.6"
4
4
  s.date = "2010-10-21"
5
5
  s.summary = "Enables ruby based applications to communicate with the Xero API"
6
6
  s.email = "tim@connorsoftware.com"
@@ -8,5 +8,5 @@ Gem::Specification.new do |s|
8
8
  s.description = "Enables ruby based applications to communicate with the Xero API"
9
9
  s.has_rdoc = false
10
10
  s.authors = ["Tim Connor", "Nik Wakelin"]
11
- s.files = ["LICENSE", "Rakefile", "README.textile", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt']
11
+ s.files = ["Gemfile", "LICENSE", "Rakefile", "README.textile", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt']
12
12
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xero_gateway
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 5
10
- version: 2.0.5
9
+ - 6
10
+ version: 2.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Connor
@@ -29,6 +29,7 @@ extensions: []
29
29
  extra_rdoc_files: []
30
30
 
31
31
  files:
32
+ - Gemfile
32
33
  - LICENSE
33
34
  - Rakefile
34
35
  - README.textile