omf_web 0.9.4 → 0.9.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.
@@ -0,0 +1,7 @@
1
+ #!/bin/sh
2
+
3
+
4
+ TOP_DIR=`ruby -rubygems -e "require 'omf-web/version'; puts OMF::Web::TOP_DIR"`
5
+
6
+ cd $TOP_DIR
7
+ ruby -rubygems $TOP_DIR/example/demo/demo_viz_server.rb $* start
@@ -1,7 +1,8 @@
1
1
 
2
2
  module OMF
3
3
  module Web
4
- VERSION = '0.9.4'
4
+ VERSION = '0.9.5'
5
+ TOP_DIR = File.dirname(File.dirname(File.dirname(__FILE__)))
5
6
  end
6
7
  end
7
8
 
data/omf_web.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.executables = `git ls-files -- {bin,sbin}/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
22
  # specify any dependencies here; for example:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omf_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -208,6 +208,7 @@ email:
208
208
  - omf-user@lists.nicta.com.au
209
209
  executables:
210
210
  - omf-web-basic
211
+ - omf_web_demo.sh
211
212
  extensions: []
212
213
  extra_rdoc_files: []
213
214
  files:
@@ -217,6 +218,7 @@ files:
217
218
  - README.md
218
219
  - Rakefile
219
220
  - bin/omf-web-basic
221
+ - bin/omf_web_demo.sh
220
222
  - debug/README
221
223
  - debug/brooklyn.dat
222
224
  - debug/ca.crt