Skip to content

Commit

Permalink
Release 1.4.7 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 19, 2021
1 parent 55da827 commit bd7cf62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ Gem::Specification.new do |spec|

spec.require_paths = %w[lib]
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(bin|test|spec|features)/})
end
spec.files = Dir['lib/**/*', 'LICENSE', 'README.md', 'CHANGELOG.md', 'CODE_OF_CONDUCT.md']
spec.test_files = Dir['spec/**/*']
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

spec.add_development_dependency 'addressable', '~> 2.3'
spec.add_development_dependency 'backports', '~> 3.11'
Expand Down

0 comments on commit bd7cf62

Please sign in to comment.