Sha256: c9430ac7176736ab5955a6663a41ce2c64abaf37f681263df73b11ac9fe58624
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'consul_stockpile/version' Gem::Specification.new do |spec| spec.name = "consul_stockpile" spec.version = ConsulStockpile::VERSION spec.authors = ["Ryan Schlesinger"] spec.email = ["ryan@outstand.com"] spec.summary = %q{Bootstrap and backup for consul kv store} spec.homepage = "https://github.com/outstand/consul_stockpile" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'thor', '~> 0.19' spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0' spec.add_runtime_dependency 'concurrent-ruby-edge', '~> 0.2' spec.add_runtime_dependency 'excon', '~> 0.49.0' spec.add_runtime_dependency 'diplomat', '~> 0.17' spec.add_runtime_dependency 'fog-aws', '~> 0.9' spec.add_runtime_dependency 'mime-types', '~> 3.0' spec.add_runtime_dependency 'metaractor', '~> 0.5' spec.add_runtime_dependency "fog-local", "~> 0.3" spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.4" spec.add_development_dependency "fivemat", "~> 1.3" spec.add_development_dependency "aruba", "~> 0.14" spec.add_development_dependency "pry-byebug" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
consul_stockpile-0.1.5 | consul_stockpile.gemspec |