timecop-rspec 1.0.0 → 1.0.2

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 (52) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/.github/workflows/deps_locked.yml +11 -1
  4. data/.idea/timecop-rspec.iml +11 -9
  5. data/.rubocop_gradual.lock +64 -64
  6. data/CHANGELOG.md +27 -4
  7. data/CONTRIBUTING.md +1 -3
  8. data/Gemfile.lock +3 -25
  9. data/README.md +33 -10
  10. data/Rakefile +39 -2
  11. data/bin/console +1 -28
  12. data/bin/setup +0 -26
  13. data/checksums/timecop-rspec-1.0.1.gem.sha256 +1 -0
  14. data/checksums/timecop-rspec-1.0.1.gem.sha512 +1 -0
  15. data/checksums/timecop-rspec-1.0.2.gem.sha256 +1 -0
  16. data/checksums/timecop-rspec-1.0.2.gem.sha512 +1 -0
  17. data/docs/Timecop/Rspec/ExampleDecorator.html +26 -26
  18. data/docs/Timecop/Rspec/SequentialTimeMachine.html +11 -11
  19. data/docs/Timecop/Rspec/TimeMachine.html +18 -18
  20. data/docs/Timecop/Rspec/TravelLog.html +18 -18
  21. data/docs/Timecop/Rspec/Traveler.html +25 -25
  22. data/docs/Timecop/Rspec/Version.html +2 -2
  23. data/docs/Timecop/Rspec.html +20 -18
  24. data/docs/Timecop.html +2 -8
  25. data/docs/_index.html +13 -1
  26. data/docs/file.CHANGELOG.html +37 -6
  27. data/docs/file.CITATION.html +1 -1
  28. data/docs/file.CODE_OF_CONDUCT.html +1 -1
  29. data/docs/file.CONTRIBUTING.html +2 -4
  30. data/docs/file.LICENSE.html +1 -1
  31. data/docs/file.README.html +35 -13
  32. data/docs/file.REEK.html +1 -1
  33. data/docs/file.RUBOCOP.html +1 -1
  34. data/docs/file.SECURITY.html +1 -1
  35. data/docs/file.rspec.html +1 -1
  36. data/docs/file.timecop-rspec-1.0.0.gem.html +71 -0
  37. data/docs/file.timecop-rspec-1.0.1.gem.html +71 -0
  38. data/docs/file.timecop.html +1 -1
  39. data/docs/file_list.html +20 -0
  40. data/docs/index.html +35 -13
  41. data/docs/top-level-namespace.html +1 -1
  42. data/lib/timecop/rspec/example_decorator.rb +3 -24
  43. data/lib/timecop/rspec/sequential_time_machine.rb +0 -24
  44. data/lib/timecop/rspec/time_machine.rb +0 -24
  45. data/lib/timecop/rspec/travel_log.rb +6 -28
  46. data/lib/timecop/rspec/traveler.rb +0 -24
  47. data/lib/timecop/rspec/version.rb +1 -25
  48. data/lib/timecop/rspec.rb +2 -26
  49. data/timecop-rspec.gemspec +6 -3
  50. data.tar.gz.sig +0 -0
  51. metadata +26 -14
  52. metadata.gz.sig +0 -0
@@ -63,7 +63,7 @@
63
63
  <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog v1</a>,<br>
64
64
  and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning v2</a>.</p>
65
65
 
66
- <h2 id="unreleased"><a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/v1.0.0...main">Unreleased</a></h2>
66
+ <h2 id="unreleased"><a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/v1.0.2...main">Unreleased</a></h2>
67
67
  <h3 id="added">Added</h3>
68
68
  <h3 id="changed">Changed</h3>
69
69
  <h3 id="deprecated">Deprecated</h3>
@@ -71,25 +71,56 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant
71
71
  <h3 id="fixed">Fixed</h3>
72
72
  <h3 id="security">Security</h3>
73
73
 
