Sha256: ac442d8525289aec0dfc04fa9ebae329fa32f94cc129abf98da56d8b9ed46b92

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'ops_preflight/version'

Gem::Specification.new do |gem|
  gem.name          = "ops_preflight"
  gem.version       = OpsPreflight::VERSION
  gem.authors       = ["Ryan Schlesinger"]
  gem.email         = ["ryan@instanceinc.com"]
  gem.description   = %q{Preflight and deploy applications}
  gem.summary       = %q{Preflight by packaging the bundle, precompiled assets, or anything else needed to deploy an application.}
  gem.homepage      = "https://github.com/aceofsales/ops_preflight"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency('thor', '~> 0.18.1')
  gem.add_runtime_dependency('fog', '~> 1.10')
  gem.add_runtime_dependency('mina', '~> 0.3.0')
  gem.add_runtime_dependency('aws-sdk', '~> 1.33')
  gem.add_runtime_dependency('multi_json', '~> 1.0')
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ops_preflight-1.1.2 ops_preflight.gemspec
ops_preflight-1.1.1 ops_preflight.gemspec
ops_preflight-1.1.0 ops_preflight.gemspec
ops_preflight-1.0.0.pre2 ops_preflight.gemspec
ops_preflight-1.0.0.pre1 ops_preflight.gemspec