dimus-biodiversity 0.5.13 → 0.5.14

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.13
1
+ 0.5.14
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{biodiversity}
8
- s.version = "0.5.13"
8
+ s.version = "0.5.14"
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"]
@@ -44,11 +44,11 @@ class ScientificNameParser
44
44
  end
45
45
 
46
46
  def @parsed.pos_json
47
- JSON.generate self.pos rescue ''
47
+ self.pos.to_json rescue ''
48
48
  end
49
49
 
50
50
  def @parsed.all_json
51
- JSON.generate self.all
51
+ self.all.to_json rescue ''
52
52
  end
53
53
 
54
54
  @parsed.all
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dimus-biodiversity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Mozzherin