Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated gemspec #466

Merged
merged 1 commit into from Jul 25, 2022
Merged

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Jul 25, 2022

I ran "bundle exec rake gem:gemspec" and this is what changed, except
the date (did not change the date as I think that should reflect when
releases are made).

Related to #460 and #463 that both updated the generated gemspec
directly. Includes the change from #425.

I ran "bundle exec rake gem:gemspec" and this is what changed, except
the date (did not change the date as I think that should reflect when
releases are made).

Related to sporkmonger#460 and sporkmonger#463 that both updated the generated gemspec
directly. Includes the change from sporkmonger#425.
s.require_paths = ["lib".freeze]
s.authors = ["Bob Aman".freeze]
s.date = "2021-07-03"
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 = "bob@sporkmonger.com".freeze
s.extra_rdoc_files = ["README.md".freeze]
s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "addressable.gemspec".freeze, "benchmark".freeze, "coverage".freeze, "data".freeze, "data/unicode.data".freeze, "documentation".freeze, "gemfiles".freeze, "lib".freeze, "lib/addressable".freeze, "lib/addressable.rb".freeze, "lib/addressable/idna".freeze, "lib/addressable/idna.rb".freeze, "lib/addressable/idna/native.rb".freeze, "lib/addressable/idna/pure.rb".freeze, "lib/addressable/template.rb".freeze, "lib/addressable/uri.rb".freeze, "lib/addressable/version.rb".freeze, "spec".freeze, "spec/addressable".freeze, "spec/addressable/idna_spec.rb".freeze, "spec/addressable/net_http_compat_spec.rb".freeze, "spec/addressable/security_spec.rb".freeze, "spec/addressable/template_spec.rb".freeze, "spec/addressable/uri_spec.rb".freeze, "spec/spec_helper.rb".freeze, "specdoc".freeze, "tasks".freeze, "tasks/clobber.rake".freeze, "tasks/gem.rake".freeze, "tasks/git.rake".freeze, "tasks/metrics.rake".freeze, "tasks/profile.rake".freeze, "tasks/rspec.rake".freeze, "tasks/yard.rake".freeze, "tmp".freeze]
s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "data/unicode.data".freeze, "lib/addressable".freeze, "lib/addressable.rb".freeze, "lib/addressable/idna".freeze, "lib/addressable/idna.rb".freeze, "lib/addressable/idna/native.rb".freeze, "lib/addressable/idna/pure.rb".freeze, "lib/addressable/template.rb".freeze, "lib/addressable/uri.rb".freeze, "lib/addressable/version.rb".freeze, "spec/addressable".freeze, "spec/addressable/idna_spec.rb".freeze, "spec/addressable/net_http_compat_spec.rb".freeze, "spec/addressable/security_spec.rb".freeze, "spec/addressable/template_spec.rb".freeze, "spec/addressable/uri_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/clobber.rake".freeze, "tasks/gem.rake".freeze, "tasks/git.rake".freeze, "tasks/metrics.rake".freeze, "tasks/profile.rake".freeze, "tasks/rspec.rake".freeze, "tasks/yard.rake".freeze]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change removed the following: ["addressable.gemspec", "benchmark", "coverage", "data", "documentation", "gemfiles", "lib", "spec", "specdoc", "tasks", "tmp"]

Not sure how they got there in the first place?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use of newer RubyGems makes a difference

@dentarg dentarg merged commit 183b6ea into sporkmonger:main Jul 25, 2022
@dentarg dentarg deleted the update-generated-gemspec branch July 25, 2022 12:31
@petergoldstein
Copy link
Contributor

@dentarg Once the gemspec updates are complete and any other changes are merged, would you be able to release an updated gem? Thanks.

@dentarg
Copy link
Collaborator Author

dentarg commented Jul 25, 2022

Missed this comment but I replied at #465 (comment)

dentarg added a commit to dentarg/addressable that referenced this pull request Mar 4, 2023
Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
sporkmonger#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]
dentarg added a commit to dentarg/addressable that referenced this pull request Apr 1, 2023
Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
sporkmonger#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Exclude `coverage` directory from files list as it is ignored by git.
dentarg added a commit to dentarg/addressable that referenced this pull request Apr 1, 2023
Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
sporkmonger#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Exclude `coverage` directory from files list as it is ignored by git.
dentarg added a commit to dentarg/addressable that referenced this pull request Apr 1, 2023
Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
sporkmonger#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Exclude `coverage` directory from files list as it is ignored by git.
dentarg added a commit that referenced this pull request Apr 1, 2023
Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Exclude `coverage` directory from files list as it is ignored by git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants