Skip to content

Commit

Permalink
Merge pull request #48 from czarneckid/gemspec-updates
Browse files Browse the repository at this point in the history
Update homepage and rubyforge_project values
  • Loading branch information
Travis Jeffery committed Nov 14, 2012
2 parents a27bd1a + f8f5014 commit 2c13ac5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2c13ac5

Please sign in to comment.