gn_crossmap 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30c84b5910edf24b6b67fc45c1f80be36b29a183
4
- data.tar.gz: d7481bc663e1b4edd225c83f711a84092fb9d602
3
+ metadata.gz: 216f6c9075440bcd561f162c87444ff276062423
4
+ data.tar.gz: 4a615a04bc5fcc97530edddf62e62c66fee97761
5
5
  SHA512:
6
- metadata.gz: 5754ec3e9d65a69cf8fcf83aaeaa2c24fd4b565917ba37b860a0468e5f9e46ba1e6dcd37dbdb28935313469f704aa84b6faab79584a238b1e17d2e6284b23ac5
7
- data.tar.gz: 11ba4423f9c31529f5f1d17ad25609ccfae8d7d6694efea0bcf30137e65e661334a89e30f9259dfd9934676f9bfa76ec59d4ffee07f0d79afffdb9a5bcc67abd
6
+ metadata.gz: c9284eefdad5f12f171eecc67dce4c3b6684a0a2e6b52a8ec0eac01afe03ee862625dabd32f4f3985381fe9ede398a6ceb8ade60a4752d5ea15bd89b9e96afb8
7
+ data.tar.gz: 0dd26bd181ee96669f2fa52714ea358a4b92fb0df6123daf3c5c3ac139cb032481be2c47333ee31f76c8bfe147bd81aa474b76da365c026834a159efcc82a0cb
@@ -1,6 +1,11 @@
1
1
  gn_crossmap CHANGELOG
2
2
  =====================
3
3
 
4
+ 0.1.6
5
+ -----
6
+
7
+ * @dimus - #8 - catching "No Method Found" exception at inferring rank
8
+
4
9
  0.1.5
5
10
  -----
6
11
 
@@ -8,13 +13,13 @@ gn_crossmap CHANGELOG
8
13
 
9
14
  * @dimus - #3 - If ingest has more than 10K rows -- user will see logging events
10
15
 
11
- * @dimus - #4 Bug - Error messages if headers are missing necessary fields
16
+ * @dimus - #4 Bug - Add error messages if headers don't have necessary fields
12
17
 
13
- * @dimus - #2 - Header fields are now allowed trailing spaces
18
+ * @dimus - #2 - Header fields are now allowed to have trailing spaces
14
19
 
15
20
  * @dimus - #7 Bug - Empty rank does not break crossmapping anymore
16
21
 
17
- * @dimus - #1 Bug - add missing rest-client gem
22
+ * @dimus - #1 Bug - Add missing rest-client gem
18
23
 
19
24
  0.1.4
20
25
  -----
@@ -35,5 +35,4 @@ Gem::Specification.new do |gem|
35
35
  gem.add_development_dependency "rspec", "~> 3.2"
36
36
  gem.add_development_dependency "rubocop", "~> 0.31"
37
37
  gem.add_development_dependency "coveralls", "~> 0.8"
38
- gem.add_development_dependency "byebug"
39
38
  end
@@ -32,6 +32,8 @@ module GnCrossmap
32
32
  rescue RuntimeError
33
33
  @parser = ScientificNameParser.new
34
34
  nil
35
+ rescue NoMethodError
36
+ nil
35
37
  end
36
38
 
37
39
  def infer_rank(words_in_canonical_form)
@@ -1,6 +1,6 @@
1
1
  # Namespace module for crossmapping checklists to GN sources
2
2
  module GnCrossmap
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
 
5
5
  def self.version
6
6
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gn_crossmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Mozzherin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-28 00:00:00.000000000 Z
11
+ date: 2015-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop
@@ -136,20 +136,6 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0.8'
139
- - !ruby/object:Gem::Dependency
140
- name: byebug
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- version: '0'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: '0'
153
139
  description: Gem uses a checklist in a comma-separated format as an input, and returns
154
140
  back a new comma-separated list crossmapping the scientific names to one of the
155
141
  data sources from http://resolver.globalnames.org