acts_as_flux_capacitor 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,6 @@
1
+ *~
2
+ .DS_Store
3
+ /log/*.log
4
+ tmp/**/*
5
+ /pkg/**/*
6
+ pkg
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.6.2 2008-05-28
2
+
3
+ * Exporting for windows newline removal
4
+ * added TODO
5
+
1
6
  == 0.6.1 2008-05-24
2
7
 
3
8
  * Cleanup, get rid of excess methods, ie within? (thanks to nick ang again!)
data/Manifest.txt CHANGED
@@ -1,3 +1,4 @@
1
+ .gitignore
1
2
  History.txt
2
3
  License.txt
3
4
  Manifest.txt
@@ -28,6 +29,7 @@ tasks/deployment.rake
28
29
  tasks/environment.rake
29
30
  tasks/rspec.rake
30
31
  tasks/website.rake
32
+ todo.txt
31
33
  website/index.html
32
34
  website/index.txt
33
35
  website/javascripts/rounded_corners_lite.inc.js
@@ -5,7 +5,7 @@ module HolmesLabs #:nodoc:
5
5
 
6
6
  MAJOR = 0
7
7
  MINOR = 6
8
- TINY = 1
8
+ TINY = 2
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY].join('.')
11
11
 
data/todo.txt ADDED
@@ -0,0 +1,4 @@
1
+ add proper gem dependencies
2
+ seriously write some documentation
3
+ bitemporal support
4
+ investigate switching TimePeriod.find() to alias method chain
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.1
4
+ version: 0.6.2
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-05-24 00:00:00 -04:00
12
+ date: 2008-05-28 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -25,8 +25,10 @@ extra_rdoc_files:
25
25
  - License.txt
26
26
  - Manifest.txt
27
27
  - README.txt
28
+ - todo.txt
28
29
  - website/index.txt
29
30
  files:
31
+ - .gitignore
30
32
  - History.txt
31
33
  - License.txt
32
34
  - Manifest.txt
@@ -57,6 +59,7 @@ files:
57
59
  - tasks/environment.rake
58
60
  - tasks/rspec.rake
59
61
  - tasks/website.rake
62
+ - todo.txt
60
63
  - website/index.html
61
64
  - website/index.txt
62
65
  - website/javascripts/rounded_corners_lite.inc.js