conjur-asset-environment-api 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8009c2fd407865150b195ad5d41ff866fb377c23
4
- data.tar.gz: 044843145b1be13e21facd94a9aabf40f8e6f70f
3
+ metadata.gz: 9b1c600d1f71eba93a70dfbaf4e7b06655d1d1f5
4
+ data.tar.gz: acd26a766d92125fe21ee7ed28048c69a5d5fe0d
5
5
  SHA512:
6
- metadata.gz: 7c113be320f49eb8e46f8c521f6923f080c92c3209a001837f1ae41b49072c1726fc2a37ba8ab22b546e953622e700d71becf0615caf0217c9b006d8af5d7817
7
- data.tar.gz: d51aa2c8ade610693fc899749c45614c6281e7d14520fedebb10c03f4af298836ef67c1576520b734e65ecb234734e25cfc051ff942343dd8228d84bdd8c8aa2
6
+ metadata.gz: 645bdc0a93ef7628ee10cd61d73da088101206331df2f3c886214da0791e750e82bbd661603155da8696330faaabeac132e0998e8a61a8cbc34a15628c798637
7
+ data.tar.gz: 47fe1f10fdff040ba831e1fc64a49b18b2adb313e379925b784c246f858448a8eab8effa4ce8479bf6ec5d361c7b64d1506e730c502cd68d5528c7a1c75896e1
@@ -1,7 +1,7 @@
1
1
  module Conjur
2
2
  module Asset
3
3
  module Environment
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
5
5
  end
6
6
  end
7
7
  end
@@ -23,7 +23,7 @@ module Conjur
23
23
  def variable(name)
24
24
  variableid = attributes['variables'][name]
25
25
  raise ArgumentError, "No variable '#{name}' for environment '#{id}'" unless variableid
26
- Conjur::Variable.new(Conjur::Core::API.host, self.options)["variables/#{variableid}"]
26
+ Conjur::Variable.new(Conjur::Core::API.host, self.options)["variables/#{fully_escape variableid}"]
27
27
  end
28
28
 
29
29
  def variables
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-asset-environment-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-24 00:00:00.000000000 Z
11
+ date: 2014-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: conjur-api