74
+ <h2 id="102---2025-08-18">
75
+ <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/v1.0.2...v1.0.2">1.0.2</a> - 2025-08-18</h2>
76
+ <ul>
77
+ <li>TAG: <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/tags/v1.0.2">v1.0.2</a>
78
+ </li>
79
+ <li>COVERAGE: 100.00% – 132/132 lines in 7 files</li>
80
+ <li>BRANCH COVERAGE: 92.31% – 24/26 branches in 7 files</li>
81
+ <li>100% documented
82
+ <h3 id="added-1">Added</h3>
83
+ </li>
84
+ <li>improved CI
85
+ <h3 id="changed-1">Changed</h3>
86
+ </li>
87
+ <li>upgraded to Galtzo FLOSS Rakefile v1.0.9
88
+ <h3 id="fixed-1">Fixed</h3>
89
+ </li>
90
+ <li>documentation, changelog</li>
91
+ <li>fix ancient bin/console script</li>
92
+ </ul>
93
+
94
+ <h2 id="101---2025-08-17">
95
+ <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/v1.0.0...v1.0.1">1.0.1</a> - 2025-08-17</h2>
96
+ <ul>
97
+ <li>TAG: <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/tags/v1.0.1">v1.0.1</a>
98
+ </li>
99
+ <li>COVERAGE: 100.00% – 132/132 lines in 7 files</li>
100
+ <li>BRANCH COVERAGE: 92.31% – 24/26 branches in 7 files</li>
101
+ <li>100% documented
102
+ <h3 id="removed-1">Removed</h3>
103
+ </li>
104
+ <li>refactored to remove dependency on activesupport</li>
105
+ </ul>
106
+
74
107
  <h2 id="100---2025-08-17">
75
- <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/389ece6fb9bd04013d11edca6fb6830139a84f4c...v1.0.0">1.0.0</a> - 2025-08-17</h2>
108
+ <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/compare/13c672f32c466824277d04c932e3244deb6451ea...v1.0.0">1.0.0</a> - 2025-08-17</h2>
76
109
  <ul>
77
110
  <li>TAG: <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/tags/v1.0.0">v1.0.0</a>
78
111
  </li>
79
112
  <li>COVERAGE: 100.00% – 131/131 lines in 7 files</li>
80
113
  <li>BRANCH COVERAGE: 92.31% – 24/26 branches in 7 files</li>
81
114
  <li>100% documented
82
- <h3 id="added-1">Added</h3>
115
+ <h3 id="added-2">Added</h3>
83
116
  </li>
84
117
  <li>Initial release to rubygems (8 years late!)</li>
85
118
  </ul>
86
119
 
87
- <p>###</p>
88
-
89
120
  </div></div>
90
121
 
91
122
  <div id="footer">
92
- Generated on Sun Aug 17 14:43:13 2025 by
123
+ Generated on Mon Aug 18 05:40:23 2025 by
93
124
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
94
125
  0.9.37 (ruby-3.4.5).
95
126
  </div>
@@ -82,7 +82,7 @@ license: See license file</li>
82
82
  </div></div>
83
83
 
84
84
  <div id="footer">
85
- Generated on Sun Aug 17 14:43:14 2025 by
85
+ Generated on Mon Aug 18 05:40:23 2025 by
86
86
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
87
87
  0.9.37 (ruby-3.4.5).
88
88
  </div>
@@ -191,7 +191,7 @@ version 2.1, available at<br>
191
191
  </div></div>
192
192
 
193
193
  <div id="footer">
194
- Generated on Sun Aug 17 14:43:13 2025 by
194
+ Generated on Mon Aug 18 05:40:23 2025 by
195
195
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
196
196
  0.9.37 (ruby-3.4.5).
197
197
  </div>
@@ -88,9 +88,7 @@ the <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/blob/main/CODE_OF_C
88
88
  <p>From time to time the Appraisal2 gemfiles in <code>gemfiles/</code> will need to be updated.<br>
89
89
  They are created and updated with the commands:</p>
90
90
 
91
- <pre class="code language-console"><code class="language-console">BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
92
- BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
93
- bundle exec rake rubocop_gradual:autocorrect
91
+ <pre class="code language-console"><code class="language-console">bin/rake appraisal:update
94
92
  </code></pre>
95
93
 
