Sha256: a19cb1746f02c9241f5d32a7fb663e1a331c93020859ac62e9309383568e66b3

Contents?: true

Size: 1.06 KB

Versions: 24

Compression:

Stored size: 1.06 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "prun-ops"
  spec.version       = PrunOps::VERSION
  spec.authors       = ["Juan Lebrijo"]
  spec.email         = ["juan@lebrijo.com"]
  spec.summary       = %q{Encapsulates Deployment and Manteinance Operations commands needed for a Rails Application.}
  spec.description   = %q{Encapsulates Operations commands for Rails Applications: Deploy, Diagnose, Monitoring, Version Releasing and Backup.}
  spec.homepage      = "http://github.com/jlebrijo/prun-ops"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", "~> 10.0"

  spec.add_runtime_dependency "capistrano-rails"
  spec.add_runtime_dependency "thin"
  spec.add_runtime_dependency "newrelic_rpm"
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
prun-ops-0.1.10 prun-ops.gemspec
prun-ops-0.1.9 prun-ops.gemspec
prun-ops-0.1.8 prun-ops.gemspec
prun-ops-0.1.7 prun-ops.gemspec
prun-ops-0.1.6 prun-ops.gemspec
prun-ops-0.1.5 prun-ops.gemspec
prun-ops-0.1.4 prun-ops.gemspec
prun-ops-0.1.3 prun-ops.gemspec
prun-ops-0.1.2 prun-ops.gemspec
prun-ops-0.1.1 prun-ops.gemspec
prun-ops-0.1.0 prun-ops.gemspec
prun-ops-0.0.22 prun-ops.gemspec
prun-ops-0.0.21 prun-ops.gemspec
prun-ops-0.0.20 prun-ops.gemspec
prun-ops-0.0.19 prun-ops.gemspec
prun-ops-0.0.18 prun-ops.gemspec
prun-ops-0.0.17 prun-ops.gemspec
prun-ops-0.0.16 prun-ops.gemspec
prun-ops-0.0.15 prun-ops.gemspec
prun-ops-0.0.14 prun-ops.gemspec