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.
- data/Gemfile +11 -0
- data/xero_gateway.gemspec +2 -2
- metadata +4 -3
data/Gemfile
ADDED
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.
|
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:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
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
|