Sha256: 14e21253beef135ed399c040a2ee24ea5be455409ee6ec1bcefc27d803bb54eb
Contents?: true
Size: 1.86 KB
Versions: 0
Compression: gzip
Compressed size: 701 Bytes
Stored size: 701 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version version: 0.3.4 platform: ruby authors: - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2009-12-07 00:00:00 -05: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. email: jtrupiano@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - History.rdoc - LICENSE - README.rdoc - Rakefile - VERSION.yml - lib/timecop.rb - lib/timecop/time_extensions.rb - lib/timecop/time_stack_item.rb - lib/timecop/timecop.rb - test/run_tests.sh - test/test_helper.rb - test/test_time_stack_item.rb - test/test_timecop.rb - test/test_timecop_without_date.rb - test/test_timecop_without_date_but_with_time.rb has_rdoc: true 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. test_files: - test/test_helper.rb - test/test_time_stack_item.rb - test/test_timecop.rb - test/test_timecop_without_date.rb - test/test_timecop_without_date_but_with_time.rb