intermine 0.98.05 → 0.98.06

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.
@@ -192,6 +192,14 @@ module InterMine
192
192
  return InterMine::PathQuery::Query.new(self.model, rootClass, self)
193
193
  end
194
194
 
195
+ # call-seq:
196
+ # select(*columns) => PathQuery::Query
197
+ #
198
+ # Create a new query with the given view.
199
+ def select(*columns)
200
+ return InterMine::PathQuery::Query.new(self.model, nil, self).select(*columns)
201
+ end
202
+
195
203
  alias new_query query
196
204
 
197
205
  # call-seq:
@@ -1,3 +1,3 @@
1
1
  module Intermine
2
- VERSION = "0.98.05"
2
+ VERSION = "0.98.06"
3
3
  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: 413
4
+ hash: 411
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 98
9
- - 5
10
- version: 0.98.05
9
+ - 6
10
+ version: 0.98.06
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-08-02 00:00:00 +01:00
18
+ date: 2011-08-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency