Skip to content

Commit

Permalink
Version bump to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jun 18, 2013
1 parent e81fb51 commit e23630d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 1 addition & 1 deletion lib/biodiversity/parser.rb
Expand Up @@ -256,7 +256,7 @@ def self.surrogate?(parsed_data)
name = parsed_data[:verbatim]
pos = parsed_data[:positions].to_a.flatten
surrogate1 = /BOLD:|[\d]{5,}/i
surrogate2 = /(spp|sp|nr|cf)[\.]?[\s]*$/i
surrogate2 = /\b(spp|sp|nr|cf)[\.]?[\s]*$/i
is_surrogate = false

ai_index = pos.index('annotation_identification')
Expand Down

0 comments on commit e23630d

Please sign in to comment.