Sha256: 54d308b89c15602a27d6cd08c8830126a56738f0d26da9d2d97033517dfc3735
Contents?: true
Size: 762 Bytes
Versions: 1
Compression:
Stored size: 762 Bytes
Contents
require File.expand_path('../lib/elasticonf/version', __FILE__) Gem::Specification.new do |s| s.name = 'elasticonf' s.summary = 'Powerfull and flexible application config solution worked in any ruby program' s.description = s.summary s.version = ElastiConf::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Sergey Rezvanov'] s.email = ['sergey@rezvanov.info'] s.homepage = 'https://github.com/rezwyi/elasticonf' s.licenses = ['MIT'] s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.required_ruby_version = '>= 1.9' s.add_dependency 'hashie', '~> 3.1' s.add_development_dependency 'rake', '~> 10.3' s.add_development_dependency 'rspec', '~> 2.14' s.add_development_dependency 'yard', '~> 0.8' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elasticonf-1.1.0 | elasticonf.gemspec |