ms-uniprot 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History +4 -0
- data/lib/ms/uniprot/entry.rb +2 -1
- metadata +3 -13
data/History
CHANGED
data/lib/ms/uniprot/entry.rb
CHANGED
|
@@ -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::
|
|
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.
|
|
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-
|
|
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.
|
|
23
|
+
version: 0.17.0
|
|
34
24
|
version:
|
|
35
25
|
description:
|
|
36
26
|
email: simon.a.chiang@gmail.com
|