Sha256: 610de9c11dfff5c6d390fdb1c2f25273c687e47d1fb33757bfd6f73cbcf87a5c

Contents?: true

Size: 1.65 KB

Versions: 7

Compression:

Stored size: 1.65 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.specification_version = 2 if s.respond_to? :specification_version=
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.rubygems_version = '1.3.5'

  ## Leave these as is they will be modified for you by the rake gemspec task.
  ## If your rubyforge_project name is different, then edit it and comment out
  ## the sub! line in the Rakefile
  s.name              = 'iniparse'
  s.version           = '1.4.4'
  s.date              = '2017-07-04'
  s.rubyforge_project = 'iniparse'

  s.summary           = 'A pure Ruby library for parsing INI documents.'
  s.authors           = ['Anthony Williams']
  s.email             = 'hi@antw.me'
  s.homepage          = 'http://github.com/antw/iniparse'
  s.licenses          = ['MIT']

  s.description       = 'A pure Ruby library for parsing INI documents. ' \
                        'Preserves the structure of the original document, ' \
                        'including whitespace and comments'

  s.require_paths     = %w(lib)

  s.rdoc_options      = ['--charset=UTF-8']
  s.extra_rdoc_files  = %w(LICENSE README.rdoc)

  # Dependencies.
  s.add_development_dependency('rspec', '~> 3.4')

  # = MANIFEST =
  s.files = %w[
    Gemfile
    LICENSE
    README.rdoc
    Rakefile
    TODO
    iniparse.gemspec
    lib/iniparse.rb
    lib/iniparse/document.rb
    lib/iniparse/generator.rb
    lib/iniparse/line_collection.rb
    lib/iniparse/lines.rb
    lib/iniparse/parser.rb
  ]
  # = MANIFEST =
end

Version data entries

7 entries across 4 versions & 3 rubygems

Version Path
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/iniparse-1.4.4/iniparse.gemspec
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/iniparse-1.4.4/iniparse.gemspec
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/iniparse-1.4.4/iniparse.gemspec
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/iniparse-1.4.4/iniparse.gemspec
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/iniparse-1.4.4/iniparse.gemspec
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/iniparse-1.4.4/iniparse.gemspec
iniparse-1.4.4 iniparse.gemspec