Skip to content

Commit

Permalink
remove log from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Nov 15, 2009
1 parent 2b81f1e commit ba5caee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions blog.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jack Dempsey"]
s.date = %q{2009-11-14}
s.date = %q{2009-11-15}
s.email = %q{jackdempsey@example.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
"lib/blog/config/environments/development.rb",
"lib/blog/config/environments/production.rb",
"lib/blog/config/environments/staging.rb",
"lib/blog/log/pancake_production.log",
"lib/blog/master/config/config.rb",
"lib/blog/master/config/database.yml",
"lib/blog/models/blog_entry.rb",
Expand Down Expand Up @@ -62,4 +61,3 @@ Gem::Specification.new do |s|
s.add_dependency(%q<pancake>, [">= 0.1.8"])
end
end

0 comments on commit ba5caee

Please sign in to comment.