Sha256: 90a947e35b41815d636e158471db85da8e3fd4c4ca8f34dfa214397587b0ab7d
Contents?: true
Size: 1.87 KB
Versions: 0
Compression: gzip
Compressed size: 719 Bytes
Stored size: 719 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version version: 0.5.9.2 prerelease: platform: ruby authors: - Travis Jeffery - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2013-02-11 00:00:00.000000000 Z 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: travisjeffery@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - LICENSE - README.markdown - Rakefile - lib/timecop.rb - lib/timecop/time_extensions.rb - lib/timecop/time_stack_item.rb - lib/timecop/version.rb - lib/timecop/timecop.rb - test/run_tests.sh - test/test_helper.rb - test/time_stack_item_test.rb - test/timecop_test.rb - test/timecop_without_date_test.rb - test/timecop_without_date_but_with_time_test.rb homepage: https://github.com/travisjeffery/timecop licenses: - MIT post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: timecop rubygems_version: 1.8.23 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/time_stack_item_test.rb - test/timecop_test.rb - test/timecop_without_date_test.rb - test/timecop_without_date_but_with_time_test.rb