hiera-housekeeper 0.8 → 0.10

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.
@@ -14,7 +14,7 @@ class Hiera
14
14
  return @@cache[source] if @@cache.include? source
15
15
 
16
16
  begin
17
- uri = URI.parse("http://#{housekeeper_server}:80/file/#{housekeeper_identity}/branches/#{housekeeper_branch}/hieradata/#{source}.gpg")
17
+ uri = URI.parse("#{housekeeper_server}/file/#{housekeeper_identity}/branches/#{housekeeper_branch}/hieradata/#{source}.gpg")
18
18
  gpgfile = open(uri).read()
19
19
  rescue OpenURI::HTTPError
20
20
  gpgfile = :next
@@ -162,3 +162,4 @@ class Hiera
162
162
  end
163
163
  end
164
164
  end
165
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera-housekeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.10'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-20 00:00:00.000000000 Z
12
+ date: 2014-06-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hiera
@@ -62,12 +62,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
+ segments:
66
+ - 0
67
+ hash: -2095638650506013581
65
68
  required_rubygems_version: !ruby/object:Gem::Requirement
66
69
  none: false
67
70
  requirements:
68
71
  - - ! '>='
69
72
  - !ruby/object:Gem::Version
70
73
  version: '0'
74
+ segments:
75
+ - 0
76
+ hash: -2095638650506013581
71
77
  requirements: []
72
78
  rubyforge_project:
73
79
  rubygems_version: 1.8.23