Sha256: 75c602ff65e3433cb440c21211be39f7b60baec51d99ed2003589c0d94be7ba9

Contents?: true

Size: 940 Bytes

Versions: 3

Compression:

Stored size: 940 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "lambom/version"

Gem::Specification.new do |s|
  s.name        = 'lambom'
  s.version     = Lambom::VERSION
  s.date        = '2013-12-17'
  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

3 entries across 3 versions & 1 rubygems

Version Path
lambom-0.3.0 lambom.gemspec
lambom-0.2.2 lambom.gemspec
lambom-0.2.1 lambom.gemspec