dnif 0.0.1.alpha.6 → 0.0.1.alpha.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/README.rdoc +6 -2
- data/dnif.gemspec +1 -1
- data/lib/dnif/configuration.rb +0 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -31,11 +31,15 @@ dnif is a gem to index data using ActiveRecord finders, letting you index your c
|
|
|
31
31
|
|
|
32
32
|
== TODO
|
|
33
33
|
|
|
34
|
-
-
|
|
34
|
+
- Add messages for rake tasks
|
|
35
|
+
- Better error handler
|
|
36
|
+
- Try to remove ActiveRecord dependency, making it work with others ORMs/ODMs/etc
|
|
37
|
+
- Documentation
|
|
38
|
+
- Improve test suite
|
|
35
39
|
|
|
36
40
|
== Maintainer
|
|
37
41
|
|
|
38
|
-
* Rafael Souza - http://rafaelss.com
|
|
42
|
+
* Rafael Souza - http://rafaelss.com
|
|
39
43
|
|
|
40
44
|
== License
|
|
41
45
|
|
data/dnif.gemspec
CHANGED
data/lib/dnif/configuration.rb
CHANGED