Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Jeffery committed Aug 9, 2012
1 parent ecf4f7e commit 408c7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:patch: 4
:patch: 5
:major: 0
:minor: 4
4 changes: 2 additions & 2 deletions timecop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Travis Jeffery", "John Trupiano"]
s.date = %q{2012-06-28}
s.date = %q{2012-07-09}
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{travisjeffery@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 408c7f0

Please sign in to comment.