Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 16, 2021
1 parent edeb185 commit e76c9b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ Active Support's version also considers Unicode spaces. For example, `"\u2000\u

### Change log:

1.0.1:
- Minor, avoid warnings if redefining blank?

1.0.0:
- Adds Ruby 2.2 support ([@tjschuck](https://github.com/tjschuck)[#9](https://github.com/SamSaffron/fast_blank/pull/9))

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'bundler'
require 'bundler/gem_tasks'
Bundler.setup

require 'rake'
Expand Down
4 changes: 2 additions & 2 deletions fast_blank.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'fast_blank'
s.version = '1.0.0'
s.date = '2015-08-03'
s.version = '1.0.1'
s.date = '2021-08-17'
s.summary = 'Fast String blank? implementation'
s.description = 'Provides a C-optimized method for determining if a string is blank'

Expand Down

0 comments on commit e76c9b8

Please sign in to comment.