Skip to content

Commit

Permalink
Merge pull request #496 from envato/reduce-gem-size
Browse files Browse the repository at this point in the history
Reduce gem package size
  • Loading branch information
luke-hill authored Mar 30, 2021
2 parents 6c21438 + 4760269 commit 4e6703b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cucumber-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'rake/file_list'
$LOAD_PATH.unshift File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
Expand Down Expand Up @@ -47,7 +46,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4.0'
s.rubygems_version = '>= 1.6.1'
s.files = Rake::FileList['**/*'].exclude(*File.read('.gitignore').split)
s.test_files = Dir['{spec,features}/**/*']
s.require_path = 'lib'
s.files = Dir['lib/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md', 'LICENSE', 'README.md']
end

0 comments on commit 4e6703b

Please sign in to comment.