Skip to content

Commit

Permalink
(#1) do not package spec files into the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Nov 6, 2018
1 parent 218c48e commit ec1fe90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ and `mco` CLI
It's not possible to run the old MCollective daemon using this code or the
resulting gem.

This fork was made off version `2.12.0` of The Marionette Collective and have
diverged since then, the changes made are not compatible with legacy MCollective.

For further information please see [https://choria.io](https://choria.io/)
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec = Gem::Specification.new do |s|
s.files = FileList["{lib,bin}/**/*"].to_a
s.require_path = "lib"
s.bindir = "bin"
s.test_files = FileList["spec/**/*"].to_a
s.executables = ["mco"]
s.add_dependency "systemu", "~> 2.6", ">= 2.6.4"
s.add_dependency "json", "~> 2.1", ">= 2.1.0"
Expand Down

0 comments on commit ec1fe90

Please sign in to comment.