Sha256: f8da485a74781be12efd551af7c37482377b766f1dd800c03eff3160028a22e3
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/' require 'miasma/version' Gem::Specification.new do |s| s.name = 'miasma' s.version = Miasma::VERSION.version s.summary = 'Smoggy API' s.author = 'Chris Roberts' s.email = 'code@chrisroberts.org' s.homepage = 'https://github.com/miasma-rb/miasma' s.description = 'Smoggy API' s.license = 'Apache 2.0' s.require_path = 'lib' s.add_runtime_dependency 'http', '>= 0.8.12', '< 1.1' s.add_runtime_dependency 'multi_json' s.add_runtime_dependency 'multi_xml' s.add_runtime_dependency 'xml-simple' s.add_runtime_dependency 'bogo', '>= 0.1.30', '< 1.0' # Include provider libs that do not have outside deps s.add_runtime_dependency 'miasma-aws' s.add_runtime_dependency 'miasma-open-stack' s.add_runtime_dependency 'miasma-rackspace' # Include development dependencies for running tests s.add_development_dependency 'pry' s.files = Dir['{bin,lib}/**/*'] + %w(miasma.gemspec README.md CHANGELOG.md LICENSE) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
miasma-0.2.38 | miasma.gemspec |
miasma-0.2.36 | miasma.gemspec |