Skip to content

Commit

Permalink
Regenerated gemspec for version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Nov 13, 2009
1 parent 27d4623 commit 5c3e7df
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bullet.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# 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{bullet}
s.version = "1.7.0"
s.version = "1.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Richard Huang"]
s.date = %q{2009-10-14}
s.date = %q{2009-11-13}
s.description = %q{The Bullet plugin is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries) or when you're using eager loading that isn't necessary.}
s.email = %q{flyerhzm@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -30,8 +30,8 @@ Gem::Specification.new do |s|
"lib/bullet/notification.rb",
"lib/bulletware.rb",
"rails/init.rb",
"spec/bullet_association_spec.rb",
"spec/bullet_counter_spec.rb",
"spec/bullet/association_spec.rb",
"spec/bullet/counter_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"tasks/bullet_tasks.rake"
Expand All @@ -42,9 +42,9 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.summary = %q{A plugin to kill N+1 queries and unused eager loading}
s.test_files = [
"spec/bullet_association_spec.rb",
"spec/bullet_counter_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb",
"spec/bullet/counter_spec.rb",
"spec/bullet/association_spec.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -57,3 +57,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 5c3e7df

Please sign in to comment.