SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,3 @@
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.

View file

@ -0,0 +1,19 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.markdown
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/timecop/
${GEM_LIB}/gems/${DISTNAME}/lib/timecop.rb
${GEM_LIB}/gems/${DISTNAME}/lib/timecop/time_extensions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/timecop/time_stack_item.rb
${GEM_LIB}/gems/${DISTNAME}/lib/timecop/timecop.rb
${GEM_LIB}/gems/${DISTNAME}/lib/timecop/version.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/time_stack_item_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/timecop_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/timecop_without_date_but_with_time_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/timecop_without_date_test.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec