Sha256: 7945b5342cf079287d017dc929ec31f3050b7d73a3d654e702f049b270f735af

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

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

require 'English'
require 'straptible/version'

Gem::Specification.new do |spec|
  spec.name          = 'straptible'
  spec.version       = Straptible::VERSION
  spec.authors       = ['Frank Macreery']
  spec.email         = ['frank@macreery.com']
  spec.description   = 'A tool for bootstrapping new Aptible projects'
  spec.summary       = 'A tool for bootstrapping new Aptible projects'
  spec.homepage      = 'https://github.com/aptible/straptible'
  spec.license       = 'MIT'

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

  spec.add_dependency 'rails'
  spec.add_dependency 'bundler', '~> 1.3'

  spec.add_development_dependency 'aptible-tasks', '>= 0.2.0'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'pry'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
straptible-0.2.4 straptible.gemspec
straptible-0.2.3 straptible.gemspec