collins_auth 0.1.2 → 0.2.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 +7 -7
- data/CONTRIBUTING.md +21 -0
- data/license.txt +2 -2
- data/readme.md +1 -1
- metadata +50 -42
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 8afa708df9429e2212fedbb7297e27b8c8fb8344182f4e9f1b616bb5303861ed
|
|
4
|
+
data.tar.gz: 6f85873bbf693364349ed26ba4c50dec1c80ded8f0e2a0a8508c4dc00ab12d24
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 71890cccdcc64cae5ad1f1060356c71c55d30fd936fecf2c10add9035ee2deeb2a5754936bd6c0554bd9a0821b6d219b1de4a91812e86655100a9ca06a89c7c4
|
|
7
|
+
data.tar.gz: bc6124754f36ed6f41d06659a1f5ee5c2a3093fa68c0836b6da9fc55de1406959d617909ef6fbe194d417e55b619c0d7307bbf8458ce88c2dbbcf5eadd40ddb4
|
data/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
We want to make contributing to collins_auth as easy and transparent as possible. If you run into problems, please open an issue. We also actively welcome pull requests.
|
|
4
|
+
|
|
5
|
+
## Pull Requests
|
|
6
|
+
|
|
7
|
+
1. Fork the repo and create your branch from `master`.
|
|
8
|
+
2. If you've added code that should be tested, add tests.
|
|
9
|
+
3. If you've changed APIs, update the documentation.
|
|
10
|
+
4. Ensure the test suite passes. (This isnt applicable right now for the scala tests. Please ensure your ruby tests pass)
|
|
11
|
+
5. If you haven't already, complete the Contributor License Agreement ("CLA").
|
|
12
|
+
|
|
13
|
+
## Contributor License Agreement ("CLA")
|
|
14
|
+
|
|
15
|
+
In order to accept your pull request, we need you to submit a CLA.
|
|
16
|
+
|
|
17
|
+
Complete your CLA [here](http://static.tumblr.com/zyubucd/GaTngbrpr/tumblr_corporate_contributor_license_agreement_v1__10-7-14.pdf) (a more integrated web form is coming soon).
|
|
18
|
+
|
|
19
|
+
## License
|
|
20
|
+
|
|
21
|
+
By contributing to collins_client you agree that your contributions will be licensed under its Apache 2.0 license.
|
data/license.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright [
|
|
1
|
+
Copyright [2016] [Tumblr, Inc.]
|
|
2
2
|
|
|
3
3
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
you may not use this file except in compliance with the License.
|
|
@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
|
|
|
10
10
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
11
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
12
|
See the License for the specific language governing permissions and
|
|
13
|
-
limitations under the License.
|
|
13
|
+
limitations under the License.
|
data/readme.md
CHANGED
metadata
CHANGED
|
@@ -1,69 +1,77 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: collins_auth
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
|
-
authors:
|
|
6
|
+
authors:
|
|
7
7
|
- Michael Benedict
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: collins_client
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: "0"
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 0.3.0
|
|
23
20
|
type: :runtime
|
|
24
|
-
version_requirements: *id001
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
26
|
-
name: highline
|
|
27
21
|
prerelease: false
|
|
28
|
-
|
|
29
|
-
requirements:
|
|
30
|
-
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 0.3.0
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: highline
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
31
34
|
type: :runtime
|
|
32
|
-
|
|
33
|
-
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
description: This is a library to make it easy to obtain an authenticated collins_client
|
|
42
|
+
object. It attempts to load credentials from the following yaml files ENV['COLLINS_CLIENT_CONFIG'],
|
|
43
|
+
~/.collins.yml, /etc/collins.yml, /var/db/collins.yml, and supports user input.
|
|
34
44
|
email: benedict@tumblr.com
|
|
35
45
|
executables: []
|
|
36
|
-
|
|
37
46
|
extensions: []
|
|
38
|
-
|
|
39
47
|
extra_rdoc_files: []
|
|
40
|
-
|
|
41
|
-
|
|
48
|
+
files:
|
|
49
|
+
- CONTRIBUTING.md
|
|
42
50
|
- lib/collins_auth.rb
|
|
43
51
|
- license.txt
|
|
44
52
|
- readme.md
|
|
45
|
-
homepage: https://github.com/tumblr/
|
|
46
|
-
licenses:
|
|
47
|
-
- Apache
|
|
53
|
+
homepage: https://github.com/tumblr/collins_auth
|
|
54
|
+
licenses:
|
|
55
|
+
- Apache-2.0
|
|
48
56
|
metadata: {}
|
|
49
|
-
|
|
50
57
|
post_install_message:
|
|
51
58
|
rdoc_options: []
|
|
52
|
-
|
|
53
|
-
require_paths:
|
|
59
|
+
require_paths:
|
|
54
60
|
- lib
|
|
55
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
|
-
requirements:
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
|
+
requirements:
|
|
63
|
+
- - ">="
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
version: 2.0.0
|
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
|
+
requirements:
|
|
68
|
+
- - ">="
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: '0'
|
|
61
71
|
requirements: []
|
|
62
|
-
|
|
63
72
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
73
|
+
rubygems_version: 2.7.7
|
|
65
74
|
signing_key:
|
|
66
75
|
specification_version: 4
|
|
67
76
|
summary: Library to aid in getting an authenticated Collins::Client
|
|
68
77
|
test_files: []
|
|
69
|
-
|