ansible-galaxy-sync 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7c43da6937f54c143edfc25e0cc6561ab34e5669
4
- data.tar.gz: 5b2f037553ab821bf6f3bc65abdbc277a55d4ce7
2
+ SHA256:
3
+ metadata.gz: ead07d15155bac0156783a3ef7a82bbf197c640151c6e96da9d211b94486a9c4
4
+ data.tar.gz: 57ec992aea811ff01dc11eff7f7396f176221489f802dbd4a676b4984ae1c2c4
5
5
  SHA512:
6
- metadata.gz: 70a20d98a9ef06fc87456760fbedb8f84f956c4967e65e2b49d602db5490b302b4215d45f9b3b3914595c961c2a0e37606e51e9afaeb0b6db38b332272e86621
7
- data.tar.gz: 3a12512032f198b4f3eb1299c868d3abcac80e116898b5e417633156eab222d1b0194ed1a0725844970e4b1d563d84494fef9a49fde65d60393caa74edff0e16
6
+ metadata.gz: a87ac5d75b2bb9ce7d40013d61b4932093223010e0ad92aef2bd44cddb0fbb6259900876baab1b0779b4387af609504624ad69627d6cdb2e6681253013e282bf
7
+ data.tar.gz: 6f61658703d499b99aeb0e3fc2704d2f67502c3f96ef31d12f12ccb54b86411780dbb6d820ccf8233946fdc986d49ec9e3c08334210d057df7bcae41b6d0f195
@@ -0,0 +1 @@
1
+ ����K�{%�RГ�;�g;�~��� ����lӧ��o��2�`9d#=L���Z��@�(ӎ0�_�_upQ�0��%��a�rY�f�z�\\����&]�K��������狂�? 4 �6�{�J�q�n>�3t=#�����XC�=㺴��Ml��0��3YlP��B�VY0J���Tr"�Y�����AVN+����Ͽs�~`� �>�1�jy��D�\߫ ����q�i�1�51uqsZD݁X�� �eЃT����ƪ��ߣ��#��s��`~�����z�!#S�m_V�"��2���qX����1p�5�^W�6>���2=8.g ���ċ�䶚��w�4D�2����8$M�}z���Q��]r�
@@ -0,0 +1,3 @@
1
+ 8�����r��� ��5��{t�d?v���gP�T��<(�:�o��E�88n&��r�.�K�*� tξ���zQ�/6-��W�0�RMglّ��ap�{Ћډ����Õ��%���VAAJ'��l/�5F3C��$ϟӾᳵW�E?Zպ�U�
2
+ M���� Q��G�b2 � �k����+��~�GxX�g9�w-3������;�e�+�#���b>�ҿ��\�O��Z�wO> _'Li�o�P{}�����6^��hCs�h�;H'���0ƻQ*=
3
+ G�{d�<s�c��ط�@k�x�� �6��&*�/���e�-X���}T{��
@@ -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,19 +1,3 @@
1
- source "http://rubygems.org"
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
- gem 'ansible_galaxy', '~> 0.1.0'
7
-
8
- # Add dependencies to develop your gem here.
9
- # Include everything needed to run rake, tests, features, etc.
10
- group :development do
11
- gem "rspec", "~> 3.3.0"
12
- gem "yard", "~> 0.7"
13
- gem "rdoc", "~> 3.12"
14
- gem "bundler", "~> 1.0"
15
- gem "jeweler", "~> 2.0.1"
16
- gem "simplecov", ">= 0"
17
- gem "reek", "~> 1.2.8"
18
- gem "roodi", "~> 2.1.0"
19
- end
3
+ gemspec
@@ -1,20 +1,22 @@
1
- Copyright (c) 2015 Chris Olstrom
2
1
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
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
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
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
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.
@@ -0,0 +1,25 @@
1
+ #+TITLE: ansible-galaxy-sync
2
+ #+LATEX: \pagebreak
3
+
4
+ Commandline tool to re-import Galaxy roles.
5
+
6
+ * Installation
7
+
8
+ #+BEGIN_SRC shell
9
+ gem install ansible-galaxy-sync
10
+ #+END_SRC
11
+
12
+ * Usage
13
+
14
+ #+BEGIN_SRC shell
15
+ ansible-galaxy-sync <role> [role ...]
16
+ #+END_SRC
17
+
18
+ * License
19
+
20
+ ~ansible-galaxy-sync~ is available under the [[https://tldrlegal.com/license/mit-license][MIT License]]. See ~LICENSE.txt~
21
+ for the full text.
22
+
23
+ * Contributors
24
+
25
+ - [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]
@@ -0,0 +1,24 @@
1
+ Gem::Specification.new do |gem|
2
+ tag = `git describe --tags --abbrev=0`.chomp
3
+
4
+ gem.name = 'ansible-galaxy-sync'
5
+ gem.homepage = 'http://github.com/colstrom/ansible-galaxy-sync'
6
+ gem.summary = 'Commandline tool to sync Ansible Galaxy Metadata'
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 'ansible_galaxy', '~> 0.1.0'
23
+ end
24
+
@@ -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-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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
- date: 2015-07-09 00:00:00.000000000 Z
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: ansible_galaxy
@@ -24,139 +50,25 @@ dependencies:
24
50
  - - "~>"
25
51
  - !ruby/object:Gem::Version
26
52
  version: 0.1.0
27
- - !ruby/object:Gem::Dependency
28
- name: rspec
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 3.3.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 3.3.0
41
- - !ruby/object:Gem::Dependency
42
- name: yard
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '0.7'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '0.7'
55
- - !ruby/object:Gem::Dependency
56
- name: rdoc
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '3.12'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '3.12'
69
- - !ruby/object:Gem::Dependency
70
- name: bundler
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '1.0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '1.0'
83
- - !ruby/object:Gem::Dependency
84
- name: jeweler
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: 2.0.1
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: 2.0.1
97
- - !ruby/object:Gem::Dependency
98
- name: simplecov
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: reek
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: 1.2.8
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: 1.2.8
125
- - !ruby/object:Gem::Dependency
126
- name: roodi
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: 2.1.0
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: 2.1.0
139
- description: Changing metadata in a Galaxy Role requires re-importing the role. This
140
- is a tool to simplify that process.
53
+ description:
141
54
  email: chris@olstrom.com
142
55
  executables:
143
56
  - ansible-galaxy-sync
144
57
  extensions: []
145
- extra_rdoc_files:
146
- - LICENSE.txt
147
- - README.md
58
+ extra_rdoc_files: []
148
59
  files:
149
60
  - ".document"
61
+ - ".gitignore"
150
62
  - ".rspec"
151
63
  - Gemfile
152
- - Gemfile.lock
153
64
  - LICENSE.txt
154
- - README.md
65
+ - README.org
155
66
  - Rakefile
156
- - VERSION
67
+ - ansible-galaxy-sync.gemspec
157
68
  - bin/ansible-galaxy-sync
158
69
  - spec/ansible-galaxy-sync_spec.rb
159
70
  - spec/spec_helper.rb
71
+ - trust/certificates/colstrom.pem
160
72
  homepage: http://github.com/colstrom/ansible-galaxy-sync
161
73
  licenses:
162
74
  - MIT
@@ -177,8 +89,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
89
  version: '0'
178
90
  requirements: []
179
91
  rubyforge_project:
180
- rubygems_version: 2.4.5
92
+ rubygems_version: 2.7.6
181
93
  signing_key:
182
94
  specification_version: 4
183
95
  summary: Commandline tool to sync Ansible Galaxy Metadata
184
- test_files: []
96
+ test_files:
97
+ - spec/ansible-galaxy-sync_spec.rb
98
+ - spec/spec_helper.rb
Binary file
@@ -1,116 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- addressable (2.3.8)
5
- ansible_galaxy (0.1.0)
6
- contracts (~> 0.10)
7
- terminal-announce (~> 1.0.0)
8
- typhoeus (~> 0.7.0)
9
- builder (3.2.2)
10
- contracts (0.10)
11
- descendants_tracker (0.0.4)
12
- thread_safe (~> 0.3, >= 0.3.1)
13
- diff-lcs (1.2.5)
14
- docile (1.1.5)
15
- ethon (0.7.4)
16
- ffi (>= 1.3.0)
17
- faraday (0.9.1)
18
- multipart-post (>= 1.2, < 3)
19
- ffi (1.9.10)
20
- git (1.2.9.1)
21
- github_api (0.12.3)
22
- addressable (~> 2.3)
23
- descendants_tracker (~> 0.0.4)
24
- faraday (~> 0.8, < 0.10)
25
- hashie (>= 3.3)
26
- multi_json (>= 1.7.5, < 2.0)
27
- nokogiri (~> 1.6.3)
28
- oauth2
29
- hashie (3.4.2)
30
- highline (1.7.2)
31
- jeweler (2.0.1)
32
- builder
33
- bundler (>= 1.0)
34
- git (>= 1.2.5)
35
- github_api
36
- highline (>= 1.6.15)
37
- nokogiri (>= 1.5.10)
38
- rake
39
- rdoc
40
- json (1.8.3)
41
- jwt (1.5.1)
42
- mini_portile (0.6.2)
43
- multi_json (1.11.2)
44
- multi_xml (0.5.5)
45
- multipart-post (2.0.0)
46
- nokogiri (1.6.6.2)
47
- mini_portile (~> 0.6.0)
48
- oauth2 (1.0.0)
49
- faraday (>= 0.8, < 0.10)
50
- jwt (~> 1.0)
51
- multi_json (~> 1.3)
52
- multi_xml (~> 0.5)
53
- rack (~> 1.2)
54
- rack (1.6.4)
55
- rainbow (2.0.0)
56
- rake (10.4.2)
57
- rdoc (3.12.2)
58
- json (~> 1.4)
59
- reek (1.2.13)
60
- ripper_ruby_parser (~> 0.0.7)
61
- ruby2ruby (~> 1.2.5)
62
- ruby_parser (~> 2.0)
63
- sexp_processor (~> 3.0)
64
- ripper_ruby_parser (0.0.8)
65
- sexp_processor (~> 3.0)
66
- roodi (2.1.0)
67
- ruby_parser
68
- rspec (3.3.0)
69
- rspec-core (~> 3.3.0)
70
- rspec-expectations (~> 3.3.0)
71
- rspec-mocks (~> 3.3.0)
72
- rspec-core (3.3.1)
73
- rspec-support (~> 3.3.0)
74
- rspec-expectations (3.3.0)
75
- diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.3.0)
77
- rspec-mocks (3.3.1)
78
- diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.3.0)
80
- rspec-support (3.3.0)
81
- ruby2ruby (1.2.5)
82
- ruby_parser (~> 2.0)
83
- sexp_processor (~> 3.0)
84
- ruby_parser (2.3.1)
85
- sexp_processor (~> 3.0)
86
- sexp_processor (3.2.0)
87
- simplecov (0.10.0)
88
- docile (~> 1.1.0)
89
- json (~> 1.8)
90
- simplecov-html (~> 0.10.0)
91
- simplecov-html (0.10.0)
92
- terminal-announce (1.0.0)
93
- bundler
94
- contracts
95
- rainbow
96
- thread_safe (0.3.5)
97
- typhoeus (0.7.2)
98
- ethon (>= 0.7.4)
99
- yard (0.8.7.6)
100
-
101
- PLATFORMS
102
- ruby
103
-
104
- DEPENDENCIES
105
- ansible_galaxy (~> 0.1.0)
106
- bundler (~> 1.0)
107
- jeweler (~> 2.0.1)
108
- rdoc (~> 3.12)
109
- reek (~> 1.2.8)
110
- roodi (~> 2.1.0)
111
- rspec (~> 3.3.0)
112
- simplecov
113
- yard (~> 0.7)
114
-
115
- BUNDLED WITH
116
- 1.10.5
data/README.md DELETED
@@ -1,27 +0,0 @@
1
- = ansible-galaxy-sync
2
-
3
- Commandline tool to re-import Galaxy roles.
4
-
5
- Installation
6
- ------------
7
- `gem install ansible-galaxy-sync`
8
-
9
- Usage
10
- -----
11
- `ansible-galaxy-sync rolename(s)`
12
-
13
- == Contributing to ansible-galaxy-sync
14
-
15
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
16
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
17
- * Fork the project.
18
- * Start a feature/bugfix branch.
19
- * Commit and push until you are happy with your contribution.
20
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
21
- * 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.
22
-
23
- == Copyright
24
-
25
- Copyright (c) 2015 Chris Olstrom. See LICENSE.txt for
26
- further details.
27
-
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.0