96
94
  <p>When adding an appraisal to CI check the <a href="https://github.com/ruby/ruby-builder/releases/tag/toolcache">runner tool cache</a> to see which runner to use.</p>
@@ -210,7 +208,7 @@ push git commits and tags, and push the <code>.gem</code> file to <a href="https
210
208
  </div></div>
211
209
 
212
210
  <div id="footer">
213
- Generated on Sun Aug 17 14:43:14 2025 by
211
+ Generated on Mon Aug 18 05:40:23 2025 by
214
212
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215
213
  0.9.37 (ruby-3.4.5).
216
214
  </div>
@@ -60,7 +60,7 @@
60
60
  <div id="content"><div id='filecontents'>The MIT License (MIT)<br><br>Copyright (c) 2025 Peter H. Boling<br>Copyright (c) 2014-2017 Zach Taylor &amp; Avant<br><br>Permission is hereby granted, free of charge, to any person obtaining a copy<br>of this software and associated documentation files (the "Software"), to deal<br>in the Software without restriction, including without limitation the rights<br>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br>copies of the Software, and to permit persons to whom the Software is<br>furnished to do so, subject to the following conditions:<br><br>The above copyright notice and this permission notice shall be included in<br>all copies or substantial portions of the Software.<br><br>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br>THE SOFTWARE.</div></div>
61
61
 
62
62
  <div id="footer">
63
- Generated on Sun Aug 17 14:43:14 2025 by
63
+ Generated on Mon Aug 18 05:40:23 2025 by
64
64
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
65
65
  0.9.37 (ruby-3.4.5).
66
66
  </div>
@@ -61,7 +61,7 @@
61
61
 
62
62
  <h1 id="️-timecoprspec">⌚️ Timecop::Rspec</h1>
63
63
 
64
- <p><a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/gem/v/timecop-rspec.svg" alt="Version"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-259D6C.svg" alt="License: MIT"></a> <a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/gem/rd/timecop-rspec.svg" alt="Downloads Rank"></a> <a href="https://www.codetriage.com/galtzo-floss/timecop-rspec"><img src="https://www.codetriage.com/galtzo-floss/timecop-rspec/badges/users.svg" alt="Open Source Helpers"></a> <a href="https://coveralls.io/github/galtzo-floss/timecop-rspec?branch=main"><img src="https://coveralls.io/repos/github/galtzo-floss/timecop-rspec/badge.svg?branch=main" alt="Coveralls Test Coverage"></a> <a href="https://codecov.io/gh/galtzo-floss/timecop-rspec"><img src="https://codecov.io/gh/galtzo-floss/timecop-rspec/graph/badge.svg?token=hRnUCPqxMu" alt="CodeCov Test Coverage"></a> <a href="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/metrics/code?sort=coverageRating"><img src="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/coverage.svg" alt="QLTY Test Coverage"></a> <a href="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec"><img src="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/maintainability.svg" alt="QLTY Maintainability"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/heads.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/heads.yml/badge.svg" alt="CI Heads"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/current.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/current.yml/badge.svg" alt="CI Current"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/truffle.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/truffle.yml/badge.svg" alt="CI Truffle Ruby"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/jruby.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/jruby.yml/badge.svg" alt="CI JRuby"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_locked.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_locked.yml/badge.svg" alt="Deps Locked"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_unlocked.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_unlocked.yml/badge.svg" alt="Deps Unlocked"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/supported.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/supported.yml/badge.svg" alt="CI Supported"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/legacy.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/legacy.yml/badge.svg" alt="CI Legacy"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/unsupported.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/unsupported.yml/badge.svg" alt="CI Unsupported"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/ancient.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/ancient.yml/badge.svg" alt="CI Ancient"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/coverage.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/coverage.yml/badge.svg" alt="CI Test Coverage"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/style.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/style.yml/badge.svg" alt="CI Style"></a></p>
64
+ <p><a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/gem/v/timecop-rspec.svg" alt="Version"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-259D6C.svg" alt="License: MIT"></a> <a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/gem/rd/timecop-rspec.svg" alt="Downloads Rank"></a> <a href="https://www.codetriage.com/galtzo-floss/timecop-rspec"><img src="https://www.codetriage.com/galtzo-floss/timecop-rspec/badges/users.svg" alt="Open Source Helpers"></a> <a href="https://coveralls.io/github/galtzo-floss/timecop-rspec?branch=main"><img src="https://coveralls.io/repos/github/galtzo-floss/timecop-rspec/badge.svg?branch=main" alt="Coveralls Test Coverage"></a> <a href="https://codecov.io/gh/galtzo-floss/timecop-rspec"><img src="https://codecov.io/gh/galtzo-floss/timecop-rspec/graph/badge.svg?token=6XnuK8rocd" alt="CodeCov Test Coverage"></a> <a href="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/metrics/code?sort=coverageRating"><img src="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/coverage.svg" alt="QLTY Test Coverage"></a> <a href="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec"><img src="https://qlty.sh/gh/galtzo-floss/projects/timecop-rspec/maintainability.svg" alt="QLTY Maintainability"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/heads.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/heads.yml/badge.svg" alt="CI Heads"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/current.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/current.yml/badge.svg" alt="CI Current"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/truffle.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/truffle.yml/badge.svg" alt="CI Truffle Ruby"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/jruby.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/jruby.yml/badge.svg" alt="CI JRuby"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_locked.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_locked.yml/badge.svg" alt="Deps Locked"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_unlocked.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/deps_unlocked.yml/badge.svg" alt="Deps Unlocked"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/supported.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/supported.yml/badge.svg" alt="CI Supported"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/legacy.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/legacy.yml/badge.svg" alt="CI Legacy"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/unsupported.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/unsupported.yml/badge.svg" alt="CI Unsupported"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/ancient.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/ancient.yml/badge.svg" alt="CI Ancient"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/coverage.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/coverage.yml/badge.svg" alt="CI Test Coverage"></a> <a href="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/style.yml"><img src="https://github.com/galtzo-floss/timecop-rspec/actions/workflows/style.yml/badge.svg" alt="CI Style"></a></p>
65
65
 
