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

Update homepage and rubyforge_project values #48

Merged
merged 1 commit into from
Nov 14, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update homepage and rubyforge_project values
  • Loading branch information
David Czarnecki committed Oct 29, 2012
commit f8f50144d9ad1b6940ceb5ff1fa6b005e62984d1
4 changes: 2 additions & 2 deletions timecop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Gem::Specification.new do |s|
"test/timecop_without_date_test.rb",
"test/timecop_without_date_but_with_time_test.rb"
]
s.homepage = %q{http://github.com/jtrupiano/timecop}
s.homepage = %q{https://github.com/travisjeffery/timecop}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{johntrupiano}
s.rubyforge_project = %q{timecop}
s.rubygems_version = %q{1.3.7}
s.summary = %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.test_files = [
Expand Down