add changelog to gems and documentation
This commit is contained in:
parent
c0e798c55e
commit
d59d9603ad
3 changed files with 6 additions and 2 deletions
|
|
@ -1 +1,5 @@
|
||||||
--quiet
|
--quiet
|
||||||
|
-
|
||||||
|
Changelog.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
LICENSE
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
||||||
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
|
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
|
||||||
|
|
||||||
s.files = Dir["app/**/*", "config/routes.rb", "config/initializers/*",
|
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"
|
s.required_ruby_version = "~> 2.1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
||||||
"among the various installations of Diaspora*"
|
"among the various installations of Diaspora*"
|
||||||
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
|
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/*"]
|
Dir["lib/diaspora_federation/{engine,rails,test}.rb", "lib/diaspora_federation/test/*"]
|
||||||
|
|
||||||
s.required_ruby_version = "~> 2.1"
|
s.required_ruby_version = "~> 2.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue