marionette.gemspec in marionette-0.0.11 vs marionette.gemspec in marionette-0.0.12

- old
+ new

@@ -8,10 +8,10 @@ s.platform = Gem::Platform::RUBY s.authors = ["Dan Lee"] s.email = ["dan@headstartapp.com"] s.homepage = "https://github.com/headstartapp/marionette" 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.description = %q{Marionette connects a 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")