Sha256: a03ba1a48fea18a1f88b7ac1f7c8860abca367f07a90ac871f41e56ee4b9a277

Contents?: true

Size: 1.16 KB

Versions: 7

Compression:

Stored size: 1.16 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'freighthop'
  spec.version       = Freighthop::VERSION
  spec.authors       = ['Paul Hinze']
  spec.email         = ['paul.t.hinze@gmail.com']
  spec.description   = %q{Vagrant on Rails: quickly spin up a Vagrant VM to serve your rack-compatible app.}
  spec.summary       = %q{Vagrant on Rails: quickly spin up a Vagrant VM to serve your rack-compatible app.}
  spec.homepage      = 'https://github.com/phinze/freighthop'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/) + Dir.glob('modules/**/*')
  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']

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'guard-shell'

  spec.add_development_dependency 'puppet'
  spec.add_development_dependency 'librarian-puppet'
  spec.add_development_dependency 'json'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freighthop-0.2.1 freighthop.gemspec
freighthop-0.2.0 freighthop.gemspec
freighthop-0.1.0 freighthop.gemspec
freighthop-0.0.6 freighthop.gemspec
freighthop-0.0.5 freighthop.gemspec
freighthop-0.0.4 freighthop.gemspec
freighthop-0.0.3 freighthop.gemspec