ansible_galaxy 0.1.0 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +1 -0
- data.tar.gz.sig +0 -0
- data/.gitignore +57 -0
- data/Gemfile +2 -20
- data/LICENSE.txt +19 -17
- data/README.org +13 -0
- data/ansible_galaxy.gemspec +25 -0
- data/trust/certificates/colstrom.pem +25 -0
- metadata +55 -122
- metadata.gz.sig +0 -0
- data/Gemfile.lock +0 -114
- data/README.md +0 -19
- data/VERSION +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5f5c34b417a9cc00203db6a36a8a27de6cfea6f8919c5710f7f23aecdbee2c91
|
4
|
+
data.tar.gz: dcbf74da60cf52120e1c29f70d2d00db5b557c47d6b89d040171ebb2eca931b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a37bfcad618f5d3b205b7cdeb94aff28925503bcdbd18d1f699ff166d6ed967e85337dcfb36a4ee613a0b2aa303facf87a9346821b97283b1492dfd04daa05a
|
7
|
+
data.tar.gz: 0d7bc3a97e7e9ead890fbd64ed000ab8e9d744e8d5d48cf7b4e44a494ff87c0e08710908e1d2206f0f635cf36199932bf915a140bec1566ce528eef9a701ffb7
|
checksums.yaml.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
kpd�!j��Q6�l���c�0�p'��W$;��J�|mn��g�����k%�%*!�Jj�'s��CW�~J�Ws��k��V�G�D�6=�Ґs�ٿ����e3 ���$g�v�[��!̸�>e�����"���s~�nq�rU#Ծ�4���l�x���Z.�&b�-��Td���,c�����q%����wݯ��E��36��'-]#P��:Pޘ"|�xEv�t�����t',jW�g���Y�!_���G�h��SA-����
|
data.tar.gz.sig
ADDED
Binary file
|
data/.gitignore
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
|
2
|
+
# Created by https://www.gitignore.io/api/ruby
|
3
|
+
|
4
|
+
### Ruby ###
|
5
|
+
*.gem
|
6
|
+
*.rbc
|
7
|
+
/.config
|
8
|
+
/coverage/
|
9
|
+
/InstalledFiles
|
10
|
+
/pkg/
|
11
|
+
/spec/reports/
|
12
|
+
/spec/examples.txt
|
13
|
+
/test/tmp/
|
14
|
+
/test/version_tmp/
|
15
|
+
/tmp/
|
16
|
+
|
17
|
+
# Used by dotenv library to load environment variables.
|
18
|
+
# .env
|
19
|
+
|
20
|
+
## Specific to RubyMotion:
|
21
|
+
.dat*
|
22
|
+
.repl_history
|
23
|
+
build/
|
24
|
+
*.bridgesupport
|
25
|
+
build-iPhoneOS/
|
26
|
+
build-iPhoneSimulator/
|
27
|
+
|
28
|
+
## Specific to RubyMotion (use of CocoaPods):
|
29
|
+
#
|
30
|
+
# We recommend against adding the Pods directory to your .gitignore. However
|
31
|
+
# you should judge for yourself, the pros and cons are mentioned at:
|
32
|
+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
33
|
+
#
|
34
|
+
# vendor/Pods/
|
35
|
+
|
36
|
+
## Documentation cache and generated files:
|
37
|
+
/.yardoc/
|
38
|
+
/_yardoc/
|
39
|
+
/doc/
|
40
|
+
/rdoc/
|
41
|
+
|
42
|
+
## Environment normalization:
|
43
|
+
/.bundle/
|
44
|
+
/vendor/bundle
|
45
|
+
/lib/bundler/man/
|
46
|
+
|
47
|
+
# for a library or gem, you might want to ignore these files since the code is
|
48
|
+
# intended to run in multiple environments; otherwise, check them in:
|
49
|
+
# Gemfile.lock
|
50
|
+
# .ruby-version
|
51
|
+
# .ruby-gemset
|
52
|
+
|
53
|
+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
54
|
+
.rvmrc
|
55
|
+
|
56
|
+
|
57
|
+
# End of https://www.gitignore.io/api/ruby
|
data/Gemfile
CHANGED
@@ -1,21 +1,3 @@
|
|
1
|
-
source
|
2
|
-
# Add dependencies required to use your gem here.
|
3
|
-
# Example:
|
4
|
-
# gem "activesupport", ">= 2.3.5"
|
1
|
+
source 'http://rubygems.org'
|
5
2
|
|
6
|
-
|
7
|
-
gem 'terminal-announce', '~> 1.0.0'
|
8
|
-
gem 'typhoeus', '~> 0.7.0'
|
9
|
-
|
10
|
-
# Add dependencies to develop your gem here.
|
11
|
-
# Include everything needed to run rake, tests, features, etc.
|
12
|
-
group :development do
|
13
|
-
gem "rspec", "~> 3.3.0"
|
14
|
-
gem "yard", "~> 0.7"
|
15
|
-
gem "rdoc", "~> 3.12"
|
16
|
-
gem "bundler", "~> 1.0"
|
17
|
-
gem "jeweler", "~> 2.0.1"
|
18
|
-
gem "simplecov", ">= 0"
|
19
|
-
gem "reek", "~> 1.2.8"
|
20
|
-
gem "roodi", "~> 2.1.0"
|
21
|
-
end
|
3
|
+
gemspec
|
data/LICENSE.txt
CHANGED
@@ -1,20 +1,22 @@
|
|
1
|
-
Copyright (c) 2015 Chris Olstrom
|
2
1
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
2
|
+
The MIT License (MIT)
|
3
|
+
Copyright © 2015-2018 Chris Olstrom <chris@olstrom.com>
|
4
|
+
Copyright © 2016-2018 SUSE LLC
|
10
5
|
|
11
|
-
|
12
|
-
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
of this software and associated documentation files (the “Software”), to deal
|
8
|
+
in the Software without restriction, including without limitation the rights
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
11
|
+
furnished to do so, subject to the following conditions:
|
13
12
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
14
|
+
all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22
|
+
THE SOFTWARE.
|
data/README.org
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
#+TITLE: ansible_galaxy
|
2
|
+
#+LATEX: \pagebreak
|
3
|
+
|
4
|
+
Ruby Wrapper for the Ansible Galaxy HTTP API
|
5
|
+
|
6
|
+
* License
|
7
|
+
|
8
|
+
~ansible_galaxy~ is available under the [[https://tldrlegal.com/license/mit-license][MIT License]]. See ~LICENSE.txt~ for the
|
9
|
+
full text.
|
10
|
+
|
11
|
+
* Contributors
|
12
|
+
|
13
|
+
- [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]
|
@@ -0,0 +1,25 @@
|
|
1
|
+
Gem::Specification.new do |gem|
|
2
|
+
tag = `git describe --tags --abbrev=0`.chomp
|
3
|
+
|
4
|
+
gem.name = 'ansible_galaxy'
|
5
|
+
gem.homepage = 'http://github.com/colstrom/ansible_galaxy'
|
6
|
+
gem.summary = 'Ruby wrapper for the Ansible Galaxy HTTP API'
|
7
|
+
|
8
|
+
gem.version = "#{tag}"
|
9
|
+
gem.licenses = ['MIT']
|
10
|
+
gem.authors = ['Chris Olstrom']
|
11
|
+
gem.email = 'chris@olstrom.com'
|
12
|
+
|
13
|
+
gem.cert_chain = ['trust/certificates/colstrom.pem']
|
14
|
+
gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY'
|
15
|
+
|
16
|
+
gem.files = `git ls-files -z`.split("\x0")
|
17
|
+
gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
|
18
|
+
gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) }
|
19
|
+
|
20
|
+
gem.require_paths = ['lib']
|
21
|
+
|
22
|
+
gem.add_runtime_dependency 'contracts', '~> 0.10', '>= 0.10.0'
|
23
|
+
gem.add_runtime_dependency 'terminal-announce', '~> 1.0', '>= 1.0.0'
|
24
|
+
gem.add_runtime_dependency 'typhoeus', '~> 0.7', '>= 0.7.0'
|
25
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
2
|
+
MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
|
3
|
+
cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
|
4
|
+
MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
|
5
|
+
hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
|
6
|
+
cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
|
7
|
+
8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
|
8
|
+
epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
|
9
|
+
MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
|
10
|
+
r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
|
11
|
+
67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
|
12
|
+
F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
|
13
|
+
83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
|
14
|
+
VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
|
15
|
+
FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
|
16
|
+
LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
|
17
|
+
6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
|
18
|
+
nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
|
19
|
+
QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
|
20
|
+
c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
|
21
|
+
S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
|
22
|
+
mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
|
23
|
+
EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
|
24
|
+
7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
|
25
|
+
-----END CERTIFICATE-----
|
metadata
CHANGED
@@ -1,14 +1,40 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ansible_galaxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Olstrom
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
|
14
|
+
cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
|
15
|
+
MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
|
16
|
+
hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
|
17
|
+
cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
|
18
|
+
8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
|
19
|
+
epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
|
20
|
+
MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
|
21
|
+
r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
|
22
|
+
67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
|
23
|
+
F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
|
24
|
+
83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
|
25
|
+
VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
|
26
|
+
FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
|
27
|
+
LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
|
28
|
+
6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
|
29
|
+
nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
|
30
|
+
QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
|
31
|
+
c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
|
32
|
+
S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
|
33
|
+
mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
|
34
|
+
EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
|
35
|
+
7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
|
36
|
+
-----END CERTIFICATE-----
|
37
|
+
date: 2018-03-19 00:00:00.000000000 Z
|
12
38
|
dependencies:
|
13
39
|
- !ruby/object:Gem::Dependency
|
14
40
|
name: contracts
|
@@ -17,6 +43,9 @@ dependencies:
|
|
17
43
|
- - "~>"
|
18
44
|
- !ruby/object:Gem::Version
|
19
45
|
version: '0.10'
|
46
|
+
- - ">="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: 0.10.0
|
20
49
|
type: :runtime
|
21
50
|
prerelease: false
|
22
51
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -24,11 +53,17 @@ dependencies:
|
|
24
53
|
- - "~>"
|
25
54
|
- !ruby/object:Gem::Version
|
26
55
|
version: '0.10'
|
56
|
+
- - ">="
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: 0.10.0
|
27
59
|
- !ruby/object:Gem::Dependency
|
28
60
|
name: terminal-announce
|
29
61
|
requirement: !ruby/object:Gem::Requirement
|
30
62
|
requirements:
|
31
63
|
- - "~>"
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '1.0'
|
66
|
+
- - ">="
|
32
67
|
- !ruby/object:Gem::Version
|
33
68
|
version: 1.0.0
|
34
69
|
type: :runtime
|
@@ -36,6 +71,9 @@ dependencies:
|
|
36
71
|
version_requirements: !ruby/object:Gem::Requirement
|
37
72
|
requirements:
|
38
73
|
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '1.0'
|
76
|
+
- - ">="
|
39
77
|
- !ruby/object:Gem::Version
|
40
78
|
version: 1.0.0
|
41
79
|
- !ruby/object:Gem::Dependency
|
@@ -44,142 +82,34 @@ dependencies:
|
|
44
82
|
requirements:
|
45
83
|
- - "~>"
|
46
84
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.7
|
48
|
-
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
85
|
+
version: '0.7'
|
86
|
+
- - ">="
|
53
87
|
- !ruby/object:Gem::Version
|
54
88
|
version: 0.7.0
|
55
|
-
|
56
|
-
name: rspec
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 3.3.0
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 3.3.0
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: yard
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '0.7'
|
76
|
-
type: :development
|
89
|
+
type: :runtime
|
77
90
|
prerelease: false
|
78
91
|
version_requirements: !ruby/object:Gem::Requirement
|
79
92
|
requirements:
|
80
93
|
- - "~>"
|
81
94
|
- !ruby/object:Gem::Version
|
82
95
|
version: '0.7'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: rdoc
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '3.12'
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '3.12'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: bundler
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '1.0'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '1.0'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: jeweler
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: 2.0.1
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - "~>"
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: 2.0.1
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: simplecov
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ">="
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
96
|
- - ">="
|
137
97
|
- !ruby/object:Gem::Version
|
138
|
-
version:
|
139
|
-
|
140
|
-
name: reek
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - "~>"
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: 1.2.8
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: 1.2.8
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: roodi
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: 2.1.0
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: 2.1.0
|
167
|
-
description: Provides convenient access to the Galaxy API
|
98
|
+
version: 0.7.0
|
99
|
+
description:
|
168
100
|
email: chris@olstrom.com
|
169
101
|
executables: []
|
170
102
|
extensions: []
|
171
|
-
extra_rdoc_files:
|
172
|
-
- LICENSE.txt
|
173
|
-
- README.md
|
103
|
+
extra_rdoc_files: []
|
174
104
|
files:
|
175
105
|
- ".document"
|
106
|
+
- ".gitignore"
|
176
107
|
- ".rspec"
|
177
108
|
- Gemfile
|
178
|
-
- Gemfile.lock
|
179
109
|
- LICENSE.txt
|
180
|
-
- README.
|
110
|
+
- README.org
|
181
111
|
- Rakefile
|
182
|
-
-
|
112
|
+
- ansible_galaxy.gemspec
|
183
113
|
- lib/ansible_galaxy.rb
|
184
114
|
- lib/ansible_galaxy/api.rb
|
185
115
|
- lib/ansible_galaxy/exceptions.rb
|
@@ -187,6 +117,7 @@ files:
|
|
187
117
|
- lib/ansible_galaxy/roles.rb
|
188
118
|
- spec/ansible_galaxy_spec.rb
|
189
119
|
- spec/spec_helper.rb
|
120
|
+
- trust/certificates/colstrom.pem
|
190
121
|
homepage: http://github.com/colstrom/ansible_galaxy
|
191
122
|
licenses:
|
192
123
|
- MIT
|
@@ -207,8 +138,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
138
|
version: '0'
|
208
139
|
requirements: []
|
209
140
|
rubyforge_project:
|
210
|
-
rubygems_version: 2.
|
141
|
+
rubygems_version: 2.7.6
|
211
142
|
signing_key:
|
212
143
|
specification_version: 4
|
213
144
|
summary: Ruby wrapper for the Ansible Galaxy HTTP API
|
214
|
-
test_files:
|
145
|
+
test_files:
|
146
|
+
- spec/ansible_galaxy_spec.rb
|
147
|
+
- spec/spec_helper.rb
|
metadata.gz.sig
ADDED
Binary file
|
data/Gemfile.lock
DELETED
@@ -1,114 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: http://rubygems.org/
|
3
|
-
specs:
|
4
|
-
addressable (2.3.8)
|
5
|
-
builder (3.2.2)
|
6
|
-
contracts (0.10)
|
7
|
-
descendants_tracker (0.0.4)
|
8
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
9
|
-
diff-lcs (1.2.5)
|
10
|
-
docile (1.1.5)
|
11
|
-
ethon (0.7.4)
|
12
|
-
ffi (>= 1.3.0)
|
13
|
-
faraday (0.9.1)
|
14
|
-
multipart-post (>= 1.2, < 3)
|
15
|
-
ffi (1.9.10)
|
16
|
-
git (1.2.9.1)
|
17
|
-
github_api (0.12.3)
|
18
|
-
addressable (~> 2.3)
|
19
|
-
descendants_tracker (~> 0.0.4)
|
20
|
-
faraday (~> 0.8, < 0.10)
|
21
|
-
hashie (>= 3.3)
|
22
|
-
multi_json (>= 1.7.5, < 2.0)
|
23
|
-
nokogiri (~> 1.6.3)
|
24
|
-
oauth2
|
25
|
-
hashie (3.4.2)
|
26
|
-
highline (1.7.2)
|
27
|
-
jeweler (2.0.1)
|
28
|
-
builder
|
29
|
-
bundler (>= 1.0)
|
30
|
-
git (>= 1.2.5)
|
31
|
-
github_api
|
32
|
-
highline (>= 1.6.15)
|
33
|
-
nokogiri (>= 1.5.10)
|
34
|
-
rake
|
35
|
-
rdoc
|
36
|
-
json (1.8.3)
|
37
|
-
jwt (1.5.1)
|
38
|
-
mini_portile (0.6.2)
|
39
|
-
multi_json (1.11.2)
|
40
|
-
multi_xml (0.5.5)
|
41
|
-
multipart-post (2.0.0)
|
42
|
-
nokogiri (1.6.6.2)
|
43
|
-
mini_portile (~> 0.6.0)
|
44
|
-
oauth2 (1.0.0)
|
45
|
-
faraday (>= 0.8, < 0.10)
|
46
|
-
jwt (~> 1.0)
|
47
|
-
multi_json (~> 1.3)
|
48
|
-
multi_xml (~> 0.5)
|
49
|
-
rack (~> 1.2)
|
50
|
-
rack (1.6.4)
|
51
|
-
rainbow (2.0.0)
|
52
|
-
rake (10.4.2)
|
53
|
-
rdoc (3.12.2)
|
54
|
-
json (~> 1.4)
|
55
|
-
reek (1.2.13)
|
56
|
-
ripper_ruby_parser (~> 0.0.7)
|
57
|
-
ruby2ruby (~> 1.2.5)
|
58
|
-
ruby_parser (~> 2.0)
|
59
|
-
sexp_processor (~> 3.0)
|
60
|
-
ripper_ruby_parser (0.0.8)
|
61
|
-
sexp_processor (~> 3.0)
|
62
|
-
roodi (2.1.0)
|
63
|
-
ruby_parser
|
64
|
-
rspec (3.3.0)
|
65
|
-
rspec-core (~> 3.3.0)
|
66
|
-
rspec-expectations (~> 3.3.0)
|
67
|
-
rspec-mocks (~> 3.3.0)
|
68
|
-
rspec-core (3.3.1)
|
69
|
-
rspec-support (~> 3.3.0)
|
70
|
-
rspec-expectations (3.3.0)
|
71
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.3.0)
|
73
|
-
rspec-mocks (3.3.1)
|
74
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
75
|
-
rspec-support (~> 3.3.0)
|
76
|
-
rspec-support (3.3.0)
|
77
|
-
ruby2ruby (1.2.5)
|
78
|
-
ruby_parser (~> 2.0)
|
79
|
-
sexp_processor (~> 3.0)
|
80
|
-
ruby_parser (2.3.1)
|
81
|
-
sexp_processor (~> 3.0)
|
82
|
-
sexp_processor (3.2.0)
|
83
|
-
simplecov (0.10.0)
|
84
|
-
docile (~> 1.1.0)
|
85
|
-
json (~> 1.8)
|
86
|
-
simplecov-html (~> 0.10.0)
|
87
|
-
simplecov-html (0.10.0)
|
88
|
-
terminal-announce (1.0.0)
|
89
|
-
bundler
|
90
|
-
contracts
|
91
|
-
rainbow
|
92
|
-
thread_safe (0.3.5)
|
93
|
-
typhoeus (0.7.2)
|
94
|
-
ethon (>= 0.7.4)
|
95
|
-
yard (0.8.7.6)
|
96
|
-
|
97
|
-
PLATFORMS
|
98
|
-
ruby
|
99
|
-
|
100
|
-
DEPENDENCIES
|
101
|
-
bundler (~> 1.0)
|
102
|
-
contracts (~> 0.10)
|
103
|
-
jeweler (~> 2.0.1)
|
104
|
-
rdoc (~> 3.12)
|
105
|
-
reek (~> 1.2.8)
|
106
|
-
roodi (~> 2.1.0)
|
107
|
-
rspec (~> 3.3.0)
|
108
|
-
simplecov
|
109
|
-
terminal-announce (~> 1.0.0)
|
110
|
-
typhoeus (~> 0.7.0)
|
111
|
-
yard (~> 0.7)
|
112
|
-
|
113
|
-
BUNDLED WITH
|
114
|
-
1.10.5
|
data/README.md
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
= ansible_galaxy
|
2
|
-
|
3
|
-
Ruby Wrapper for the Ansible Galaxy HTTP API
|
4
|
-
|
5
|
-
== Contributing to ansible_galaxy
|
6
|
-
|
7
|
-
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
8
|
-
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
9
|
-
* Fork the project.
|
10
|
-
* Start a feature/bugfix branch.
|
11
|
-
* Commit and push until you are happy with your contribution.
|
12
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
13
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
14
|
-
|
15
|
-
== Copyright
|
16
|
-
|
17
|
-
Copyright (c) 2015 Chris Olstrom. See LICENSE.txt for
|
18
|
-
further details.
|
19
|
-
|
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.1.0
|