Sha256: 5d3a420f8558cb2500a0f1172e0e6fc66d4b903d08fb15c674ba6e1fa023b66f

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/hashconfig/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Philipp Böhm"]
  gem.email         = ["philipp@i77i.de"]
  gem.description   = %q{Simple configuration mechanism through serialized hash}
  gem.summary       = %q{Simple configuration mechanism through serialized hash}
  gem.homepage      = "http://github.com/pboehm/hashconfig"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "hashconfig"
  gem.require_paths = ["lib"]
  gem.version       = Hashconfig::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hashconfig-0.0.1 hashconfig.gemspec