gems-status 0.46.0 → 0.47.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/gems-status +4 -1
  3. data/lib/gems-status.rb +4 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.46.0
1
+ 0.47.0
data/bin/gems-status CHANGED
@@ -23,5 +23,8 @@ begin
23
23
  rescue
24
24
  Utils::log_error("?", "There was a problem opening #{conf_file}")
25
25
  end
26
- GemsStatus::GemStatus.new(conf).execute
26
+ gs = GemsStatus::GemStatus.new(conf)
27
+ gs.execute
28
+ gs.print
29
+
27
30
 
data/lib/gems-status.rb CHANGED
@@ -34,12 +34,15 @@ module GemsStatus
34
34
 
35
35
  def execute
36
36
  @gems_composite_command.execute
37
- @gems_composite_command.print
38
37
  end
39
38
 
40
39
  def results
41
40
  @gems_composite_command.results
42
41
  end
42
+
43
+ def print
44
+ @gems_composite_command.print
45
+ end
43
46
  end
44
47
  end
45
48
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gems-status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -234,7 +234,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  segments:
236
236
  - 0
237
- hash: -1596538976047878291
237
+ hash: 3046767901936519384
238
238
  required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  none: false
240
240
  requirements:
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  segments:
245
245
  - 0
246
- hash: -1596538976047878291
246
+ hash: 3046767901936519384
247
247
  requirements: []
248
248
  rubyforge_project:
249
249
  rubygems_version: 1.8.25