Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Oct 7, 2011
1 parent 088f70d commit bba8fd3
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions rails-boot-reporting.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 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 = "rails-boot-reporting"
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Quint"]
s.date = "2011-10-07"
s.description = "Patches, specifically for rails 2 (now) that print out require and boot times for different parts of the initialization process"
s.email = "aaron@quirkey.com"
s.executables = ["install-boot-reporting"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/install-boot-reporting",
"lib/bundler-1.0/runtime.rb",
"lib/rails-2.3.11/initializer.rb",
"lib/rails-boot-reporting.rb",
"test/helper.rb",
"test/test_rails-boot-reporting.rb"
]
s.homepage = "http://github.com/quirkey/rails-boot-reporting"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "A set of monkey patches for rails and bundler to print require/boot times"

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<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.3"])
s.add_development_dependency(%q<rcov>, [">= 0"])
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.3"])
s.add_dependency(%q<rcov>, [">= 0"])
end
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.3"])
s.add_dependency(%q<rcov>, [">= 0"])
end
end

0 comments on commit bba8fd3

Please sign in to comment.