tap-suite 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History +5 -0
  2. data/MIT-LICENSE +19 -0
  3. data/README +35 -0
  4. metadata +86 -0
data/History ADDED
@@ -0,0 +1,5 @@
1
+ == 0.1.0 / 2009-02-17
2
+
3
+ As of the 0.12.0 release, Tap is distributed as several independent modules.
4
+ This is the full suite, which installs the currently released versions of
5
+ each module.
data/MIT-LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2009, Regents of the University of Colorado.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
4
+ software and associated documentation files (the "Software"), to deal in the Software
5
+ without restriction, including without limitation the rights to use, copy, modify, merge,
6
+ publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7
+ to whom the Software is furnished to do so, subject to the following conditions:
8
+
9
+ The above copyright notice and this permission notice shall be included in all copies or
10
+ substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
16
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19
+ OTHER DEALINGS IN THE SOFTWARE.
data/README ADDED
@@ -0,0 +1,35 @@
1
+ = {Tap Suite}[http://tap.rubyforge.org/tap-suite]
2
+
3
+ A collection of several modules that simplify development
4
+
5
+ == Description
6
+
7
+ {Tap}[http://tap.rubyforge.org] is a framework for creating configurable,
8
+ distributable tasks and workflows. Several related modules apply Tap in
9
+ particularly useful ways. The Tap Suite is simply a collection of those
10
+ gems, facilitating installation and update.
11
+
12
+ Currently these modules are included:
13
+
14
+ * {Tap}[http://tap.rubyforge.org]
15
+ * {Rap}[http://tap.rubyforge.org/rap]
16
+ * {Tap-Server}[http://tap.rubyforge.org/tap-server]
17
+
18
+ == Installation
19
+
20
+ {Tap Suite}[http://tap.rubyforge.org/tap-suite] is available as a gem on RubyForge[http://rubyforge.org/projects/tap]. Use:
21
+
22
+ % gem install tap-suite
23
+
24
+ Tap requires an updated version of RubyGems[http://docs.rubygems.org/] (>= 1.2.0). To check the version and update RubyGems:
25
+
26
+ % gem --version
27
+ % gem --update system
28
+
29
+ == Info
30
+
31
+ Copyright (c) 2009, Regents of the University of Colorado.
32
+ Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
33
+ Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
34
+ Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]
35
+
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tap-suite
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Simon Chiang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-17 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: tap
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.12.0
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rap
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.12.0
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: tap-server
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 0.1.0
44
+ version:
45
+ description:
46
+ email: simon.a.chiang@gmail.com
47
+ executables: []
48
+
49
+ extensions: []
50
+
51
+ extra_rdoc_files:
52
+ - README
53
+ - MIT-LICENSE
54
+ - History
55
+ files:
56
+ - README
57
+ - MIT-LICENSE
58
+ - History
59
+ has_rdoc: false
60
+ homepage: http://tap.rubyforge.org
61
+ post_install_message:
62
+ rdoc_options: []
63
+
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ requirements: []
79
+
80
+ rubyforge_project: tap
81
+ rubygems_version: 1.3.1
82
+ signing_key:
83
+ specification_version: 2
84
+ summary: A framework for creating configurable, distributable tasks and workflows.
85
+ test_files: []
86
+