File: parseconfig.gemspec

package info (click to toggle)
ruby-parseconfig 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: ruby: 140; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
# stub: parseconfig 1.1.2 ruby lib

Gem::Specification.new do |s|
  s.name = "parseconfig".freeze
  s.version = "1.1.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["BJ Dierkes".freeze, "Dmitry Shagin".freeze]
  s.date = "2021-09-30"
  s.description = "ParseConfig provides simple parsing of standardconfiguration files in the form of 'param = value'. It also supports nested [group] sections.".freeze
  s.email = "team@datafolklabs.com".freeze
  s.files = ["Changelog".freeze, "LICENSE".freeze, "README.md".freeze, "lib/parseconfig.rb".freeze, "lib/version.rb".freeze]
  s.homepage = "http://github.com/datafolklabs/ruby-parseconfig/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "2.7.6.2".freeze
  s.summary = "Config File Parser for Standard Unix/Linux Type Config Files".freeze
end