add changelog to gems and documentation

This commit is contained in:
Benjamin Neff 2016-07-14 20:02:46 +02:00
parent c0e798c55e
commit d59d9603ad
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1,5 @@
--quiet
-
Changelog.md
CONTRIBUTING.md
LICENSE

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
s.files = Dir["app/**/*", "config/routes.rb", "config/initializers/*",
"lib/diaspora_federation/{engine,rails}.rb", "LICENSE", "README.md"]
"lib/diaspora_federation/{engine,rails}.rb", "LICENSE", "README.md", "Changelog.md"]
s.required_ruby_version = "~> 2.1"

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
"among the various installations of Diaspora*"
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
s.files = Dir["lib/**/*", "LICENSE", "README.md"] -
s.files = Dir["lib/**/*", "LICENSE", "README.md", "Changelog.md"] -
Dir["lib/diaspora_federation/{engine,rails,test}.rb", "lib/diaspora_federation/test/*"]
s.required_ruby_version = "~> 2.1"