rbbt-marq 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/marq_config +5 -0
  2. metadata +1 -1
data/bin/marq_config CHANGED
@@ -81,6 +81,8 @@ $USAGE =<<EOT
81
81
  * init:
82
82
  * webservice: Start the SOAP Web Service
83
83
  * www: Start the merb server
84
+
85
+ * Rdir: List the directory containing the R scripts
84
86
 
85
87
 
86
88
  EOT
@@ -106,6 +108,9 @@ class Controller < SimpleConsole::Controller
106
108
  def config
107
109
  end
108
110
 
111
+ def Rdir
112
+ puts File.expand_path(File.join(File.dirname(File.dirname(__FILE__)), 'R'))
113
+ end
109
114
 
110
115
 
111
116
  def default
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-marq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez