Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Jun 26, 2015
1 parent 2f15699 commit e174c6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
aho_corasick_matcher (1.0.0)
aho_corasick_matcher (1.0.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ increases only linearly.
It's quite memory-intensive, and building a matcher is expensive – but once it's
been built, matching terms is very fast.

**Current version:** 1.0.0
**Supported Ruby versions:** 1.9.2, 1.9.3, 2.0, 2.1, 2.2, jruby-1.7, rbx-2.2, rbx-2.4
**Current version:** 1.0.1
**Supported Ruby versions:** 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2, jruby-1.7, rbx-2.5

## Usage

Expand Down
2 changes: 1 addition & 1 deletion aho_corasick_matcher.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'aho_corasick_matcher'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A library to search text for occurrences of a list of strings'
s.description = <<-EOF
Uses the fast Aho-Corasick text search system to find occurrences of any of
Expand Down

0 comments on commit e174c6d

Please sign in to comment.