intermine 0.98.09 → 0.98.10
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/lib/intermine/lists.rb +5 -0
- data/lib/intermine/version.rb +2 -1
- data/test/live_test.rb +1 -0
- metadata +4 -4
data/lib/intermine/lists.rb
CHANGED
|
@@ -63,6 +63,11 @@ module InterMine::Lists
|
|
|
63
63
|
|
|
64
64
|
# The date that this list was originally created
|
|
65
65
|
attr_reader :dateCreated
|
|
66
|
+
|
|
67
|
+
# The upgrade status of this list
|
|
68
|
+
# Anything other than current means this list
|
|
69
|
+
# needs to be manually curated.
|
|
70
|
+
attr_reader :status
|
|
66
71
|
|
|
67
72
|
# The categories associated with this list
|
|
68
73
|
attr_reader :tags
|
data/lib/intermine/version.rb
CHANGED
|
@@ -3,7 +3,8 @@ module Intermine
|
|
|
3
3
|
# Webservice Client Version number
|
|
4
4
|
#
|
|
5
5
|
# Changes:
|
|
6
|
+
# 0.98.10 - Added status property to lists
|
|
6
7
|
# 0.98.09 - Major changes to results - now with thorough-going Enumerable support
|
|
7
8
|
# 0.98.08 - Added column summary support
|
|
8
|
-
VERSION = "0.98.
|
|
9
|
+
VERSION = "0.98.10"
|
|
9
10
|
end
|
data/test/live_test.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: intermine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 387
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 98
|
|
9
|
-
-
|
|
10
|
-
version: 0.98.
|
|
9
|
+
- 10
|
|
10
|
+
version: 0.98.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Kalderimis
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-10-
|
|
18
|
+
date: 2011-10-28 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|