Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Date.today specs with Ruby 1.9.3 #9

Merged
merged 2 commits into from
Nov 11, 2011
Merged

Conversation

mutru
Copy link
Contributor

@mutru mutru commented Oct 31, 2011

Ruby now has a C implementation of most Date methods, and after 1.9.3 stubbing Time.now doesn't affect Date.today.

Otto Hilska added 2 commits October 31, 2011 14:56
It was changed to use a C implementation, and replacing Time.now
doesn't change Date.today anymore.
@jasoncodes
Copy link

+1 This patch fixes Delorean for me on Ruby 1.9.3-p0.

@porras porras merged commit 663bcb9 into bebanjo:master Nov 11, 2011
@porras
Copy link
Contributor

porras commented Nov 11, 2011

@mutru, just merged your fork and will release a new gem version in some minutes.

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants