Sha256: 54a53e6631666ed3d67e3c2bdf6753f4852468b1da36d5fbb1ddbb8b0fd61a75

Contents?: true

Size: 1.4 KB

Versions: 11

Compression:

Stored size: 1.4 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "landrush"
  spec.version       = Landrush::VERSION
  spec.authors       = ["Paul Hinze"]
  spec.email         = ["paul.t.hinze@gmail.com"]
  spec.description   = <<-DESCRIP.gsub(/^    /, '')
    Even a Vagrant needs a place to settle down once in a while.

    This Vagrant plugin spins up a lightweight DNS server and makes it visible
    to your guests and your host, so that you can easily access all your
    machines without having to fiddle with IP addresses.

    DNS records are automatically added and removed as machines are brought up
    and down, and you can configure static entries to be returned from the
    server as well. See the README for more documentation.
  DESCRIP
  spec.summary       = %q{a vagrant plugin providing consistent DNS visible on host and guests}
  spec.homepage      = "https://github.com/phinze/landrush"
  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"]

  spec.add_dependency "rubydns"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
landrush-0.10.0 landrush.gemspec
landrush-0.9.0 landrush.gemspec
landrush-0.8.0 landrush.gemspec
landrush-0.7.1 landrush.gemspec
landrush-0.7.0 landrush.gemspec
landrush-0.6.0 landrush.gemspec
landrush-0.5.0 landrush.gemspec
landrush-0.4.1 landrush.gemspec
landrush-0.4.0 landrush.gemspec
landrush-0.3.1 landrush.gemspec
landrush-0.3.0 landrush.gemspec