Sha256: 8dd92c1a274c492a06701425f08c5f9586add4975fd9d1e5adc221b61b351db3
Contents?: true
Size: 981 Bytes
Versions: 1
Compression:
Stored size: 981 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/lib/config_file/version') Gem::Specification.new do |spec| spec.name = "config-file" spec.summary = %q{Simple library for reading configuration from different sources.} spec.description = %q{Description: Simple library for reading configuration from different sources.} spec.email = "alexander.shvets@gmail.com" spec.authors = ["Alexander Shvets"] spec.homepage = "http://github.com/shvets/config_file" spec.files = `git ls-files`.split($\) spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.version = ConfigFile::VERSION spec.license = "MIT" spec.add_runtime_dependency "meta_methods", [">= 0"] spec.add_runtime_dependency "json", [">= 0"] spec.add_development_dependency "gemspec_deps_gen", [">= 0"] spec.add_development_dependency "gemcutter", [">= 0"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
config-file-1.0.1 | config-file.gemspec |