Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions api_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop', '~> 1.50'
s.add_development_dependency 'typhoeus', '~> 1.4'

s.files = `git ls-files`.split("\n")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@yuri-zubov yuri-zubov Mar 6, 2026

Choose a reason for hiding this comment

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

api_auth.gemspec is not necessary
Added VERSION

Copy link
Contributor Author

@yuri-zubov yuri-zubov Mar 6, 2026

Choose a reason for hiding this comment

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

@fwininger
The same MR in the popular gem friendly_id

https://github.com/rgrove/sanitize/pull/248/changes
No one adds gemspec

s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.files = `git ls-files lib`.split($/) + ["LICENSE.txt", "CHANGELOG.md", "README.md"]
s.require_paths = ['lib']
end