timecop 0.5.9 → 0.5.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/timecop/version.rb +1 -1
- metadata +19 -17
data/lib/timecop/version.rb
CHANGED
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: timecop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
4
|
+
version: 0.5.9.1
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Travis Jeffery
|
9
9
|
- John Trupiano
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-21 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
|
-
description: A gem providing "time travel" and "time freezing" capabilities, making
|
15
|
+
description: A gem providing "time travel" and "time freezing" capabilities, making
|
16
|
+
it dead simple to test time-dependent code. It provides a unified method to mock
|
17
|
+
Time.now, Date.today, and DateTime.now in a single call.
|
16
18
|
email: travisjeffery@gmail.com
|
17
19
|
executables: []
|
18
20
|
extensions: []
|
@@ -37,31 +39,31 @@ files:
|
|
37
39
|
- test/timecop_without_date_but_with_time_test.rb
|
38
40
|
homepage: https://github.com/travisjeffery/timecop
|
39
41
|
licenses: []
|
40
|
-
post_install_message:
|
42
|
+
post_install_message:
|
41
43
|
rdoc_options:
|
42
|
-
-
|
44
|
+
- --charset=UTF-8
|
43
45
|
require_paths:
|
44
46
|
- lib
|
45
47
|
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
+
none: false
|
46
49
|
requirements:
|
47
|
-
- -
|
50
|
+
- - ! '>='
|
48
51
|
- !ruby/object:Gem::Version
|
49
|
-
version:
|
50
|
-
MA==
|
51
|
-
none: false
|
52
|
+
version: '0'
|
52
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
53
55
|
requirements:
|
54
|
-
- -
|
56
|
+
- - ! '>='
|
55
57
|
- !ruby/object:Gem::Version
|
56
|
-
version:
|
57
|
-
MA==
|
58
|
-
none: false
|
58
|
+
version: '0'
|
59
59
|
requirements: []
|
60
60
|
rubyforge_project: timecop
|
61
61
|
rubygems_version: 1.8.24
|
62
|
-
signing_key:
|
62
|
+
signing_key:
|
63
63
|
specification_version: 3
|
64
|
-
summary: A gem providing "time travel" and "time freezing" capabilities, making it
|
64
|
+
summary: A gem providing "time travel" and "time freezing" capabilities, making it
|
65
|
+
dead simple to test time-dependent code. It provides a unified method to mock Time.now,
|
66
|
+
Date.today, and DateTime.now in a single call.
|
65
67
|
test_files:
|
66
68
|
- test/test_helper.rb
|
67
69
|
- test/time_stack_item_test.rb
|