Skip to content

Commit

Permalink
Add license to files included in the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 26, 2017
1 parent 68439e0 commit 06ef6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 8.0.1 (2017-01-26)

* Under the hood improvements to the form helper
* Include license in the gem

## 8.0.0 (2017-01-22)

Expand Down
2 changes: 1 addition & 1 deletion client_side_validations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.platform = Gem::Platform::RUBY

spec.files = `git ls-files -z -- {CHANGELOG.md,README.md,lib,vendor}`.split("\x0")
spec.files = `git ls-files -z -- {CHANGELOG.md,LICENSE.md,README.md,lib,vendor}`.split("\x0")
spec.require_paths = ['lib']

spec.add_dependency 'rails', '~> 5.0.0', '>= 5.0.0.1'
Expand Down

0 comments on commit 06ef6c9

Please sign in to comment.