Sha256: a001eb2db1efa6c951468e53d0701693b91a4c4ee28e784aae688afd63f08fff
Contents?: true
Size: 1.48 KB
Versions: 0
Compression: gzip
Compressed size: 647 Bytes
Stored size: 647 Bytes
Contents
--- !ruby/object:Gem::Specification name: timecop version: !ruby/object:Gem::Version version: 0.9.8 platform: ruby authors: - Travis Jeffery - John Trupiano autorequire: bindir: bin cert_chain: [] date: 2023-08-14 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/timecop.rb - lib/timecop/version.rb homepage: https://github.com/travisjeffery/timecop licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.15 signing_key: specification_version: 4 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: []