Skip to content

Commit

Permalink
update gnparser to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Aug 2, 2021
1 parent 1480aa9 commit b596729
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
1 change: 1 addition & 0 deletions biodiversity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rspec', '~> 3.10'
gem.add_development_dependency 'rubocop', '~> 1.8'
gem.add_development_dependency 'solargraph', '~> 0.43'
end
Binary file modified clib/linux/libgnparser.so
Binary file not shown.
Binary file modified clib/mac/libgnparser.so
Binary file not shown.
Binary file modified clib/win/libgnparser.so
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/biodiversity/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Biodiversity module provides a namespace for scientific name parser.
module Biodiversity
VERSION = '5.3.1'
GNPARSER_VERSION = 'GNparser 1.3.0+'
VERSION = '5.3.2'
GNPARSER_VERSION = 'GNparser 1.3.2'

def self.version
VERSION
Expand Down

0 comments on commit b596729

Please sign in to comment.