omf_rc_shm 0.1.9 → 0.1.10
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/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('.') ;
|
|
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.10
|
|
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-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|