family-reunion 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/family-reunion.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "family-reunion"
|
18
|
-
gem.homepage = "http://github.com/
|
18
|
+
gem.homepage = "http://github.com/GlobalNamesArchitecture/family-reunion"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{An algorithm to merge related nodes of two taxonomic hierarchies}
|
21
21
|
gem.description = %Q{An algorithm to merge related nodes of two taxonomic hierarchies with synonym information}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/family-reunion.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{family-reunion}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dmitry Mozzherin", "David Shorthouse"]
|
@@ -56,7 +56,7 @@ Gem::Specification.new do |s|
|
|
56
56
|
"spec/taxamatch_preprocessor_spec.rb",
|
57
57
|
"spec/taxamatch_wrapper_spec.rb"
|
58
58
|
]
|
59
|
-
s.homepage = %q{http://github.com/
|
59
|
+
s.homepage = %q{http://github.com/GlobalNamesArchitecture/family-reunion}
|
60
60
|
s.licenses = ["MIT"]
|
61
61
|
s.require_paths = ["lib"]
|
62
62
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Dmitry Mozzherin
|
@@ -220,7 +220,7 @@ files:
|
|
220
220
|
- spec/taxamatch_preprocessor_spec.rb
|
221
221
|
- spec/taxamatch_wrapper_spec.rb
|
222
222
|
has_rdoc: true
|
223
|
-
homepage: http://github.com/
|
223
|
+
homepage: http://github.com/GlobalNamesArchitecture/family-reunion
|
224
224
|
licenses:
|
225
225
|
- MIT
|
226
226
|
post_install_message:
|
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
233
|
requirements:
|
234
234
|
- - ">="
|
235
235
|
- !ruby/object:Gem::Version
|
236
|
-
hash:
|
236
|
+
hash: 1186928035501677277
|
237
237
|
segments:
|
238
238
|
- 0
|
239
239
|
version: "0"
|