Skip to content

Commit

Permalink
Regenerate gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 2, 2009
1 parent ce787ba commit 28c86ff
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions passenger_debugger.gemspec
@@ -1,29 +1,44 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{passenger_debugger}
s.version = "0.1.1"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christopher Redinger"]
s.date = %q{2009-02-17}
s.description = %q{TODO}
s.date = %q{2009-12-01}
s.email = %q{redinger@gmail.com}
s.files = ["VERSION.yml", "lib/passenger_debugger.rb", "lib/tasks", "lib/tasks/passenger_debugger.rake"]
s.has_rdoc = true
s.extra_rdoc_files = [
"LICENSE",
"README"
]
s.files = [
".gitignore",
"LICENSE",
"README",
"Rakefile",
"VERSION.yml",
"lib/passenger_debugger.rb",
"lib/tasks/passenger_debugger.rake",
"passenger_debugger.gemspec"
]
s.homepage = %q{http://github.com/redinger/passenger_debugger}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{TODO}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Remote Debugging for Phusion Passenger}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 28c86ff

Please sign in to comment.