dnif 0.0.1.alpha.6 → 0.0.1.alpha.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- - Improve the test suite
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dnif}
8
- s.version = "0.0.1.alpha.6"
8
+ s.version = "0.0.1.alpha.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rafael Souza"]
@@ -1,5 +1,4 @@
1
1
  require 'fileutils'
2
- require 'tilt'
3
2
  require 'dnif'
4
3
 
5
4
  module Dnif
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 1
9
9
  - alpha
10
- - 6
11
- version: 0.0.1.alpha.6
10
+ - 7
11
+ version: 0.0.1.alpha.7
12
12
  platform: ruby
13
13
  authors:
14
14
  - Rafael Souza