Sha256: a6ec8d7b082450bd6f3c0f0aa932202fcc8a042d97201139602624aa7f7995e9

Contents?: true

Size: 785 Bytes

Versions: 1

Compression:

Stored size: 785 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "rax"
  spec.version       = Rax::VERSION
  spec.authors       = ["Charles Lowell"]
  spec.email         = ["cowboyd@thefrontside.net"]
  spec.description   = %q{Lift heavy things inside your Rackspace}
  spec.summary       = %q{CLI and API for managing Rackspace infrastructure}
  spec.homepage      = "https://github.com/cowboyd/rax"
  spec.license       = "MIT"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rax-0.0.1 rax.gemspec