hiera-eyaml-plaintext 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org/'
2
2
 
3
- gem 'hiera-eyaml', ">=1.2.0"
3
+ gem 'hiera-eyaml', ">=1.3.1"
4
4
 
5
5
  group :development do
6
6
  gem "aruba"
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ 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.5)
11
+ cucumber (1.3.6)
12
12
  builder (>= 2.1.2)
13
13
  diff-lcs (>= 1.1.3)
14
14
  gherkin (~> 2.12.0)
@@ -16,15 +16,15 @@ GEM
16
16
  multi_test (>= 0.0.2)
17
17
  diff-lcs (1.2.4)
18
18
  ffi (1.9.0)
19
- gherkin (2.12.0)
19
+ gherkin (2.12.1)
20
20
  multi_json (~> 1.3)
21
- hiera-eyaml (1.2.0)
21
+ hiera-eyaml (1.3.1)
22
22
  highline (>= 1.6.19)
23
23
  trollop (>= 2.0)
24
24
  highline (1.6.19)
25
- multi_json (1.7.8)
25
+ multi_json (1.7.9)
26
26
  multi_test (0.0.2)
27
- rspec-expectations (2.14.0)
27
+ rspec-expectations (2.14.1)
28
28
  diff-lcs (>= 1.1.3, < 2.0)
29
29
  trollop (2.0)
30
30
 
@@ -33,4 +33,4 @@ PLATFORMS
33
33
 
34
34
  DEPENDENCIES
35
35
  aruba
36
- hiera-eyaml (>= 1.2.0)
36
+ hiera-eyaml (>= 1.3.1)
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency('hiera-eyaml', '>=1.3.0')
20
+ gem.add_dependency('hiera-eyaml', '>=1.3.1')
21
21
  end
@@ -3,7 +3,7 @@ class Hiera
3
3
  module Eyaml
4
4
  module Encryptors
5
5
  module Plaintext
6
- VERSION = "0.3"
6
+ VERSION = "0.4"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera-eyaml-plaintext
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: '0.4'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.3.0
21
+ version: 1.3.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.3.0
29
+ version: 1.3.1
30
30
  description: Plaintext encryptor for use with hiera-eyaml
31
31
  email:
32
32
  executables: []