Sha256: c39efb140769b6ebe75a181c498498de4c53096eacb3f7a748adeaf2568f33d1
Contents?: true
Size: 1.88 KB
Versions: 0
Compression: gzip
Compressed size: 729 Bytes
Stored size: 729 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version version: 0.5.3 prerelease: platform: ruby authors: - Travis Jeffery - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2012-09-20 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: - History.rdoc - 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: http://github.com/jtrupiano/timecop licenses: [] 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: johntrupiano 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