Skip to content

Commit

Permalink
Added CHANGELOG.md to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gshutler committed Feb 9, 2017
1 parent fbd09de commit 4c6ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronofy.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.files = %w{Gemfile LICENSE.txt README.md Rakefile cronofy.gemspec}
spec.files = %w{CHANGELOG.md Gemfile LICENSE.txt README.md Rakefile cronofy.gemspec}
spec.files += Dir['lib/**/*.rb']
spec.files += Dir['spec/**/*.rb']
spec.test_files = Dir['spec/**/*.rb']
Expand Down

0 comments on commit 4c6ec17

Please sign in to comment.