Sha256: 3359b67c45bb23b67fe7fbb0829df1b58ded5180dc6b9bfdf7385b43b7fb220c
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 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 synch' b.gemspec.files = %w{rakefile.rb lib/dotcfg.rb} end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dotcfg-0.1.0.1 | rakefile.rb |
dotcfg-0.0.1.12 | rakefile.rb |