bahuvrihi-ms-xcalibur 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +22 -0
  2. metadata +11 -9
  3. data/test/tap_test_suite.rb +0 -5
data/README ADDED
@@ -0,0 +1,22 @@
1
+ = {Ms-Xcalibur}[http://mspire.rubyforge.org/projects/ms-xcalibur]
2
+
3
+ An {Mspire}[http://mspire.rubyforge.org] library supporting {Xcalibur}[http://www.thermo.com/com/cda/product/detail/1,,1000001009250,00.html].
4
+
5
+ == Description
6
+
7
+ * Lighthouse[http://bahuvrihi.lighthouseapp.com/projects/16692-mspire/tickets]
8
+ * Github[http://github.com/bahuvrihi/ms-xcalibur/tree/master]
9
+ * {Google Group}[http://groups.google.com/group/mspire-forum]
10
+
11
+ == Installation
12
+
13
+ Ms-Xcalibur is available as a gem on RubyForge[http://rubyforge.org/projects/mspire]. Use:
14
+
15
+ % gem install ms-xcalibur
16
+
17
+ == Info
18
+
19
+ Copyright (c) 2006-2008, Regents of the University of Colorado.
20
+ Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
21
+ Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
22
+ Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bahuvrihi-ms-xcalibur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
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: 2008-10-09 00:00:00 -07:00
12
+ date: 2008-10-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -17,7 +17,7 @@ dependencies:
17
17
  version_requirement:
18
18
  version_requirements: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ~>
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: "0.11"
23
23
  version:
@@ -26,7 +26,7 @@ dependencies:
26
26
  version_requirement:
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - ~>
29
+ - - ">="
30
30
  - !ruby/object:Gem::Version
31
31
  version: "0.1"
32
32
  version:
@@ -37,6 +37,7 @@ executables: []
37
37
  extensions: []
38
38
 
39
39
  extra_rdoc_files:
40
+ - README
40
41
  - MIT-LICENSE
41
42
  files:
42
43
  - lib/ms/xcalibur/convert/dta_to_mgf.rb
@@ -45,9 +46,10 @@ files:
45
46
  - lib/ms/xcalibur/peak_file.rb
46
47
  - lib/ms/xcalibur/peakify.rb
47
48
  - tap.yml
49
+ - README
48
50
  - MIT-LICENSE
49
51
  has_rdoc: true
50
- homepage: http://github.com/bahuvrihi/ms-xcalibur/wikis
52
+ homepage: http://mspire.rubyforge.org/projects/ms-xcalibur/
51
53
  post_install_message:
52
54
  rdoc_options: []
53
55
 
@@ -67,10 +69,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
69
  version:
68
70
  requirements: []
69
71
 
70
- rubyforge_project: bioactive
72
+ rubyforge_project: mspire
71
73
  rubygems_version: 1.2.0
72
74
  signing_key:
73
75
  specification_version: 2
74
- summary: xcalibur task library
75
- test_files:
76
- - test/tap_test_suite.rb
76
+ summary: An Mspire library supporting Xcalibur.
77
+ test_files: []
78
+
@@ -1,5 +0,0 @@
1
- $:.unshift File.join(File.dirname(__FILE__), '../lib')
2
-
3
- # runs all subsets (see Tap::Test::SubsetMethods)
4
- ENV["ALL"] = "true"
5
- Dir.glob("./**/*_test.rb").each {|test| require test}