rap 0.12.2 → 0.12.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History +4 -0
- data/README +1 -1
- data/bin/rap +2 -4
- metadata +3 -3
data/History
CHANGED
data/README
CHANGED
@@ -113,5 +113,5 @@ Rap requires an updated version of RubyGems[http://docs.rubygems.org/]
|
|
113
113
|
Copyright (c) 2009, Regents of the University of Colorado.
|
114
114
|
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
|
115
115
|
Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
|
116
|
-
|
116
|
+
License:: {MIT-Style}[link:files/MIT-LICENSE.html]
|
117
117
|
|
data/bin/rap
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# usage: rap taskname {options} [args]
|
2
|
+
# usage: rap taskname {options} [args] [-d-]
|
3
3
|
|
4
4
|
$:.unshift "#{File.dirname(__FILE__)}/../lib"
|
5
5
|
require 'rap/declarations'
|
@@ -7,9 +7,7 @@ require 'rap/declarations'
|
|
7
7
|
# setup the environment
|
8
8
|
begin
|
9
9
|
|
10
|
-
|
11
|
-
$DEBUG = true if ARGV.delete('-d-')
|
12
|
-
env = Tap::Exe.instantiate
|
10
|
+
env = Tap::Exe.setup(ARGV)
|
13
11
|
env.unshift(Rap::Declarations.env)
|
14
12
|
|
15
13
|
Dir.glob('[TtRr]apfile{,.rb}').each do |task_file|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Chiang
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-03-23 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.12.
|
23
|
+
version: 0.12.4
|
24
24
|
version:
|
25
25
|
description:
|
26
26
|
email: simon.a.chiang@gmail.com
|