foremancli 0.4.2.1 → 0.4.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/foremancli CHANGED
@@ -198,7 +198,7 @@ end
198
198
 
199
199
  options.each do |collection, filter|
200
200
  next unless filter
201
- if filter
201
+ if filter == true
202
202
  print_response(get_collection(collection))
203
203
  else
204
204
  print_response(search_collection(collection, filter))
Binary file
@@ -1,3 +1,3 @@
1
1
  module Foremancli
2
- VERSION = '0.4.2.1'
2
+ VERSION = '0.4.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foremancli
3
3
  version: !ruby/object:Gem::Version
4
- hash: 101
5
- prerelease: false
4
+ hash: 99
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 2
10
- - 1
11
- version: 0.4.2.1
10
+ - 2
11
+ version: 0.4.2.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Brian Gupta
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-05-01 00:00:00 -04:00
20
- default_executable:
19
+ date: 2012-05-01 00:00:00 Z
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
22
  name: rest-client
@@ -62,11 +61,9 @@ extra_rdoc_files: []
62
61
  files:
63
62
  - bin/foremancli
64
63
  - foremancli-0.4.1.gem
65
- - foremancli-0.4.2.gem
66
- - foremancli-0.5.0.gem
64
+ - foremancli-0.4.2.1.gem
67
65
  - foremancli.gemspec
68
66
  - lib/foremancli/version.rb
69
- has_rdoc: true
70
67
  homepage: https://github.com/ohadlevy/foreman/blob/master/extras/cli/foremancli
71
68
  licenses: []
72
69
 
@@ -96,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
93
  requirements: []
97
94
 
98
95
  rubyforge_project:
99
- rubygems_version: 1.3.7
96
+ rubygems_version: 1.8.24
100
97
  signing_key:
101
98
  specification_version: 3
102
99
  summary: This is the CLI for Foreman, which is a provisioning tool and node classifier for sysadmins.
data/foremancli-0.4.2.gem DELETED
Binary file
data/foremancli-0.5.0.gem DELETED
Binary file