acts_as_flux_capacitor 0.6.4 → 0.6.5

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,8 @@
1
+ == 0.6.5 2008-07-11
2
+
3
+ * added AR as a gem dependency
4
+ * refactored code for increased readibility
5
+
1
6
  == 0.6.3 2008-05-29
2
7
 
3
8
  * Removed Windoze newlines
@@ -5,7 +5,7 @@ module HolmesLabs #:nodoc:
5
5
 
6
6
  MAJOR = 0
7
7
  MINOR = 6
8
- TINY = 4
8
+ TINY = 5
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY].join('.')
11
11
 
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
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Cropcho