Skip to content

Commit

Permalink
Regenerated gemspec for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Maddox committed Jan 6, 2010
1 parent a621167 commit 28ec44c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions no_peeping_toms.gemspec
@@ -1,12 +1,15 @@
# 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{no_peeping_toms}
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pat Maddox", "Brandon Keepers"]
s.date = %q{2009-08-17}
s.date = %q{2010-01-06}
s.description = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
s.email = %q{pat.maddox@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -16,24 +19,24 @@ Gem::Specification.new do |s|
"README",
"Rakefile",
"VERSION",
"init.rb",
"install.rb",
"lib/no_peeping_toms.rb",
"no_peeping_toms.gemspec",
"spec/db/History.rdoc",
"spec/db/database.yml",
"spec/db/schema.rb",
"spec/no_peeping_toms_spec.rb",
"spec/spec_helper.rb",
"tasks/no_peeping_toms_tasks.rake",
"uninstall.rb"
]
s.homepage = %q{http://github.com/pat-maddox}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
s.test_files = [
"spec/db",
"spec/db/History.rdoc",
"spec/db/database.yml",
"spec/db/schema.rb",
"spec/no_peeping_toms_spec.rb",
Expand All @@ -53,3 +56,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<activerecord>, [">= 1.1"])
end
end

0 comments on commit 28ec44c

Please sign in to comment.