acts_as_flux_capacitor 0.6.6 → 0.6.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/History.txt +4 -0
- data/lib/acts_as_flux_capacitor.rb +1 -3
- data/lib/acts_as_flux_capacitor/version.rb +1 -1
- data/spec/report.html +1 -1
- metadata +2 -3
- data/.gitignore +0 -6
data/History.txt
CHANGED
data/spec/report.html
CHANGED
|
@@ -312,7 +312,7 @@ a {
|
|
|
312
312
|
<dd class="spec passed"><span class="passed_spec_name">should determine if two times are approximately equal (tolerance @ 0.1 seconds)</span></dd>
|
|
313
313
|
</dl>
|
|
314
314
|
</div>
|
|
315
|
-
<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.
|
|
315
|
+
<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.402202 seconds</strong>";</script>
|
|
316
316
|
<script type="text/javascript">document.getElementById('totals').innerHTML = "43 examples, 0 failures";</script>
|
|
317
317
|
</div>
|
|
318
318
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_flux_capacitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Cropcho
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-07-
|
|
12
|
+
date: 2008-07-19 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -37,7 +37,6 @@ extra_rdoc_files:
|
|
|
37
37
|
- todo.txt
|
|
38
38
|
- website/index.txt
|
|
39
39
|
files:
|
|
40
|
-
- .gitignore
|
|
41
40
|
- History.txt
|
|
42
41
|
- License.txt
|
|
43
42
|
- Manifest.txt
|