collins_client 0.2.21 → 0.3.0
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 +5 -5
- data/README.md +1 -1
- data/VERSION +1 -1
- data/collins_client.gemspec +6 -6
- metadata +9 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7d9df823316dca0cd3a83aa67b878aebe5ea22818e40847d0e80141006711e06
|
|
4
|
+
data.tar.gz: 0a7e34aac021a798ebebf791fa22a5c0ba004c397074f0beb1a48dbfd4aff98e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2de1f4bd15558377b75cbef8f22adc934d579e997df73296b78fc30e2543035879628ea3b29db58fec36119a5c5e63c9dd2fd0f5bce705491a50cb5e9693a566
|
|
7
|
+
data.tar.gz: 753d85733fa6f80dcefb50a170866a340125e8be736b4496091a05f770282b2b6508f9dd7059ba5cec052dc843aa4edf8a3da689af91d78c4cf8663e74bec0b8
|
data/README.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/collins_client.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.authors = ["Blake Matheny", "Gabe Conradi", "Will Richard"]
|
|
7
7
|
s.date = "2016-12-19"
|
|
8
8
|
s.description = "Provides ruby support for interacting with the Collins API"
|
|
9
|
-
s.email = ["collins-sm@googlegroups.com"
|
|
9
|
+
s.email = ["collins-sm@googlegroups.com"]
|
|
10
10
|
s.extra_rdoc_files = [
|
|
11
11
|
"README.md"
|
|
12
12
|
]
|
|
@@ -51,16 +51,16 @@ Gem::Specification.new do |s|
|
|
|
51
51
|
"lib/collins/util.rb",
|
|
52
52
|
"lib/collins_client.rb"
|
|
53
53
|
]
|
|
54
|
-
s.homepage = "https://github.com/tumblr/
|
|
55
|
-
s.licenses = ["
|
|
54
|
+
s.homepage = "https://github.com/tumblr/collins_client"
|
|
55
|
+
s.licenses = ["Apache-2.0"]
|
|
56
56
|
s.require_paths = ["lib"]
|
|
57
57
|
s.summary = "Client library for Collins API"
|
|
58
58
|
|
|
59
|
-
s.required_ruby_version = '>=
|
|
59
|
+
s.required_ruby_version = '>= 2.0.0'
|
|
60
60
|
|
|
61
|
-
s.add_runtime_dependency 'httparty', '~> 0.
|
|
61
|
+
s.add_runtime_dependency 'httparty', '~> 0.16.0'
|
|
62
62
|
|
|
63
|
-
s.add_development_dependency 'yard', '~> 0.
|
|
63
|
+
s.add_development_dependency 'yard', '~> 0.9'
|
|
64
64
|
s.add_development_dependency 'rspec', '~> 2.99'
|
|
65
65
|
s.add_development_dependency 'webmock', '~> 1.21'
|
|
66
66
|
s.add_development_dependency 'simplecov', '~> 0.10'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: collins_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Blake Matheny
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - "~>"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.16.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - "~>"
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.16.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: yard
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - "~>"
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: '0.
|
|
35
|
+
version: '0.9'
|
|
36
36
|
type: :development
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '0.
|
|
42
|
+
version: '0.9'
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: rspec
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -99,8 +99,6 @@ dependencies:
|
|
|
99
99
|
description: Provides ruby support for interacting with the Collins API
|
|
100
100
|
email:
|
|
101
101
|
- collins-sm@googlegroups.com
|
|
102
|
-
- gabe@tumblr.com
|
|
103
|
-
- will@tumblr.com
|
|
104
102
|
executables: []
|
|
105
103
|
extensions: []
|
|
106
104
|
extra_rdoc_files:
|
|
@@ -145,9 +143,9 @@ files:
|
|
|
145
143
|
- lib/collins/state.rb
|
|
146
144
|
- lib/collins/util.rb
|
|
147
145
|
- lib/collins_client.rb
|
|
148
|
-
homepage: https://github.com/tumblr/
|
|
146
|
+
homepage: https://github.com/tumblr/collins_client
|
|
149
147
|
licenses:
|
|
150
|
-
-
|
|
148
|
+
- Apache-2.0
|
|
151
149
|
metadata: {}
|
|
152
150
|
post_install_message:
|
|
153
151
|
rdoc_options: []
|
|
@@ -157,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
157
155
|
requirements:
|
|
158
156
|
- - ">="
|
|
159
157
|
- !ruby/object:Gem::Version
|
|
160
|
-
version:
|
|
158
|
+
version: 2.0.0
|
|
161
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
160
|
requirements:
|
|
163
161
|
- - ">="
|
|
@@ -165,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
165
163
|
version: '0'
|
|
166
164
|
requirements: []
|
|
167
165
|
rubyforge_project:
|
|
168
|
-
rubygems_version: 2.
|
|
166
|
+
rubygems_version: 2.7.7
|
|
169
167
|
signing_key:
|
|
170
168
|
specification_version: 4
|
|
171
169
|
summary: Client library for Collins API
|