-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version, gemspec, and CHANGELOG for 2.8.4 (#505)
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# -*- encoding: utf-8 -*- | ||
# stub: addressable 2.8.3 ruby lib | ||
# stub: addressable 2.8.4 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "addressable".freeze | ||
s.version = "2.8.3" | ||
s.version = "2.8.4" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= | ||
s.metadata = { "changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md" } if s.respond_to? :metadata= | ||
s.require_paths = ["lib".freeze] | ||
s.authors = ["Bob Aman".freeze] | ||
s.date = "2023-04-04" | ||
s.date = "2023-04-09" | ||
s.description = "Addressable is an alternative implementation to the URI implementation that is\npart of Ruby's standard library. It is flexible, offers heuristic parsing, and\nadditionally provides extensive support for IRIs and URI templates.\n".freeze | ||
s.email = "[email protected]".freeze | ||
s.extra_rdoc_files = ["README.md".freeze] | ||
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s| | |
s.licenses = ["Apache-2.0".freeze] | ||
s.rdoc_options = ["--main".freeze, "README.md".freeze] | ||
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze) | ||
s.rubygems_version = "3.4.8".freeze | ||
s.rubygems_version = "3.4.10".freeze | ||
s.summary = "URI Implementation".freeze | ||
|
||
s.specification_version = 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters