Sha256: b5a13d41c7d0294f367eff33b29898130e78791261d38cbd65451ba24bc3c8e7
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "marionette/version" Gem::Specification.new do |s| s.name = "marionette" s.version = HeadStartApp::Marionette::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Dan Lee"] s.email = ["dan@headstartapp.com"] s.homepage = "http://headstartapp.com" s.summary = %q{0MQ connection between puppet and master.} s.description = %q{Marionette connects a headstartapp server instance (puppet node) to its master and executes puppet runs on demand. Marionette uses fast and lightweight 0MQ <http://zeromq.org> messaging system.} s.rubyforge_project = "marionette" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables << 'marionette' s.executables << 'marionette-setup' s.add_dependency('bundler') s.add_dependency('facter') s.add_dependency('zmq') s.add_dependency('ffi') s.add_dependency('ffi-rzmq') s.add_dependency('daemons') s.require_paths = ["lib"] s.bindir = "bin" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
marionette-0.0.7 | marionette.gemspec |
marionette-0.0.6 | marionette.gemspec |
marionette-0.0.5 | marionette.gemspec |
marionette-0.0.4 | marionette.gemspec |