conjur-cli 4.7.4 → 4.7.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.
@@ -33,7 +33,7 @@ class Conjur::Command::Groups < Conjur::Command
33
33
  id = require_arg(args, 'id')
34
34
 
35
35
  group = api.create_group(id, options)
36
- puts "Created #{group}"
36
+ display(group, options)
37
37
  end
38
38
  end
39
39
 
@@ -38,7 +38,7 @@ class Conjur::Command::Roles < Conjur::Command
38
38
  end
39
39
 
40
40
  role.create(options)
41
- puts "Created #{role}"
41
+ display(role, options)
42
42
  end
43
43
  end
44
44
 
@@ -19,6 +19,6 @@
19
19
  # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
20
  #
21
21
  module Conjur
22
- VERSION = "4.7.4"
22
+ VERSION = "4.7.5"
23
23
  ::Version=VERSION
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.4
4
+ version: 4.7.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-03-26 00:00:00.000000000 Z
13
+ date: 2014-03-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: conjur-api
@@ -299,7 +299,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  segments:
301
301
  - 0
302
- hash: -2016326109517341057
302
+ hash: -1518604036623995460
303
303
  required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  none: false
305
305
  requirements:
@@ -308,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
308
308
  version: '0'
309
309
  segments:
310
310
  - 0
311
- hash: -2016326109517341057
311
+ hash: -1518604036623995460
312
312
  requirements: []
313
313
  rubyforge_project:
314
314
  rubygems_version: 1.8.25