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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.6.7 2008-07-19
2
+
3
+ * I believe that finally tobin's bug has been fixed
4
+
1
5
  == 0.6.6 2008-07-17
2
6
 
3
7
  * Fixed a horrible bug discovered by tobin juday
@@ -1,12 +1,10 @@
1
- LIB_DIRECTORY = *['lib','acts_as_flux_capacitor']
1
+ LIB_DIRECTORY = *[File.dirname(__FILE__),'acts_as_flux_capacitor']
2
2
 
3
3
  require 'activerecord'
4
4
 
5
5
  module HolmesLabs
6
6
  module Acts
7
7
  module FluxCapacitor
8
- module VERSION
9
- end
10
8
  end
11
9
  end
12
10
  end
@@ -2,7 +2,7 @@ module HolmesLabs::Acts::FluxCapacitor::VERSION #:nodoc:
2
2
 
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
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.391008 seconds</strong>";</script>
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.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-18 00:00:00 -04:00
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
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- *~
2
- .DS_Store
3
- /log/*.log
4
- tmp/**/*
5
- /pkg/**/*
6
- pkg