Skip to content

Commit

Permalink
Merge pull request #25 from valtri/license
Browse files Browse the repository at this point in the history
Include LICENSE file in the gem
  • Loading branch information
kaspth authored Aug 8, 2016
2 parents 19643ea + a87021b commit b128f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-controller-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Extracting `assigns` and `assert_template` from ActionDispatch."
s.license = "MIT"

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

Expand Down

0 comments on commit b128f8f

Please sign in to comment.