intermine 0.98.01 → 0.98.02
Sign up to get free protection for your applications and to get access to all the features.
- data/contact_header.rdoc +10 -0
- data/lib/intermine/version.rb +1 -1
- metadata +4 -3
data/contact_header.rdoc
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
#
|
2
|
+
# [author] Alex Kalderimis dev@intermine.org
|
3
|
+
# [homepage] http://www.intermine.org
|
4
|
+
# [Licence] Copyright (C) 2002-2011 FlyMine
|
5
|
+
#
|
6
|
+
# This code may be freely distributed and modified under the
|
7
|
+
# terms of the GNU Lesser General Public Licence. This should
|
8
|
+
# be distributed with the code. See the LICENSE file for more
|
9
|
+
# information or http://www.gnu.org/copyleft/lesser.html.
|
10
|
+
#
|
data/lib/intermine/version.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: 403
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 98
|
9
|
-
-
|
10
|
-
version: 0.98.
|
9
|
+
- 2
|
10
|
+
version: 0.98.02
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Kalderimis
|
@@ -150,6 +150,7 @@ files:
|
|
150
150
|
- Rakefile
|
151
151
|
- README.rdoc
|
152
152
|
- Gemfile
|
153
|
+
- contact_header.rdoc
|
153
154
|
has_rdoc: true
|
154
155
|
homepage: http://www.intermine.org
|
155
156
|
licenses:
|