Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpo committed Sep 19, 2011
1 parent c7604d1 commit a01d706
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions haproxy_dumb.gemspec
@@ -0,0 +1,54 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "haproxy_dumb"
s.version = "0.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian P O'Rourke"]
s.date = "2011-09-19"
s.description = "quite a dumb wrapper for haproxy"
s.email = "bpo@somnambulance.net"
s.extensions = ["ext/haproxy/extconf.rb"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"ext/haproxy/extconf.rb",
"lib/haproxy_dumb.rb",
"test/helper.rb",
"test/test_haproxy_dumb.rb"
]
s.homepage = "http://github.com/bpo/haproxy_dumb"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "a dumb wrapper for haproxy"

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
else
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
end
else
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
end
end

0 comments on commit a01d706

Please sign in to comment.