Sha256: 9fca41cc57df9aab32983bb519e0a148c83c8bd37a0fe315ef1c82b9d82579c2

Contents?: true

Size: 942 Bytes

Versions: 7

Compression:

Stored size: 942 Bytes

Contents

# vim: set filetype=ruby et sw=2 ts=2:

require 'gem_hadar'

GemHadar do
  name        'complex_config'
  author      'Florian Frank'
  email       'flori@ping.de'
  homepage    "https://github.com/flori/#{name}"
  summary     'configuration library'
  description 'This library allows you to access configuration files via a simple interface'
  executables 'complex_config'
  test_dir    'spec'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
    '.AppleDouble', '.DS_Store', '.byebug_history', 'errors.lst', 'tags'

  readme      'README.md'
  title       "#{name.camelize} -- configuration library"
  licenses    << 'Apache-2.0'

  dependency             'json'
  dependency             'tins'
  dependency             'mize', '~> 0.3', '>= 0.3.4'
  development_dependency 'rake'
  development_dependency 'simplecov'
  development_dependency 'rspec'
  development_dependency 'monetize'
end

task :default => :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
complex_config-0.19.2 Rakefile
complex_config-0.19.1 Rakefile
complex_config-0.19.0 Rakefile
complex_config-0.18.2 Rakefile
complex_config-0.18.1 Rakefile
complex_config-0.18.0 Rakefile
complex_config-0.17.1 Rakefile