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 CHANGED
@@ -1,7 +1,5 @@
1
1
  source 'https://rubygems.org/'
2
2
 
3
- gem 'hiera-eyaml', ">=1.3.1"
4
-
5
3
  group :development do
6
4
  gem "aruba"
7
5
  end
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.6)
11
+ cucumber (1.3.10)
12
12
  builder (>= 2.1.2)
13
13
  diff-lcs (>= 1.1.3)
14
- gherkin (~> 2.12.0)
15
- multi_json (~> 1.7.5)
14
+ gherkin (~> 2.12)
15
+ multi_json (>= 1.7.5, < 2.0)
16
16
  multi_test (>= 0.0.2)
17
- diff-lcs (1.2.4)
18
- ffi (1.9.0)
19
- gherkin (2.12.1)
17
+ diff-lcs (1.2.5)
18
+ ffi (1.9.3)
19
+ gherkin (2.12.2)
20
20
  multi_json (~> 1.3)
21
- hiera-eyaml (1.3.1)
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.1)
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)
@@ -16,6 +16,4 @@ Gem::Specification.new do |gem|
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
-
20
- gem.add_dependency('hiera-eyaml', '>=1.3.1')
21
19
  end
@@ -3,7 +3,7 @@ class Hiera
3
3
  module Eyaml
4
4
  module Encryptors
5
5
  module Plaintext
6
- VERSION = "0.4"
6
+ VERSION = "0.5"
7
7
  end
8
8
  end
9
9
  end
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
- version: '0.4'
5
- prerelease:
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
- date: 2013-08-14 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: hiera-eyaml
16
- requirement: !ruby/object:Gem::Requirement
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
- files:
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
- require_paths:
46
+
47
+ require_paths:
53
48
  - lib
54
- required_ruby_version: !ruby/object:Gem::Requirement
55
- none: false
56
- requirements:
57
- - - ! '>='
58
- - !ruby/object:Gem::Version
59
- version: '0'
60
- required_rubygems_version: !ruby/object:Gem::Requirement
61
- none: false
62
- requirements:
63
- - - ! '>='
64
- - !ruby/object:Gem::Version
65
- version: '0'
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.8.24
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
+