Skip to content

Commit

Permalink
Merge pull request #78 from orien/reduce-gem-contents
Browse files Browse the repository at this point in the history
Remove development and test files from the gem package
  • Loading branch information
rafaelfranca authored Jun 6, 2023
2 parents 351c016 + cb386ba commit c203673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rails-controller-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Extracting `assigns` and `assert_template` from ActionDispatch."
s.license = "MIT"

s.files = Dir["{lib}/**/*", "LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
s.files = Dir["{lib}/**/*", "LICENSE", "README.md"]
s.require_path = ['lib']

s.required_ruby_version = '>= 2.2.2'
Expand Down

0 comments on commit c203673

Please sign in to comment.