Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Jeffery committed Jul 29, 2012
1 parent ec270db commit 377c277
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
=== 0.4.1 / 2012-07-27
=== 0.4.4 / 2012-07-29

* Maintenance
* Can now configure Timecop to not use ActiveSupport by setting Timecop.active_support = false

=== 0.4.3 / 2012-07-27

* Maintenance
* Fix alias of Time#new/Time#now when Time#new given with args

=== 0.4.2 / 2012-07-27

* Maintenance
* Mock Time#new the same as Time#now since they're synonyms
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:patch: 3
:patch: 4
:major: 0
:minor: 4
2 changes: 1 addition & 1 deletion timecop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Travis Jeffery", "John Trupiano"]
Expand Down

0 comments on commit 377c277

Please sign in to comment.