time-warp 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -2
- data/lib/time_warp.rb +1 -1
- metadata +12 -5
data/README.md
CHANGED
|
@@ -81,7 +81,7 @@ The creation of this plugin is a direct result of Jason M. Felice's snippet (and
|
|
|
81
81
|
|
|
82
82
|
Further discussion of this snippet's evolution may be found [at Barry Hess's blog](http://bjhess.com/blog/2007/08/12/time-warp-for-rails-testing/).
|
|
83
83
|
|
|
84
|
-
time_warp is maintained and funded by [
|
|
84
|
+
time_warp is maintained and funded by [Harvest](http://www.getHarvest.com).
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
Copyright (c) 2008 [Barry Hess](http://bjhess.com), [
|
|
87
|
+
Copyright (c) 2008 [Barry Hess](http://bjhess.com), [Harvest](http://www.getHarvest.com). Released under the MIT license.
|
data/lib/time_warp.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: time-warp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 25
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.0.7
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Barry Hess
|
|
@@ -14,12 +15,12 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-
|
|
18
|
+
date: 2010-08-24 00:00:00 -05:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
21
22
|
description: TimeWarp is a ruby library for manipulating times in automated tests.
|
|
22
|
-
email: barry@
|
|
23
|
+
email: barry@getHarvest.com
|
|
23
24
|
executables: []
|
|
24
25
|
|
|
25
26
|
extensions: []
|
|
@@ -34,6 +35,8 @@ files:
|
|
|
34
35
|
- lib/time_warp.rb
|
|
35
36
|
- lib/time-warp.rb
|
|
36
37
|
- tasks/time_warp_tasks.rake
|
|
38
|
+
- test/test_helper.rb
|
|
39
|
+
- test/time_warp_test.rb
|
|
37
40
|
has_rdoc: true
|
|
38
41
|
homepage: http://github.com/harvesthq/time-warp
|
|
39
42
|
licenses: []
|
|
@@ -44,23 +47,27 @@ rdoc_options: []
|
|
|
44
47
|
require_paths:
|
|
45
48
|
- lib
|
|
46
49
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
none: false
|
|
47
51
|
requirements:
|
|
48
52
|
- - ">="
|
|
49
53
|
- !ruby/object:Gem::Version
|
|
54
|
+
hash: 3
|
|
50
55
|
segments:
|
|
51
56
|
- 0
|
|
52
57
|
version: "0"
|
|
53
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
|
+
none: false
|
|
54
60
|
requirements:
|
|
55
61
|
- - ">="
|
|
56
62
|
- !ruby/object:Gem::Version
|
|
63
|
+
hash: 3
|
|
57
64
|
segments:
|
|
58
65
|
- 0
|
|
59
66
|
version: "0"
|
|
60
67
|
requirements: []
|
|
61
68
|
|
|
62
69
|
rubyforge_project:
|
|
63
|
-
rubygems_version: 1.3.
|
|
70
|
+
rubygems_version: 1.3.7
|
|
64
71
|
signing_key:
|
|
65
72
|
specification_version: 3
|
|
66
73
|
summary: Warp time in your tests
|