File: asetus.gemspec

package info (click to toggle)
ruby-asetus 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ruby: 248; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name              = 'asetus'
  s.version           = '0.3.0'
  s.licenses          = ['Apache-2.0']
  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/TOML backends'
  s.rubyforge_project = s.name
  s.files             = `git ls-files`.split("\n")
  s.executables       = %w(  )
  s.require_path      = 'lib'
end