daemon-ogre 1.4.7 → 1.4.8

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/VERSION +1 -1
  2. data/lib/daemon-ogre.rb +1 -5
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.7
1
+ 1.4.8
data/lib/daemon-ogre.rb CHANGED
@@ -37,18 +37,14 @@ begin
37
37
  pre_path = File.expand_path(pre_path)
38
38
  end
39
39
 
40
- puts pre_path.inspect
41
-
42
40
  separator_symbol= String.new
43
41
  pre_path.include?('/') ? separator_symbol = '/' : separator_symbol = '\\'
44
42
 
45
- puts 4
46
43
  pre_path= ((pre_path.split(separator_symbol))-([pre_path.split(separator_symbol).pop])).join(separator_symbol)
47
44
 
48
45
  end
49
46
 
50
-
51
- puts "prepath: "+pre_path.inspect
47
+ puts "prepath: "+pre_path.inspect if $DEBUG
52
48
 
53
49
  puts "LOADING_FILES_FROM_"+directory.to_s.split(separator_symbol).last.split('.').first.capitalize if $DEBUG
54
50
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daemon-ogre
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: 3988836083563664350
115
+ hash: 2500154023147960731
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements: