marionette 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,7 @@ exit 0
87
87
  CODE
88
88
 
89
89
  file = File.open('/etc/marionette.tcp','w')
90
- file.write "tcp://#{ip}:5555"
90
+ file.write "tcp://#{ip.strip}:5555"
91
91
  file.close
92
92
 
93
93
  file = File.open('/etc/init.d/marionette','w')
@@ -1,5 +1,5 @@
1
1
  module HeadStartApp
2
2
  module Marionette
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marionette
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Lee