66
66
  <hr>
67
67
 
@@ -78,6 +78,14 @@ It has a great API, and I was about to build this exact thing myself, so I am gl
78
78
  I’ve modernized everything, added more tests and documentation, and released it.<br>
79
79
  Thanks to the long-term stability of both RSpec and Timecop, the original code still works perfectly.</p>
80
80
 
81
+ <p>Improvements over original:</p>
82
+ <ul>
83
+ <li>The original only supported Ruby 2.2+, but I’ve backfilled support to 1.9.2 (to align with the max-min version between RSpec &amp; Timecop).</li>
84
+ <li>Added tests for 100% line coverage.</li>
85
+ <li>Added documentation for all public methods.</li>
86
+ <li>removed runtime (and dev) dependency on <code>activesupport</code>.</li>
87
+ </ul>
88
+
81
89
  <p>I expect the current release of this gem to be compatible with Ruby 1.9.2+,<br>
82
90
  but it is only tested on CI against Ruby 2.3+,<br>
83
91
  due to the inherent limitations of GitHub Actions.</p>
@@ -147,7 +155,7 @@ Alternatively:
147
155
  <tr>
148
156
  <th>Tokens to Remember</th>
149
157
  <th>
150
- <a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/badge/name-floss__funding-brightgreen.svg?style=flat&amp;logo=rubygems&amp;logoColor=red" alt="Gem name"></a> <a href="https://github.com/galtzo-floss/timecop-rspec"><img src="https://img.shields.io/badge/namespace-FlossFunding-brightgreen.svg?style=flat&amp;logo=ruby&amp;logoColor=white" alt="Gem namespace"></a>
158
+ <a href="https://rubygems.org/gems/timecop-rspec"><img src="https://img.shields.io/badge/name-timecop--rspec-3C2D2D.svg?style=square&amp;logo=rubygems&amp;logoColor=red" alt="Gem name"></a> <a href="https://github.com/galtzo-floss/timecop-rspec"><img src="https://img.shields.io/badge/namespace-Timecop%3A%3ARspec-3C2D2D.svg?style=square&amp;logo=ruby&amp;logoColor=white" alt="Gem namespace"></a>
151
159
  </th>
