thinkingtank 0.0.7 → 0.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  = ThinkingTank
2
2
 
3
- See documentation in: http://indextank.com/documentation/ruby-client
3
+ See documentation in: http://indextank.com/documentation/thinkingtank
4
4
 
5
5
 
6
6
  ActiveRecord extension that allows to define models that should be indexed
@@ -1,4 +1,3 @@
1
- require 'railties'
2
1
 
3
2
  class ThinkingTankRailtie < ::Rails::Railtie
4
3
  rake_tasks do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thinkingtank
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Flaptor
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-07 00:00:00 -03:00
18
+ date: 2011-02-18 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -46,10 +46,10 @@ extra_rdoc_files: []
46
46
 
47
47
  files:
48
48
  - lib/thinkingtank.rb
49
- - lib/thinkingtank/railtie.rb
50
49
  - lib/thinkingtank/activerecord_extensions.rb
51
50
  - lib/thinkingtank/init.rb
52
51
  - lib/thinkingtank/tasks.rb
52
+ - lib/thinkingtank/railtie.rb
53
53
  - README.rdoc
54
54
  has_rdoc: true
55
55
  homepage: http://indextank.com/
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements: []
82
82
 
83
83
  rubyforge_project:
84
- rubygems_version: 1.5.0
84
+ rubygems_version: 1.4.1
85
85
  signing_key:
86
86
  specification_version: 3
87
87
  summary: Thinking-Sphinx-like Indextank plugin.