From cea3d6d1dbb29202f11a5c3c4e1d12737a568384 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Mon, 31 Dec 2018 19:38:13 +0200 Subject: Add CHANGELOG.md to actionmailbox gem specification --- actionmailbox/actionmailbox.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailbox') diff --git a/actionmailbox/actionmailbox.gemspec b/actionmailbox/actionmailbox.gemspec index 5e6ee72ff8..c38857f6d7 100644 --- a/actionmailbox/actionmailbox.gemspec +++ b/actionmailbox/actionmailbox.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.email = ["david@loudthinking.com", "george@basecamp.com"] s.homepage = "https://rubyonrails.org" - s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*", "db/**/*"] + s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*", "db/**/*"] s.require_path = "lib" s.metadata = { -- cgit v1.2.3