Sha256: 23695f5f8dcdc92c76f021710954809f300ce5171b1c812ccc77e5a9a871cc74
Contents?: true
Size: 781 Bytes
Versions: 1
Compression:
Stored size: 781 Bytes
Contents
Gem::Specification.new do |s| s.name = 'lambom' s.version = '0.1.2' s.date = '2013-12-16' s.summary = "Tool to apply riyic configurations" s.description = "Riyic is a server configuration service based on chef (http://riyic.com). The lambom gem is a tool to apply, through chef-solo, your riyic configurations in your server" s.authors = ["J. Gomez"] s.email = 'alambike@gmail.com' s.require_paths = ["lib"] s.executables << 'lambom' s.files = `git ls-files`.split($/) s.license = 'Apache-2.0' s.add_runtime_dependency "oj","~> 2.0" s.add_runtime_dependency "mixlib-authentication","~> 1.3" s.add_runtime_dependency "mixlib-shellout","~> 1.3" s.homepage = 'https://github.com/RIYIC/lambom' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lambom-0.1.2 | lambom.gemspec |