texticle 2.0.pre → 2.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +1 -1
- data/README.rdoc +2 -2
- data/lib/texticle.rb +1 -1
- data/spec/config.yml +1 -1
- data/spec/texticle_spec.rb +4 -0
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -19,7 +19,7 @@ extending ActiveRecord with scopes making search easy and fun!
|
|
19
19
|
|
20
20
|
In the project's Gemfile add
|
21
21
|
|
22
|
-
gem 'texticle', '~> 2.
|
22
|
+
gem 'texticle', '~> 2.0.pre', :require => 'texticle/rails'
|
23
23
|
|
24
24
|
* ActiveRecord outside of Rails 3
|
25
25
|
|
@@ -40,7 +40,7 @@ Your models now have access to the search method:
|
|
40
40
|
|
41
41
|
== INSTALL:
|
42
42
|
|
43
|
-
* gem install texticle
|
43
|
+
* gem install texticle --pre
|
44
44
|
|
45
45
|
== LICENSE:
|
46
46
|
|
data/lib/texticle.rb
CHANGED
data/spec/config.yml
CHANGED
data/spec/texticle_spec.rb
CHANGED