Sha256: 43fd64f295c76b6170070e9a2b99ed849b79892b02a69163d28319b4b926a9fc
Contents?: true
Size: 866 Bytes
Versions: 3
Compression:
Stored size: 866 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" s.add_dependency "json", ">= 1.4.4", "<= 1.5.2" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
soloist-0.9.3 | soloist.gemspec |
soloist-0.9.2 | soloist.gemspec |
soloist-0.9.1 | soloist.gemspec |