Sha256: 37d92a06f5e9cf720a282a5b83e093e68b88a8198f85d7ed80c705e04c23433a
Contents?: true
Size: 1.98 KB
Versions: 0
Compression: gzip
Compressed size: 783 Bytes
Stored size: 783 Bytes
Contents
--- !ruby/object:Gem::Specification name: liangzan-timecop version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - John Trupiano - Wong Liang Zan autorequire: bindir: bin cert_chain: [] date: 2009-09-23 00:00:00 -07:00 default_executable: dependencies: [] description: 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. This fork uses cache files. Different processes can use time cop. It is meant to be used with Culerity. email: zan@liangzan.net executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - History.txt - LICENSE - README.rdoc - Rakefile - VERSION.yml - lib/timecop.rb - lib/timecop/stack_item.rb - lib/timecop/time_extensions.rb - lib/timecop/timecop.rb - test/run_tests.sh - test/test_helper.rb - test/test_timecop.rb - test/test_timecop_internals.rb - test/test_timecop_without_date.rb has_rdoc: false homepage: http://github.com/jtrupiano/timecop licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: johntrupiano rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: 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. This fork uses cache files. Different processes can use time cop. It is meant to be used with Culerity. test_files: - test/test_timecop_internals.rb - test/test_timecop.rb - test/test_timecop_without_date.rb - test/test_helper.rb