rhcp_shell 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/bin/rhcp_shell +5 -7
  2. data/lib/version.rb +1 -1
  3. metadata +1 -1
data/bin/rhcp_shell CHANGED
@@ -103,11 +103,9 @@ EOF
103
103
  end
104
104
  end
105
105
 
106
- if $0 == __FILE__
107
- # TODO introduce something like the RAILS_ENVs
108
- $logger = Logger.new("rhcp_shell.log")
109
- RHCP::ModuleHelper.instance().logger = $logger
106
+ # TODO introduce something like the RAILS_ENVs
107
+ $logger = Logger.new("rhcp_shell.log")
108
+ RHCP::ModuleHelper.instance().logger = $logger
110
109
 
111
- shell = RHCP::Shell.new
112
- shell.run
113
- end
110
+ shell = RHCP::Shell.new
111
+ shell.run
data/lib/version.rb CHANGED
@@ -5,7 +5,7 @@ module RhcpShell #:nodoc:
5
5
 
6
6
  MAJOR = 0
7
7
  MINOR = 0
8
- TINY = 5
8
+ TINY = 6
9
9
 
10
10
  def Version.to_s
11
11
  [ MAJOR, MINOR, TINY ].join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhcp_shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Traeder