rbbt-marq 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/R/MARQ.R +3 -0
  2. metadata +3 -2
data/R/MARQ.R ADDED
@@ -0,0 +1,3 @@
1
+ library('yaml');
2
+
3
+ MARQ.config = yaml.load_file('~/.MARQ');
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-10 00:00:00 +01:00
12
+ date: 2009-11-12 00:00:00 +01:00
13
13
  default_executable: marq_config
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -75,6 +75,7 @@ files:
75
75
  - R/CustomDS.R
76
76
  - R/GEO.R
77
77
  - R/MA.R
78
+ - R/MARQ.R
78
79
  - bin/marq_config
79
80
  - install_scripts/CustomDS/Rakefile
80
81
  - install_scripts/GEO/Rakefile