pandadoc-api 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09c26de2431e6568dcca9e67a03a0f0e77e0becf1986ad531d2ba71c16e09b1a'
4
- data.tar.gz: 1f7004e861a5144cdb26fba85afa42dda7b7832b62e951a98ce63a735d050225
3
+ metadata.gz: 8eff7523dae4701c121e65d1bfc928c3cdf505a4d05ed49e51f20b149bf93cc1
4
+ data.tar.gz: 6bfdbf58333c356ce74bc347c6e0bfdc7ff16dc933713934317c92ec85fa3c60
5
5
  SHA512:
6
- metadata.gz: 074c2db53cb39ae39a83c4f549e06e65d10a54abbf3188ebe1737951bef6c7d45799d07318186000a705519f42a77ea70e0e92040b6d14b31c847aab9cf6eb86
7
- data.tar.gz: 76a5af5b0083a48caf8d09b48201e86f8009d016d6737fec25fe0809fcfe708425eb0004c284cf5c86ddfd92280c4c03df04802149dbc15416adec1ff51b3c6a
6
+ metadata.gz: ae861eed5cbfab448c6ca6245717135006921ab55a4aa84a27c566996ade950d6a4ba2201cfd70a473e2cb15a358c0fae3e960495e418bff32bf6b05b8a86755
7
+ data.tar.gz: 249f30fbabc06a08b2d77db324377b4251873c67e40de67b81875c42f4ac28d3260e39a781fd3d524e6ab92ce5d0df07178d6c4fb55553b470217315d6097066
data/.gitignore CHANGED
@@ -10,3 +10,9 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
+
14
+ # ignore the .lock file in gems https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
15
+ Gemfile.lock
16
+
17
+ #ignore the generate gem
18
+ pandadoc-api-*.gem
data/README.md CHANGED
@@ -76,7 +76,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
76
76
 
77
77
  ## Contributing
78
78
 
79
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pandadoc-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
79
+ Bug reports and pull requests are welcome on GitHub at https://github.com/CatchRelease/pandadoc-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
80
80
 
81
81
  ## License
82
82
 
@@ -1,5 +1,5 @@
1
1
  module Pandadoc
2
2
  module Api
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandadoc-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Carey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-17 00:00:00.000000000 Z
11
+ date: 2018-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -107,7 +107,6 @@ files:
107
107
  - ".travis.yml"
108
108
  - CODE_OF_CONDUCT.md
109
109
  - Gemfile
110
- - Gemfile.lock
111
110
  - LICENSE.txt
112
111
  - README.md
113
112
  - Rakefile
@@ -1,69 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- pandadoc-api (0.1.0)
5
- httparty (~> 0.16)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- addressable (2.5.2)
11
- public_suffix (>= 2.0.2, < 4.0)
12
- ast (2.4.0)
13
- crack (0.4.3)
14
- safe_yaml (~> 1.0.0)
15
- diff-lcs (1.3)
16
- hashdiff (0.3.7)
17
- httparty (0.16.2)
18
- multi_xml (>= 0.5.2)
19
- jaro_winkler (1.5.1)
20
- multi_xml (0.6.0)
21
- parallel (1.12.1)
22
- parser (2.5.1.2)
23
- ast (~> 2.4.0)
24
- powerpack (0.1.2)
25
- public_suffix (3.0.2)
26
- rainbow (3.0.0)
27
- rake (10.5.0)
28
- rspec (3.7.0)
29
- rspec-core (~> 3.7.0)
30
- rspec-expectations (~> 3.7.0)
31
- rspec-mocks (~> 3.7.0)
32
- rspec-core (3.7.1)
33
- rspec-support (~> 3.7.0)
34
- rspec-expectations (3.7.0)
35
- diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.7.0)
37
- rspec-mocks (3.7.0)
38
- diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.7.0)
40
- rspec-support (3.7.1)
41
- rubocop (0.58.1)
42
- jaro_winkler (~> 1.5.1)
43
- parallel (~> 1.10)
44
- parser (>= 2.5, != 2.5.1.1)
45
- powerpack (~> 0.1)
46
- rainbow (>= 2.2.2, < 4.0)
47
- ruby-progressbar (~> 1.7)
48
- unicode-display_width (~> 1.0, >= 1.0.1)
49
- ruby-progressbar (1.9.0)
50
- safe_yaml (1.0.4)
51
- unicode-display_width (1.4.0)
52
- webmock (3.4.2)
53
- addressable (>= 2.3.6)
54
- crack (>= 0.3.2)
55
- hashdiff
56
-
57
- PLATFORMS
58
- ruby
59
-
60
- DEPENDENCIES
61
- bundler (~> 1.16)
62
- pandadoc-api!
63
- rake (~> 10.0)
64
- rspec (~> 3.0)
65
- rubocop (~> 0.58)
66
- webmock (~> 3.4)
67
-
68
- BUNDLED WITH
69
- 1.16.2