152
160
  </tr>
153
161
  </thead>
@@ -275,7 +283,7 @@ NOTE: Be prepared to track down certs for signed gems and add them the same way
275
283
 
276
284
  <h2 id="️-configuration">⚙️ Configuration</h2>
277
285
 
278
- <h4 id="regular-time-machine">Regular Time Machine</h4>
286
+ <h3 id="regular-time-machine">Regular Time Machine</h3>
279
287
 
280
288
  <pre class="code language-ruby"><code class="language-ruby"># spec_helper.rb or some configuration file loaded by spec_helper.rb
281
289
 
@@ -291,7 +299,7 @@ end
291
299
  <p>The regular time machine will run each example at the time specified by the<br>
292
300
  RSpec metadata, or the global travel time.</p>
293
301
 
294
- <h4 id="sequential-time-machine">Sequential Time Machine</h4>
302
+ <h3 id="sequential-time-machine">Sequential Time Machine</h3>
295
303
 
296
304
  <pre class="code language-ruby"><code class="language-ruby"># spec_helper.rb or some configuration file loaded by spec_helper.rb
297
305
 
@@ -342,7 +350,7 @@ end
342
350
 
343
351
  <h2 id="-basic-usage">🔧 Basic Usage</h2>
344
352
 
345
- <h4 id="local-time-travel">Local Time Travel</h4>
353
+ <h3 id="local-time-travel">Local Time Travel</h3>
346
354
 
347
355
  <p>Timecop.travel/freeze any RSpec (describe|context|example) with<br>
348
356
  <code>:travel</code> or <code>:freeze</code> metadata.</p>
@@ -362,7 +370,7 @@ it &quot;some description&quot;, :freeze =&gt; Time.new(2014, 11, 15) do
362
370
  end
363
371
  </code></pre>
364
372
 
365
- <h4 id="global-time-travel">Global Time Travel</h4>
373
+ <h3 id="global-time-travel">Global Time Travel</h3>
366
374
 
367
375
  <p>Using global time travel will Timecop.travel any example that isn’t<br>
368
376
  already time traveling. I.e. example level timecop metadata will take<br>
@@ -391,7 +399,7 @@ end
391
399
 
392
400
  <p>If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in <code>bundle fund</code>.</p>
393
401
 
394
- <p>I’m developing a new library, <a href="https://github.com/galtzo-floss/timecop-rspec">floss_funding</a>, designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.</p>
402
+ <p>I’m developing a new library, <a href="https://github.com/galtzo-floss/floss_funding">floss_funding</a>, designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.</p>
395
403
 
396
404
  <p><strong><a href="https://floss-funding.dev">Floss-Funding.dev</a>: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags</strong></p>
397
405
 
@@ -417,7 +425,7 @@ or use the gem and think about how it could be better.</p>
417
425
 
418
426
  <h3 id="code-coverage">Code Coverage</h3>
419
427
 
420
- <p><a href="https://codecov.io/gh/galtzo-floss/timecop-rspec"><img src="https://codecov.io/gh/galtzo-floss/timecop-rspec/graphs/tree.svg?token=hRnUCPqxMu" alt="Coverage Graph"></a></p>
428
+ <p><a href="https://codecov.io/gh/galtzo-floss/timecop-rspec"><img src="https://codecov.io/gh/galtzo-floss/timecop-rspec/graphs/tree.svg?token=6XnuK8rocd" alt="Coverage Graph"></a></p>
421
429
 
422
430
  <p><a href="https://coveralls.io/github/galtzo-floss/timecop-rspec?branch=main"><img src="https://coveralls.io/repos/github/galtzo-floss/timecop-rspec/badge.svg?branch=main" alt="Coveralls Test Coverage"></a></p>
423
431
 
@@ -436,15 +444,18 @@ chat rooms and mailing lists agrees to follow the <a href="file.CODE_OF_CONDUCT.
436
444
 
