Sha256: 2f593d604d053fb7a07d1b21aa23ba149becbd0fdbbb611c7f37aa426aafbf05

Contents?: true

Size: 991 Bytes

Versions: 4

Compression:

Stored size: 991 Bytes

Contents

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

require 'localdev.rb'

Gem::Specification.new do |s|
  s.name        = "localdev"
  s.version     = Localdev::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Mark Jaquith"]
  s.email       = ["mark@jaquith.me"]
  s.homepage    = "http://github.com/markjaquith/Localdev"
  s.summary     = %q{Add locally hosted domains to your hosts file, and disable/enable their use}
  s.description = %q{Localdev manages part of your hosts file and lets you specify domains to host locally. You can quickly enable or disable local hosting of those domains.}
  s.has_rdoc = false

  # s.required_rubygems_version = ">= 1.3.6"
  # s.rubyforge_project         = "localdev"

  s.files              = `git ls-files`.split("\n")
  # s.test_files         = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables        = %w(localdev)
  s.require_paths      = ["lib"]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
localdev-0.4.0 localdev.gemspec
localdev-0.3.2 localdev.gemspec
localdev-0.3.1 localdev.gemspec
localdev-0.3.0 localdev.gemspec