Sha256: 6041257fac9f4334e31c060a22e1a34015d16c12d197e9f9059f6b7ac87235d7

Contents?: true

Size: 1.9 KB

Versions: 0

Compression: gzip

Compressed size: 717 Bytes

Stored size: 717 Bytes

Contents

--- !ruby/object:Gem::Specification
name: timecop
version: !ruby/object:Gem::Version
  prerelease:
  version: 0.5.8
platform: ruby
authors:
- Travis Jeffery
- John Trupiano
autorequire:
bindir: bin
cert_chain: []
date: 2013-01-08 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: 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
      version: !binary |-
        MA==
  none: false
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: !binary |-
        MA==
  none: false
requirements: []
rubyforge_project: timecop
rubygems_version: 1.8.24
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

Package Spec version

timecop-0.5.8