intermine 0.98.09 → 0.98.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -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.09"
9
+ VERSION = "0.98.10"
9
10
  end
@@ -31,6 +31,7 @@ class LiveDemoTest < Test::Unit::TestCase
31
31
  def testGetLists
32
32
  list = @service.list("My-Favourite-Employees")
33
33
  assert_equal(4, list.size)
34
+ assert_match("CURRENT", list.status)
34
35
  end
35
36
 
36
37
  end
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: 389
4
+ hash: 387
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 98
9
- - 9
10
- version: 0.98.09
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-26 00:00:00 +01:00
18
+ date: 2011-10-28 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency