hiera 1.3.3 → 1.3.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hiera +4 -0
  3. data/lib/hiera/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bead4c683facdc5241dc8d042f1cd3bf13876bcf
4
- data.tar.gz: a6065696732cb214f52b973f1bcfd711dbbf7efb
3
+ metadata.gz: 54743f04196eaecdaffcb0162606f26843f35a03
4
+ data.tar.gz: c83bf33b0c25e508380073c67b94796493d01124
5
5
  SHA512:
6
- metadata.gz: 7f8bba4254043dd85e15d289b80e18fa0f7bdf176492633d28240e6157e647dd8008b123503db9b6fb594f47aaa59a57e9e48dce544dc18f4f7f279c606e2f2c
7
- data.tar.gz: a570c3344e74d6c522a12b476b242e5f6b221e027e7151cc56a9701ea4eb163434656094b8dfc3f2deca893a84645b8196f79a28557485fea46242a284b070a2
6
+ metadata.gz: 50281c08a2494cce3c6e2d59ec94a47eb14dbad34f0b0b20915fe2b96f0bc5ce1c687984fb74426a61760018eaef64f911eb1cf677820b8ca2261f32549f4bba
7
+ data.tar.gz: 570c1a8cff80579c90afd19451075bc52a4c035d77852d665980b1b3c2c0fd6075a5da11c947ad9eac2f9ce24399cd797d2ae23beed63bef372db4cd5fb9aa83
data/bin/hiera CHANGED
@@ -1,5 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # For security reasons, ensure that '.' is not on the load path
4
+ # This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path
5
+ $LOAD_PATH.delete '.'
6
+
3
7
  # CLI client for Hiera.
4
8
  #
5
9
  # To lookup the 'release' key for a node given Puppet YAML facts:
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  class Hiera
10
- VERSION = "1.3.3"
10
+ VERSION = "1.3.4"
11
11
 
12
12
  ##
13
13
  # version is a public API method intended to always provide a fast and
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-22 00:00:00.000000000 Z
11
+ date: 2014-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json_pure