aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-12-31 13:49:39 -0500
committerGitHub <noreply@github.com>2018-12-31 13:49:39 -0500
commit7bc307acf842b29c3569d2c63eaa3b02efe2ac22 (patch)
tree265187eaffc52384978bc33da11d615e5e397d59 /actionmailbox
parent472a0d7e403f6e246a1fc6af485ca3e6bd9c8de1 (diff)
parentcea3d6d1dbb29202f11a5c3c4e1d12737a568384 (diff)
downloadrails-7bc307acf842b29c3569d2c63eaa3b02efe2ac22.tar.gz
rails-7bc307acf842b29c3569d2c63eaa3b02efe2ac22.tar.bz2
rails-7bc307acf842b29c3569d2c63eaa3b02efe2ac22.zip
Merge pull request #34833 from bogdanvlviv/add-changelog-file-to-actionmailbox-specification
Add CHANGELOG.md to actionmailbox gem specification
Diffstat (limited to 'actionmailbox')
-rw-r--r--actionmailbox/actionmailbox.gemspec2
1 files changed, 1 insertions, 1 deletions
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 = {