Sha256: fefdfbf5340bf0fbfbc3bdd7a0e607c9bdb9f07b5f98d0995f1351c3b78824ba
Contents?: true
Size: 1.98 KB
Versions: 0
Compression: gzip
Compressed size: 740 Bytes
Stored size: 740 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 5 - 4 version: 0.5.4 platform: ruby authors: - Travis Jeffery - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2012-11-29 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: 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 has_rdoc: true homepage: https://github.com/travisjeffery/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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: timecop rubygems_version: 1.3.6 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