Sha256: ab319dae5c70f4b551f8e74d07deeda754a9b43865215796b4a3af615458fe08

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

Gem::Specification.new do |s|
  s.name              = 'asetus'
  s.version           = '0.0.5'
  s.platform          = Gem::Platform::RUBY
  s.authors           = [ 'Saku Ytti' ]
  s.email             = %w( saku@ytti.fi )
  s.homepage          = 'http://github.com/ytti/asetus'
  s.summary           = 'configuration library'
  s.description       = 'configuration library with object access to YAML/JSON/CSON backends'
  s.rubyforge_project = s.name
  s.files             = `git ls-files`.split("\n")
  s.executables       = %w(  )
  s.require_path      = 'lib'

  s.add_dependency 'slop'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asetus-0.0.5 asetus.gemspec