Sha256: c1eb962bf41561cce3211a66eeba42c6aa626e01397404e20b7ebb626943425b
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/' require 'sfn/version' Gem::Specification.new do |s| s.name = 'sfn' s.version = Sfn::VERSION.version s.summary = 'SparkleFormation CLI' s.author = 'Chris Roberts' s.email = 'code@chrisroberts.org' s.homepage = 'http://github.com/sparkleformation/sfn' s.description = 'SparkleFormation CLI' s.license = 'Apache-2.0' s.require_path = 'lib' s.add_runtime_dependency 'bogo-cli', '>= 0.2.5', '< 0.4' s.add_runtime_dependency 'bogo-ui', '>= 0.1.13', '< 0.4' s.add_runtime_dependency 'miasma', '>= 0.3.0', '< 0.4' s.add_runtime_dependency 'miasma-aws', '>= 0.3.3', '< 0.4' s.add_runtime_dependency 'miasma-azure', '>= 0.1.0', '< 0.3' s.add_runtime_dependency 'miasma-open-stack', '>= 0.1.0', '< 0.3' s.add_runtime_dependency 'miasma-rackspace', '>= 0.1.0', '< 0.3' s.add_runtime_dependency 'miasma-google', '>= 0.1.0', '< 0.3' s.add_runtime_dependency 'net-ssh' s.add_runtime_dependency 'sparkle_formation', '>= 3', '< 4' s.add_runtime_dependency 'hashdiff', '~> 0.2.2' s.add_runtime_dependency 'graph', '~> 2.8.1' s.add_development_dependency 'rake', '~> 10' s.add_development_dependency 'minitest' s.add_development_dependency 'mocha' s.executables << 'sfn' s.files = Dir['{lib,bin,docs}/**/*'] + %w(sfn.gemspec README.md CHANGELOG.md LICENSE) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sfn-3.0.4 | sfn.gemspec |
sfn-3.0.2 | sfn.gemspec |
sfn-3.0.0 | sfn.gemspec |