437
445
  <p>Also see GitLab Contributors: <a href="https://gitlab.com/galtzo-floss/timecop-rspec/-/graphs/main">https://gitlab.com/galtzo-floss/timecop-rspec/-/graphs/main</a></p>
438
446
 
439
- <h2 id="️-star-history">⭐️ Star History</h2>
447
+ <details>
448
+ <summary>⭐️ Star History</summary>
440
449
 
441
- <p><a href="https://star-history.com/#galtzo-floss/timecop-rspec&amp;Date"></a></p>
442
- <picture>
450
+ <a href="https://star-history.com/#galtzo-floss/timecop-rspec&amp;Date">
451
+ <picture>
443
452
  <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/timecop-rspec&amp;type=Date&amp;theme=dark"></source>
444
453
  <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/timecop-rspec&amp;type=Date"></source>
445
454
  <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/timecop-rspec&amp;type=Date">
446
455
  </picture>
447
- <p>&lt;/a&gt;</p>
456
+ </a>
457
+
458
+ </details>
448
459
 
449
460
  <h2 id="-versioning">📌 Versioning</h2>
450
461
 
@@ -510,10 +521,21 @@ See <a href="file.LICENSE.html" title="LICENSE.txt">LICENSE.txt</a> for the offi
510
521
 
511
522
  <p><a href="https://discord.gg/3qme4XHNKN"><img src="https://img.shields.io/discord/1373797679469170758?style=for-the-badge" alt="Live Chat on Discord"></a></p>
512
523
 
524
+ <p>P.P.S. Maintainers have teeth, and need to pay their dentists.<br>
525
+ After getting laid off in an RIF in March, and filled with many dozens of rejections,<br>
526
+ I’m now spending ~80 hours a week building open source tools.<br>
527
+ I’m hoping to be able to pay for my kids’ health insurance this month,<br>
528
+ so if you value the work I am doing, please help.<br>
529
+ I need your support. Consider sponsoring me.</p>
530
+
531
+ <p><a href="https://github.com/sponsors/pboling"><img src="https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&amp;logo=github" alt="Sponsor me on GitHub Sponsors"></a> 💌 <a href="https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&amp;color=a51611"><img src="https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&amp;logo=liberapay&amp;color=a51611" alt="Sponsor me on Liberapay"></a> 💌 <a href="https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&amp;logo=paypal"><img src="https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&amp;logo=paypal&amp;color=0A0A0A" alt="Donate on PayPal"></a></p>
532
+
533
+ <p>Thank you ☺️</p>
534
+
513
535
  </div></div>
514
536
 
515
537
  <div id="footer">
516
- Generated on Sun Aug 17 14:43:13 2025 by
538
+ Generated on Mon Aug 18 05:40:23 2025 by
517
539
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
518
540
  0.9.37 (ruby-3.4.5).
519
541
  </div>
data/docs/file.REEK.html CHANGED
@@ -61,7 +61,7 @@
61
61
  </div></div>
62
62
 
63
63
  <div id="footer">
64
- Generated on Sun Aug 17 14:43:14 2025 by
64
+ Generated on Mon Aug 18 05:40:23 2025 by
65
65
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
66
66
  0.9.37 (ruby-3.4.5).
67
67
  </div>
@@ -161,7 +161,7 @@ a. or just the default <code>bundle exec rake</code>, as autocorrection is a pre
161
161
  </div></div>
162
162
 
163
163
  <div id="footer">
164
- Generated on Sun Aug 17 14:43:14 2025 by
164
+ Generated on Mon Aug 18 05:40:23 2025 by
165
165
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
166
166
  0.9.37 (ruby-3.4.5).
167
167
  </div>
@@ -91,7 +91,7 @@ or find other sponsorship links in the <a href="index.html" title="README">READM
91
91
  </div></div>
92
92
 
93
93
  <div id="footer">
94
- Generated on Sun Aug 17 14:43:14 2025 by
94
+ Generated on Mon Aug 18 05:40:23 2025 by
95
95
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
96
96
  0.9.37 (ruby-3.4.5).
97
97
  </div>
