Sha256: 208dc3d444a9e5eca5054992842b8aa1c2335f858372aed98985e28fd542f961
Contents?: true
Size: 816 Bytes
Versions: 4
Compression:
Stored size: 816 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "soloist/version" Gem::Specification.new do |s| s.name = "soloist" s.version = Soloist::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Matthew Kocher"] s.email = ["kocher@gmail.com"] s.homepage = "http://github.com/mkocher/soloist" s.summary = %q{Soloist is a simple way of running chef-solo} s.description = %q{Soloist is an easy way of running chef solo, but it's not doing much.} s.rubyforge_project = "soloist" 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.require_paths = ["lib"] s.add_dependency "chef" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
soloist-0.9.7 | soloist.gemspec |
soloist-0.9.6 | soloist.gemspec |
soloist-0.9.5 | soloist.gemspec |
soloist-0.9.4 | soloist.gemspec |