Sha256: 6e2da2372a22b9b28a2a3fee9222ead1268e5192fad711ad9b5540a9f14f3467

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

require 'buildar'
require 'rake/testtask'

Buildar.new do |b|
  b.use_git = true
  b.version_file = 'VERSION'
  b.gemspec.name = 'dotcfg'
  b.gemspec.summary = 'simple filesystem de/serialization for app configs'
  b.gemspec.homepage = 'https://github.com/rickhull/dotcfg'
  b.gemspec.author = 'Rick Hull'
  b.gemspec.license = 'MIT'
  b.gemspec.description = 'JSON and YAML config serialization and persistence'
  b.gemspec.files = %w{rakefile.rb lib/dotcfg.rb}
  b.gemspec.add_runtime_dependency 'json', '~> 1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dotcfg-0.2.0.1 rakefile.rb
dotcfg-0.1.0.2 rakefile.rb