Exclude rake tasks from packaging
This commit is contained in:
parent
d2771ffdf2
commit
c29ac761b3
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ Gem::Specification.new do |s|
|
|||
s.license = "AGPL-3.0"
|
||||
|
||||
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/*",
|
||||
"lib/tasks/*.rake"]
|
||||
|
||||
s.required_ruby_version = "~> 2.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue