xero-ruby 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 333abb6f3c4cb576451f3fa4f47be4843502e06acb09be2a918ec2f2f313b4c2
4
- data.tar.gz: adba7b3e9fac9cd66ea70935598c08fcc3506221fb27219200686d9630a2b3ce
3
+ metadata.gz: ada84a9c31dfe092f84b09190dbb2dddb9f0e32aa67593fd58f92fd4d7065052
4
+ data.tar.gz: bd05279d0a0e04a1d8c3f2fbc0433497040ca51632a4886e42869f24d990a01b
5
5
  SHA512:
6
- metadata.gz: 4a07d78ad0a2f8c3be6f2ee677342a85dfc862b075095820cc193a572329218ad0bc055d0a1d2fe9484e7cf208056dfd55040b2f1b6dd6b6600589caee3253d5
7
- data.tar.gz: a7578f993ff86feaa3ef0d221188a64210f5b8ceec35e0fbdb7749424532c8f83a49cfdb9f76cb5b0e832f5d526b9b063a1413743752632906a7f89e332e154a
6
+ metadata.gz: 472558b67f46936384547767624a897c7b5b631359947b84a714fee73c50e0a9f8b7178158ec61360994c9fbcc114c1b148c994f0e02afaa01395a5f6e8ebd3d
7
+ data.tar.gz: 9ac9867345f683f2c8af4eee17b4f797015b20384f0c9882b8c95d1047ea725616400220324d8cea50d0c84bfe430d513f3fe5effaee76550da94fb058a3282c
@@ -7,7 +7,6 @@ mv xero-ruby-<vsn>.gem xero-ruby.gem
7
7
  ```
8
8
 
9
9
  > xero-ruby-oauth2-app
10
-
11
10
  Replace gem file with local path:
12
11
  ```bash
13
12
  gem 'xero-ruby', path: '/Users/chris.knight/code/sdks/xero-ruby/'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module XeroRuby
14
- VERSION = '2.0.2'
14
+ VERSION = '2.0.3'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xero-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xero API Team
@@ -80,7 +80,6 @@ files:
80
80
  - CODE_OF_CONDUCT.md
81
81
  - CONTRIBUTING.md
82
82
  - Gemfile
83
- - Gemfile.lock
84
83
  - LICENSE
85
84
  - README.md
86
85
  - Rakefile
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- xero-ruby (2.0.1)
5
- faraday (~> 1.0.1, >= 1.0.1)
6
- json (~> 2.1, >= 2.1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- ast (2.4.1)
12
- byebug (11.1.3)
13
- coderay (1.1.3)
14
- diff-lcs (1.3)
15
- faraday (1.0.1)
16
- multipart-post (>= 1.2, < 3)
17
- jaro_winkler (1.5.4)
18
- json (2.3.1)
19
- method_source (1.0.0)
20
- multipart-post (2.1.1)
21
- parallel (1.19.1)
22
- parser (2.7.1.3)
23
- ast (~> 2.4.0)
24
- pry (0.13.1)
25
- coderay (~> 1.1)
26
- method_source (~> 1.0)
27
- pry-byebug (3.9.0)
28
- byebug (~> 11.0)
29
- pry (~> 0.13.0)
30
- psych (3.1.0)
31
- rainbow (3.0.0)
32
- rake (12.3.3)
33
- rspec (3.9.0)
34
- rspec-core (~> 3.9.0)
35
- rspec-expectations (~> 3.9.0)
36
- rspec-mocks (~> 3.9.0)
37
- rspec-core (3.9.2)
38
- rspec-support (~> 3.9.3)
39
- rspec-expectations (3.9.2)
40
- diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.9.0)
42
- rspec-mocks (3.9.1)
43
- diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.9.0)
45
- rspec-support (3.9.3)
46
- rubocop (0.66.0)
47
- jaro_winkler (~> 1.5.1)
48
- parallel (~> 1.10)
49
- parser (>= 2.5, != 2.5.1.1)
50
- psych (>= 3.1.0)
51
- rainbow (>= 2.2.2, < 4.0)
52
- ruby-progressbar (~> 1.7)
53
- unicode-display_width (>= 1.4.0, < 1.6)
54
- ruby-progressbar (1.10.1)
55
- unicode-display_width (1.5.0)
56
-
57
- PLATFORMS
58
- ruby
59
-
60
- DEPENDENCIES
61
- pry-byebug
62
- rake (~> 12.3.3)
63
- rspec (~> 3.6, >= 3.6.0)
64
- rubocop (~> 0.66.0)
65
- xero-ruby!
66
-
67
- BUNDLED WITH
68
- 2.1.2