warouz_server 0.0.4 → 0.0.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.
data/bin/swarouz CHANGED
@@ -12,13 +12,10 @@ options = {
12
12
  :ontop => true # TO IMPROVE, no fork with JRuby
13
13
  }
14
14
 
15
- puts "LOAD"
16
15
 
17
- config.after_initialize do
18
- puts "AHAHAH"
19
- Daemons.call(options) do
20
- load File.join(File.dirname(__FILE__), '../conf/warouz_server.conf.rb')
21
- # Starting the processor
22
- master=WarouzServer::Master.instance
23
- master.start
24
- end
16
+ Daemons.call(options) do
17
+ load File.join(File.dirname(__FILE__), '../conf/warouz_server.conf.rb')
18
+ # Starting the processor
19
+ master=WarouzServer::Master.instance
20
+ master.start
21
+ end
@@ -1,3 +1,3 @@
1
1
  module WarouzServer
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: warouz_server
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Loic Vigneron