Skip to content

Commit a2ce80b

Browse files
committed
Bump version to 3.1.1 for perf improvements
1 parent 3432470 commit a2ce80b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or install it yourself as:
3535

3636
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
3737

38-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
38+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `csv-safe.gemspec`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
3939

4040
## License
4141

csv-safe.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'csv-safe'
44

55
Gem::Specification.new do |spec|
66
spec.name = 'csv-safe'
7-
spec.version = '3.1.0'
7+
spec.version = '3.1.1'
88
spec.authors = ['Alex Zvorygin']
99
spec.email = ['grafetu@gmail.com']
1010

0 commit comments

Comments
 (0)