hiera-eyaml-plaintext 0.4 → 0.5
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.
- data/Gemfile +0 -2
- data/Gemfile.lock +8 -14
- data/hiera-eyaml-plaintext.gemspec +0 -2
- data/lib/hiera/backend/eyaml/encryptors/plaintext/version.rb +1 -1
- metadata +38 -39
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -8,29 +8,23 @@ GEM
|
|
|
8
8
|
builder (3.2.2)
|
|
9
9
|
childprocess (0.3.9)
|
|
10
10
|
ffi (~> 1.0, >= 1.0.11)
|
|
11
|
-
cucumber (1.3.
|
|
11
|
+
cucumber (1.3.10)
|
|
12
12
|
builder (>= 2.1.2)
|
|
13
13
|
diff-lcs (>= 1.1.3)
|
|
14
|
-
gherkin (~> 2.12
|
|
15
|
-
multi_json (
|
|
14
|
+
gherkin (~> 2.12)
|
|
15
|
+
multi_json (>= 1.7.5, < 2.0)
|
|
16
16
|
multi_test (>= 0.0.2)
|
|
17
|
-
diff-lcs (1.2.
|
|
18
|
-
ffi (1.9.
|
|
19
|
-
gherkin (2.12.
|
|
17
|
+
diff-lcs (1.2.5)
|
|
18
|
+
ffi (1.9.3)
|
|
19
|
+
gherkin (2.12.2)
|
|
20
20
|
multi_json (~> 1.3)
|
|
21
|
-
|
|
22
|
-
highline (>= 1.6.19)
|
|
23
|
-
trollop (>= 2.0)
|
|
24
|
-
highline (1.6.19)
|
|
25
|
-
multi_json (1.7.9)
|
|
21
|
+
multi_json (1.8.2)
|
|
26
22
|
multi_test (0.0.2)
|
|
27
|
-
rspec-expectations (2.14.
|
|
23
|
+
rspec-expectations (2.14.4)
|
|
28
24
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
29
|
-
trollop (2.0)
|
|
30
25
|
|
|
31
26
|
PLATFORMS
|
|
32
27
|
ruby
|
|
33
28
|
|
|
34
29
|
DEPENDENCIES
|
|
35
30
|
aruba
|
|
36
|
-
hiera-eyaml (>= 1.3.1)
|
metadata
CHANGED
|
@@ -1,38 +1,31 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera-eyaml-plaintext
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 5
|
|
8
|
+
version: "0.5"
|
|
6
9
|
platform: ruby
|
|
7
|
-
authors:
|
|
10
|
+
authors:
|
|
8
11
|
- Geoff Meakin
|
|
9
12
|
autorequire:
|
|
10
13
|
bindir: bin
|
|
11
14
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ! '>='
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.3.1
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ! '>='
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.3.1
|
|
15
|
+
|
|
16
|
+
date: 2013-11-19 00:00:00 +00:00
|
|
17
|
+
default_executable:
|
|
18
|
+
dependencies: []
|
|
19
|
+
|
|
30
20
|
description: Plaintext encryptor for use with hiera-eyaml
|
|
31
21
|
email:
|
|
32
22
|
executables: []
|
|
23
|
+
|
|
33
24
|
extensions: []
|
|
25
|
+
|
|
34
26
|
extra_rdoc_files: []
|
|
35
|
-
|
|
27
|
+
|
|
28
|
+
files:
|
|
36
29
|
- .gitignore
|
|
37
30
|
- Gemfile
|
|
38
31
|
- Gemfile.lock
|
|
@@ -44,29 +37,35 @@ files:
|
|
|
44
37
|
- lib/hiera/backend/eyaml/encryptors/plaintext/eyaml_init.rb
|
|
45
38
|
- lib/hiera/backend/eyaml/encryptors/plaintext/version.rb
|
|
46
39
|
- tools/regem.sh
|
|
40
|
+
has_rdoc: true
|
|
47
41
|
homepage: http://github.com/gtmtechltd/hiera-eyaml-plaintext
|
|
48
|
-
licenses:
|
|
42
|
+
licenses:
|
|
49
43
|
- MIT
|
|
50
44
|
post_install_message:
|
|
51
45
|
rdoc_options: []
|
|
52
|
-
|
|
46
|
+
|
|
47
|
+
require_paths:
|
|
53
48
|
- lib
|
|
54
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
requirements:
|
|
63
|
-
- -
|
|
64
|
-
- !ruby/object:Gem::Version
|
|
65
|
-
|
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
segments:
|
|
54
|
+
- 0
|
|
55
|
+
version: "0"
|
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
62
|
+
version: "0"
|
|
66
63
|
requirements: []
|
|
64
|
+
|
|
67
65
|
rubyforge_project:
|
|
68
|
-
rubygems_version: 1.
|
|
66
|
+
rubygems_version: 1.3.6
|
|
69
67
|
signing_key:
|
|
70
68
|
specification_version: 3
|
|
71
69
|
summary: Encryption plugin for hiera-eyaml backend for Hiera
|
|
72
70
|
test_files: []
|
|
71
|
+
|