Sha256: b90a4032fc72718fbeb81bca3f3d2f3ecea1a172539060ea1d5af4536ce4a7c3
Contents?: true
Size: 1.87 KB
Versions: 0
Compression: gzip
Compressed size: 736 Bytes
Stored size: 736 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version version: 0.4.4 prerelease: platform: ruby authors: - Travis Jeffery - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2012-06-28 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 - 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/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