time-warp 1.0.12 → 1.0.13

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.
Files changed (2) hide show
  1. data/lib/time_warp.rb +8 -0
  2. metadata +3 -3
@@ -34,6 +34,14 @@ module Test # :nodoc:
34
34
  end
35
35
  end
36
36
 
37
+ module MiniTest
38
+ class Unit
39
+ class TestCase
40
+ include ::TimeWarpAbility
41
+ end
42
+ end
43
+ end
44
+
37
45
  module RSpec
38
46
  module Core
39
47
  class ExampleGroup
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time-warp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-14 00:00:00.000000000 Z
12
+ date: 2012-06-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: TimeWarp is a ruby library for manipulating times in automated tests.
15
15
  email: barry@getHarvest.com
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  requirements: []
51
51
  rubyforge_project:
52
- rubygems_version: 1.8.17
52
+ rubygems_version: 1.8.24
53
53
  signing_key:
54
54
  specification_version: 3
55
55
  summary: Warp time in your tests