SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
3
devel/ruby-timecop/pkg/DESCR
Normal file
3
devel/ruby-timecop/pkg/DESCR
Normal 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.
|
19
devel/ruby-timecop/pkg/PLIST
Normal file
19
devel/ruby-timecop/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue