tlconnor-xero_gateway 1.0.3 → 1.0.4

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/xero_gateway.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "xero_gateway"
3
- s.version = "1.0.3"
4
- s.date = "2008-12-09"
3
+ s.version = "1.0.4"
4
+ s.date = "2009-08-13"
5
5
  s.summary = "Enables ruby based applications to communicate with the Xero API"
6
6
  s.email = "tlconnor@gmail.com"
7
7
  s.homepage = "http://github.com/tlconnor/xero_gateway"
@@ -16,7 +16,9 @@ Gem::Specification.new do |s|
16
16
  "README.textile",
17
17
  "lib/xero_gateway.rb",
18
18
  "lib/xero_gateway/account.rb",
19
+ "lib/xero_gateway/accounts_list.rb",
19
20
  "lib/xero_gateway/address.rb",
21
+ "lib/xero_gateway/ca-certificates.crt",
20
22
  "lib/xero_gateway/contact.rb",
21
23
  "lib/xero_gateway/dates.rb",
22
24
  "lib/xero_gateway/error.rb",
@@ -29,6 +31,7 @@ Gem::Specification.new do |s|
29
31
  "lib/xero_gateway/response.rb",
30
32
  "lib/xero_gateway/tracking_category.rb",
31
33
  "test/test_helper.rb",
34
+ "test/integration/accounts_list_test.rb",
32
35
  "test/integration/create_contact_test.rb",
33
36
  "test/integration/create_invoice_test.rb",
34
37
  "test/integration/get_accounts_test.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tlconnor-xero_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Connor
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-09 00:00:00 -08:00
12
+ date: 2009-08-13 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -37,7 +38,9 @@ files:
37
38
  - README.textile
38
39
  - lib/xero_gateway.rb
39
40
  - lib/xero_gateway/account.rb
41
+ - lib/xero_gateway/accounts_list.rb
40
42
  - lib/xero_gateway/address.rb
43
+ - lib/xero_gateway/ca-certificates.crt
41
44
  - lib/xero_gateway/contact.rb
42
45
  - lib/xero_gateway/dates.rb
43
46
  - lib/xero_gateway/error.rb
@@ -50,6 +53,7 @@ files:
50
53
  - lib/xero_gateway/response.rb
51
54
  - lib/xero_gateway/tracking_category.rb
52
55
  - test/test_helper.rb
56
+ - test/integration/accounts_list_test.rb
53
57
  - test/integration/create_contact_test.rb
54
58
  - test/integration/create_invoice_test.rb
55
59
  - test/integration/get_accounts_test.rb
@@ -80,6 +84,7 @@ files:
80
84
  - xero_gateway.gemspec
81
85
  has_rdoc: false
82
86
  homepage: http://github.com/tlconnor/xero_gateway
87
+ licenses:
83
88
  post_install_message:
84
89
  rdoc_options: []
85
90
 
@@ -100,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
105
  requirements: []
101
106
 
102
107
  rubyforge_project:
103
- rubygems_version: 1.2.0
108
+ rubygems_version: 1.3.5
104
109
  signing_key:
105
110
  specification_version: 2
106
111
  summary: Enables ruby based applications to communicate with the Xero API