Sha256: 59f181a106da4e47dc2ceaf5c312ff127a819df6cfca7f2a462db33f6c4f12ba

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'dotcfg'
  s.summary = 'simple filesystem de/serialization for app configs'
  s.author = 'Rick Hull'
  s.homepage = 'https://github.com/rickhull/dotcfg'
  s.license = 'MIT'
  s.description = 'JSON and YAML config serialization and persistence'

  s.required_ruby_version = '>= 2'
  s.add_runtime_dependency 'json', '~> 2.5'
  s.add_runtime_dependency 'yaml', '~> 0.1'
  s.add_development_dependency 'buildar', '~> 2'

  s.version  = File.read(File.join(__dir__, 'VERSION')).chomp

  s.files = %w[
    dotcfg.gemspec
    VERSION
    README.md
    Rakefile
    lib/dotcfg.rb
    test/dotcfg.rb
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dotcfg-1.0.1.1 dotcfg.gemspec