ms-uniprot 0.1.0 → 0.2.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/History +4 -0
  2. data/lib/ms/uniprot/entry.rb +2 -1
  3. metadata +3 -13
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.2.0 / 2009-05-25
2
+
3
+ Updated to utilize Tap-0.17.0
4
+
1
5
  == 0.1.0 / 2009-03-30
2
6
 
3
7
  Initial release with a task to retrieve fasta
@@ -1,9 +1,10 @@
1
+ require 'tap/task'
1
2
  require 'net/http'
2
3
 
3
4
  module Ms
4
5
  module Uniprot
5
6
 
6
- # :startdoc::manifest gets a UniProt entry
7
+ # :startdoc::task gets a UniProt entry
7
8
  #
8
9
  # Retrieves the UniProt entry for the specified accession number by making
9
10
  # an HTTP get request to the UniProt website. The format obviously
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms-uniprot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiang
@@ -9,19 +9,9 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-30 00:00:00 -06:00
12
+ date: 2009-05-25 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: configurable
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 0.4.2
24
- version:
25
15
  - !ruby/object:Gem::Dependency
26
16
  name: tap
27
17
  type: :runtime
@@ -30,7 +20,7 @@ dependencies:
30
20
  requirements:
31
21
  - - ">="
32
22
  - !ruby/object:Gem::Version
33
- version: 0.12.4
23
+ version: 0.17.0
34
24
  version:
35
25
  description:
36
26
  email: simon.a.chiang@gmail.com