diff options
author | elijah <elijah@riseup.net> | 2013-04-01 00:04:54 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-04-01 00:04:54 -0700 |
commit | b9a20186350a0315ee7159f2df2b55a47e9f90a4 (patch) | |
tree | 845b08feaa723a00d6dc7da26be68471fc4c7e1e /vendor/supply_drop/supply_drop.gemspec | |
parent | c3f78c9df38f6e4dec94737863dcfcc1f4e60e96 (diff) |
remove supply_drop, add support for puppet_command.
Diffstat (limited to 'vendor/supply_drop/supply_drop.gemspec')
-rw-r--r-- | vendor/supply_drop/supply_drop.gemspec | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/supply_drop/supply_drop.gemspec b/vendor/supply_drop/supply_drop.gemspec deleted file mode 100644 index 34c7e34..0000000 --- a/vendor/supply_drop/supply_drop.gemspec +++ /dev/null @@ -1,13 +0,0 @@ -require 'rake' - -Gem::Specification.new do |s| - s.name = "supply_drop" - s.summary = "Masterless puppet with capistrano" - s.description = "See http://github.com/pitluga/supply_drop" - s.version = "0.12.0" - s.authors = ["Tony Pitluga", "Paul Hinze"] - s.email = ["tony.pitluga@gmail.com", "paul.t.hinze@gmail.com"] - s.homepage = "http://github.com/pitluga/supply_drop" - s.files = FileList["README.md", "Rakefile", "lib/**/*.rb"] - s.add_dependency('capistrano', '>= 2.5.21') -end |