Skip to content

Commit

Permalink
Fix changelog link in sucker_punch.gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Apr 25, 2016
1 parent b91bc22 commit 1abcf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sucker_punch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.post_install_message = "Sucker Punch v2.0 introduces backwards-incompatible changes.\nPlease see https://github.com/brandonhilkert/sucker_punch/blob/master/CHANGES.md#20 for details."
gem.post_install_message = "Sucker Punch v2.0 introduces backwards-incompatible changes.\nPlease see https://github.com/brandonhilkert/sucker_punch/blob/master/CHANGES.md#200 for details."

gem.add_development_dependency "rake", "~> 10.0"
gem.add_development_dependency "minitest"
Expand Down

0 comments on commit 1abcf6c

Please sign in to comment.