omf_rc_shm 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/config/config.yml +1 -1
- data/lib/omf_rc_shm/version.rb +1 -1
- metadata +2 -2
data/config/config.yml
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
# ID to give to this SHM node
|
14
14
|
# by default construct 'node1234' ID based on IP address of the br0 interface
|
15
15
|
# as requested by the SHM team
|
16
|
-
:uid: <%= ip = `ifconfig br0`.match(/inet addr:(\d*\.\d*\.\d*\.\d*)/)[1].split('.') ; (ip[2].to_i*256+ip[3].to_i).to_s.rjust(5,'0') %>
|
16
|
+
:uid: '<%= ip = `ifconfig br0`.match(/inet addr:(\d*\.\d*\.\d*\.\d*)/)[1].split('.') ; (ip[2].to_i*256+ip[3].to_i).to_s.rjust(5,'0') %>'
|
17
17
|
# Path to the file with the default application schedule
|
18
18
|
:app_definition_file: /etc/omf_rc/scheduled_app.rb
|
19
19
|
# Path to find the Ruby binary
|
data/lib/omf_rc_shm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omf_rc_shm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|