data/docs/file.rspec.html CHANGED
@@ -99,7 +99,7 @@ def self.global_time: () -&gt; ::Time end end
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Sun Aug 17 14:43:14 2025 by
102
+ Generated on Mon Aug 18 05:40:23 2025 by
103
103
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
104
  0.9.37 (ruby-3.4.5).
105
105
  </div>
@@ -0,0 +1,71 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: timecop-rspec-1.0.0.gem
8
+
9
+ &mdash; Documentation by YARD 0.9.37
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "timecop-rspec-1.0.0.gem";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="file_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: timecop-rspec-1.0.0.gem</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
58
+ </div>
59
+
60
+ <div id="content"><div id='filecontents'><p>33eb0a04d6ea0cffb26108d404e70e04ee2e53d7f5e62b9c5b0c83c75f91ff06fc507e2e086bd190d8e978e61a95034aa014fa7c03c9d60019d885226a6a0372</p>
61
+ </div></div>
62
+
63
+ <div id="footer">
64
+ Generated on Mon Aug 18 05:40:23 2025 by
65
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
66
+ 0.9.37 (ruby-3.4.5).
67
+ </div>
68
+
69
+ </div>
70
+ </body>
71
+ </html>
@@ -0,0 +1,71 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: timecop-rspec-1.0.1.gem
8
+
9
+ &mdash; Documentation by YARD 0.9.37
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "timecop-rspec-1.0.1.gem";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="file_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: timecop-rspec-1.0.1.gem</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
58
+ </div>
59
+
60
+ <div id="content"><div id='filecontents'><p>b73676700bb59bedde9c12bf93a2ccf8a86f55836d8f6e8426fc581290fc4058b34eef50a1929e06c7e7c112b9a9587fb917c2e5170c28af6d71b61925bd330a</p>
61
+ </div></div>
62
+
63
+ <div id="footer">
64
+ Generated on Mon Aug 18 05:40:23 2025 by
65
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
66
+ 0.9.37 (ruby-3.4.5).
67
+ </div>
68
+
69
+ </div>
70
+ </body>
71
+ </html>
@@ -62,7 +62,7 @@ end</p>
62
62
  </div></div>
63
63
 
64
64
  <div id="footer">
65
- Generated on Sun Aug 17 14:43:14 2025 by
65
+ Generated on Mon Aug 18 05:40:23 2025 by
66
66
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
67
67
  0.9.37 (ruby-3.4.5).
68
68
  </div>
data/docs/file_list.html CHANGED
@@ -87,6 +87,26 @@
87
87
  </li>
88
88
 
89
89
 
90
+ <li id="object_timecop-rspec-1.0.0.gem" class="odd">
91
+ <div class="item"><span class="object_link"><a href="file.timecop-rspec-1.0.0.gem.html" title="timecop-rspec-1.0.0.gem">timecop-rspec-1.0.0.gem</a></span></div>
92
+ </li>
93
+
94
+
95
+ <li id="object_timecop-rspec-1.0.1.gem" class="even">
96
+ <div class="item"><span class="object_link"><a href="file.timecop-rspec-1.0.1.gem.html" title="timecop-rspec-1.0.1.gem">timecop-rspec-1.0.1.gem</a></span></div>
97
+ </li>
98
+
99
+
100
+ <li id="object_timecop-rspec-1.0.0.gem" class="odd">
101
+ <div class="item"><span class="object_link"><a href="file.timecop-rspec-1.0.0.gem.html" title="timecop-rspec-1.0.0.gem">timecop-rspec-1.0.0.gem</a></span></div>
102
+ </li>
103
+
104
+
105
+ <li id="object_timecop-rspec-1.0.1.gem" class="even">
106
+ <div class="item"><span class="object_link"><a href="file.timecop-rspec-1.0.1.gem.html" title="timecop-rspec-1.0.1.gem">timecop-rspec-1.0.1.gem</a></span></div>
107
+ </li>
108
+
109
+
90
110
  <li id="object_REEK" class="odd">
91
111
  <div class="item"><span class="object_link"><a href="file.REEK.html" title="REEK">REEK</a></span></div>
92
112
  </li>