Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrupiano committed Oct 24, 2009
1 parent dc82b57 commit 0bd154e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions timecop.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{timecop}
s.version = "0.3.1"
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Trupiano"]
s.date = %q{2009-09-30}
s.date = %q{2009-10-24}
s.description = %q{A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.}
s.email = %q{jtrupiano@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -29,7 +29,8 @@ Gem::Specification.new do |s|
"test/run_tests.sh",
"test/test_timecop.rb",
"test/test_timecop_internals.rb",
"test/test_timecop_without_date.rb"
"test/test_timecop_without_date.rb",
"test/test_timecop_without_date_but_with_time.rb"
]
s.homepage = %q{http://github.com/jtrupiano/timecop}
s.rdoc_options = ["--charset=UTF-8"]
Expand All @@ -40,7 +41,8 @@ Gem::Specification.new do |s|
s.test_files = [
"test/test_timecop.rb",
"test/test_timecop_internals.rb",
"test/test_timecop_without_date.rb"
"test/test_timecop_without_date.rb",
"test/test_timecop_without_date_but_with_time.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 0bd154e

Please sign in to comment.