conjur-asset-deployment-api 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/LICENSE +22 -0
- data/conjur-asset-deployment.gemspec +2 -1
- data/lib/conjur-asset-deployment-version.rb +1 -1
- data/lib/conjur/deployment.rb +1 -1
- metadata +5 -5
- data/Gemfile +0 -14
- data/Gemfile.lock +0 -206
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1590f1df72232b4221305ed1d37bc8e95be10012
|
4
|
+
data.tar.gz: 4a4f891b3101d9b75d42b23c54d053a83096310a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe4c3dbaadd8a3eda591985970adab14d328c4e69f1ebafd1b099fc9ce747906a05ae6a0e8ad77fdb4ddf16cc7c223b0dfe8c5e050a8db4769559e71c9eb8de
|
7
|
+
data.tar.gz: 3f09c9e3d758031708f95cd477c00180dccefaaa2b19719752b8c51cce14bc0d0364bd0a78c5190d315e6a9113936849594efbd9c5ed452d85780a428e14b56e
|
data/.gitignore
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2012 Conjur Inc
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
4
4
|
require "conjur-asset-deployment-version"
|
5
5
|
|
6
6
|
files = if ENV['API_ONLY']
|
7
|
-
exclude_dirs = [ ".project", ".rvmrc", "lib/conjur/asset", "config", "db", "features", "spec", "app" ]
|
7
|
+
exclude_dirs = [ "Gemfile", ".project", ".rvmrc", "lib/conjur/asset", "config", "db", "features", "spec", "app" ]
|
8
8
|
`git ls-files`.split("\n").select do |f|
|
9
9
|
exclude_dirs.find{|d| f.index(d) == 0}.nil?
|
10
10
|
end.tap do |files|
|
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
|
28
28
|
s.email = ["kgilpin@gmail.com"]
|
29
29
|
s.homepage = "http://conjur.net"
|
30
30
|
s.summary = "Conjur asset plugin for server deployments."
|
31
|
+
s.license = "MIT"
|
31
32
|
|
32
33
|
s.files = files
|
33
34
|
|
data/lib/conjur/deployment.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conjur-asset-deployment-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Gilpin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: conjur-api
|
@@ -214,8 +214,7 @@ extensions: []
|
|
214
214
|
extra_rdoc_files: []
|
215
215
|
files:
|
216
216
|
- .gitignore
|
217
|
-
-
|
218
|
-
- Gemfile.lock
|
217
|
+
- LICENSE
|
219
218
|
- MIT-LICENSE
|
220
219
|
- README.rdoc
|
221
220
|
- Rakefile
|
@@ -227,7 +226,8 @@ files:
|
|
227
226
|
- lib/conjur/deployment-api.rb
|
228
227
|
- lib/conjur/deployment.rb
|
229
228
|
homepage: http://conjur.net
|
230
|
-
licenses:
|
229
|
+
licenses:
|
230
|
+
- MIT
|
231
231
|
metadata: {}
|
232
232
|
post_install_message:
|
233
233
|
rdoc_options: []
|
data/Gemfile
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
source "http://rubygems.org"
|
2
|
-
|
3
|
-
# Declare your gem's dependencies in conjur-asset-deployment.gemspec.
|
4
|
-
# Bundler will treat runtime dependencies like base dependencies, and
|
5
|
-
# development dependencies will be added by default to the :development group.
|
6
|
-
gemspec
|
7
|
-
|
8
|
-
gem 'rails-api'
|
9
|
-
gem 'webmock'
|
10
|
-
gem 'rspec-rails'
|
11
|
-
gem 'selenium-webdriver'
|
12
|
-
|
13
|
-
gem 'authable', git: 'https://inscitiv-ops-dev:Me5aswes@github.com/inscitiv/authable.git', branch: 'master'
|
14
|
-
gem 'conjur-api', git: 'https://github.com/inscitiv/api-ruby.git', branch: 'master'
|
data/Gemfile.lock
DELETED
@@ -1,206 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/inscitiv/api-ruby.git
|
3
|
-
revision: 90dcd6174deb3369e9c4680f9fc4721a6e19394a
|
4
|
-
branch: master
|
5
|
-
specs:
|
6
|
-
conjur-api (2.4.0)
|
7
|
-
activesupport
|
8
|
-
rest-client
|
9
|
-
|
10
|
-
GIT
|
11
|
-
remote: https://inscitiv-ops-dev:Me5aswes@github.com/inscitiv/authable.git
|
12
|
-
revision: 3f3680aa5f966e2d7f7bafcb1d25012174cc73a5
|
13
|
-
branch: master
|
14
|
-
specs:
|
15
|
-
authable (0.2.0)
|
16
|
-
activesupport
|
17
|
-
conjur-api
|
18
|
-
slosilo
|
19
|
-
|
20
|
-
PATH
|
21
|
-
remote: .
|
22
|
-
specs:
|
23
|
-
conjur-asset-deployment-api (0.2.1)
|
24
|
-
conjur-api
|
25
|
-
|
26
|
-
GEM
|
27
|
-
remote: http://rubygems.org/
|
28
|
-
specs:
|
29
|
-
actionmailer (3.2.13)
|
30
|
-
actionpack (= 3.2.13)
|
31
|
-
mail (~> 2.5.3)
|
32
|
-
actionpack (3.2.13)
|
33
|
-
activemodel (= 3.2.13)
|
34
|
-
activesupport (= 3.2.13)
|
35
|
-
builder (~> 3.0.0)
|
36
|
-
erubis (~> 2.7.0)
|
37
|
-
journey (~> 1.0.4)
|
38
|
-
rack (~> 1.4.5)
|
39
|
-
rack-cache (~> 1.2)
|
40
|
-
rack-test (~> 0.6.1)
|
41
|
-
sprockets (~> 2.2.1)
|
42
|
-
activemodel (3.2.13)
|
43
|
-
activesupport (= 3.2.13)
|
44
|
-
builder (~> 3.0.0)
|
45
|
-
activerecord (3.2.13)
|
46
|
-
activemodel (= 3.2.13)
|
47
|
-
activesupport (= 3.2.13)
|
48
|
-
arel (~> 3.0.2)
|
49
|
-
tzinfo (~> 0.3.29)
|
50
|
-
activeresource (3.2.13)
|
51
|
-
activemodel (= 3.2.13)
|
52
|
-
activesupport (= 3.2.13)
|
53
|
-
activesupport (3.2.13)
|
54
|
-
i18n (= 0.6.1)
|
55
|
-
multi_json (~> 1.0)
|
56
|
-
addressable (2.3.5)
|
57
|
-
arel (3.0.2)
|
58
|
-
builder (3.0.4)
|
59
|
-
capybara (2.1.0)
|
60
|
-
mime-types (>= 1.16)
|
61
|
-
nokogiri (>= 1.3.3)
|
62
|
-
rack (>= 1.0.0)
|
63
|
-
rack-test (>= 0.5.4)
|
64
|
-
xpath (~> 2.0)
|
65
|
-
childprocess (0.3.9)
|
66
|
-
ffi (~> 1.0, >= 1.0.11)
|
67
|
-
ci_reporter (1.8.4)
|
68
|
-
builder (>= 2.1.2)
|
69
|
-
crack (0.4.0)
|
70
|
-
safe_yaml (~> 0.9.0)
|
71
|
-
cucumber (1.3.2)
|
72
|
-
builder (>= 2.1.2)
|
73
|
-
diff-lcs (>= 1.1.3)
|
74
|
-
gherkin (~> 2.12.0)
|
75
|
-
multi_json (~> 1.3)
|
76
|
-
cucumber-rails (1.3.1)
|
77
|
-
capybara (>= 1.1.2)
|
78
|
-
cucumber (>= 1.2.0)
|
79
|
-
nokogiri (>= 1.5.0)
|
80
|
-
rails (~> 3.0)
|
81
|
-
diff-lcs (1.2.4)
|
82
|
-
erubis (2.7.0)
|
83
|
-
ffi (1.9.0)
|
84
|
-
gherkin (2.12.0)
|
85
|
-
multi_json (~> 1.3)
|
86
|
-
hike (1.2.3)
|
87
|
-
i18n (0.6.1)
|
88
|
-
journey (1.0.4)
|
89
|
-
json (1.8.0)
|
90
|
-
json_spec (1.1.1)
|
91
|
-
multi_json (~> 1.0)
|
92
|
-
rspec (~> 2.0)
|
93
|
-
mail (2.5.4)
|
94
|
-
mime-types (~> 1.16)
|
95
|
-
treetop (~> 1.4.8)
|
96
|
-
mime-types (1.23)
|
97
|
-
mini_portile (0.5.0)
|
98
|
-
multi_json (1.7.7)
|
99
|
-
nokogiri (1.6.0)
|
100
|
-
mini_portile (~> 0.5.0)
|
101
|
-
pg (0.15.1)
|
102
|
-
pg_random_id (1.0.0)
|
103
|
-
polyglot (0.3.3)
|
104
|
-
rack (1.4.5)
|
105
|
-
rack-cache (1.2)
|
106
|
-
rack (>= 0.4)
|
107
|
-
rack-ssl (1.3.3)
|
108
|
-
rack
|
109
|
-
rack-test (0.6.2)
|
110
|
-
rack (>= 1.0)
|
111
|
-
rails (3.2.13)
|
112
|
-
actionmailer (= 3.2.13)
|
113
|
-
actionpack (= 3.2.13)
|
114
|
-
activerecord (= 3.2.13)
|
115
|
-
activeresource (= 3.2.13)
|
116
|
-
activesupport (= 3.2.13)
|
117
|
-
bundler (~> 1.0)
|
118
|
-
railties (= 3.2.13)
|
119
|
-
rails-api (0.1.0)
|
120
|
-
actionpack (>= 3.2.11)
|
121
|
-
railties (>= 3.2.11)
|
122
|
-
tzinfo (~> 0.3.31)
|
123
|
-
railties (3.2.13)
|
124
|
-
actionpack (= 3.2.13)
|
125
|
-
activesupport (= 3.2.13)
|
126
|
-
rack-ssl (~> 1.3.2)
|
127
|
-
rake (>= 0.8.7)
|
128
|
-
rdoc (~> 3.4)
|
129
|
-
thor (>= 0.14.6, < 2.0)
|
130
|
-
rake (10.1.0)
|
131
|
-
rdoc (3.12.2)
|
132
|
-
json (~> 1.4)
|
133
|
-
rest-client (1.6.7)
|
134
|
-
mime-types (>= 1.16)
|
135
|
-
rspec (2.13.0)
|
136
|
-
rspec-core (~> 2.13.0)
|
137
|
-
rspec-expectations (~> 2.13.0)
|
138
|
-
rspec-mocks (~> 2.13.0)
|
139
|
-
rspec-core (2.13.1)
|
140
|
-
rspec-expectations (2.13.0)
|
141
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
142
|
-
rspec-mocks (2.13.1)
|
143
|
-
rspec-rails (2.13.2)
|
144
|
-
actionpack (>= 3.0)
|
145
|
-
activesupport (>= 3.0)
|
146
|
-
railties (>= 3.0)
|
147
|
-
rspec-core (~> 2.13.0)
|
148
|
-
rspec-expectations (~> 2.13.0)
|
149
|
-
rspec-mocks (~> 2.13.0)
|
150
|
-
rubyzip (0.9.9)
|
151
|
-
safe_yaml (0.9.3)
|
152
|
-
selenium-webdriver (2.33.0)
|
153
|
-
childprocess (>= 0.2.5)
|
154
|
-
multi_json (~> 1.0)
|
155
|
-
rubyzip
|
156
|
-
websocket (~> 1.0.4)
|
157
|
-
sequel (3.48.0)
|
158
|
-
sequel-attribute_callbacks (0.1.0)
|
159
|
-
sequel (~> 3.44)
|
160
|
-
simplecov (0.7.1)
|
161
|
-
multi_json (~> 1.0)
|
162
|
-
simplecov-html (~> 0.7.1)
|
163
|
-
simplecov-html (0.7.1)
|
164
|
-
slosilo (0.2.4)
|
165
|
-
spork (0.9.2)
|
166
|
-
sprockets (2.2.2)
|
167
|
-
hike (~> 1.2)
|
168
|
-
multi_json (~> 1.0)
|
169
|
-
rack (~> 1.0)
|
170
|
-
tilt (~> 1.1, != 1.3.0)
|
171
|
-
talentbox-sequel-rails (0.3.10)
|
172
|
-
railties (~> 3.2.0)
|
173
|
-
sequel (~> 3.28)
|
174
|
-
thor (0.18.1)
|
175
|
-
tilt (1.4.1)
|
176
|
-
treetop (1.4.14)
|
177
|
-
polyglot
|
178
|
-
polyglot (>= 0.3.1)
|
179
|
-
tzinfo (0.3.37)
|
180
|
-
webmock (1.12.3)
|
181
|
-
addressable (>= 2.2.7)
|
182
|
-
crack (>= 0.3.2)
|
183
|
-
websocket (1.0.7)
|
184
|
-
xpath (2.0.0)
|
185
|
-
nokogiri (~> 1.3)
|
186
|
-
|
187
|
-
PLATFORMS
|
188
|
-
ruby
|
189
|
-
|
190
|
-
DEPENDENCIES
|
191
|
-
authable!
|
192
|
-
ci_reporter
|
193
|
-
conjur-api!
|
194
|
-
conjur-asset-deployment-api!
|
195
|
-
cucumber-rails
|
196
|
-
json_spec
|
197
|
-
pg
|
198
|
-
pg_random_id
|
199
|
-
rails-api
|
200
|
-
rspec-rails
|
201
|
-
selenium-webdriver
|
202
|
-
sequel-attribute_callbacks
|
203
|
-
simplecov
|
204
|
-
spork
|
205
|
-
talentbox-sequel-rails
|
206
|
-
webmock
|