omf_web 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/omf_web_demo.sh +7 -0
- data/lib/omf-web/version.rb +2 -1
- data/omf_web.gemspec +1 -1
- metadata +3 -1
data/bin/omf_web_demo.sh
ADDED
data/lib/omf-web/version.rb
CHANGED
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
|
+
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
|