Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 8, 2025
1 parent 307a82c commit 664e8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rack-utf8_sanitizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

Gem::Specification.new do |gem|
gem.name = "rack-utf8_sanitizer"
gem.version = '1.9.1'
gem.authors = ["whitequark"]
gem.version = '1.10.0'
gem.authors = ["Catherine"]
gem.license = "MIT"
gem.email = ["[email protected]"]
gem.description = "Rack::UTF8Sanitizer is a Rack middleware which cleans up " \
"invalid UTF8 characters in request URI and headers."
gem.summary = gem.description
gem.homepage = "http://github.com/whitequark/rack-utf8_sanitizer"
gem.homepage = "https://github.com/whitequark/rack-utf8_sanitizer"

gem.files = `git ls-files`.split($/)
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 664e8ab

Please sign in to comment.