sunspot_stats 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,3 +1,4 @@
1
1
  module SunspotStats
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4
3
+ "
3
4
  end
data/lib/sunspot_stats.rb CHANGED
@@ -9,7 +9,7 @@ end
9
9
  require File.join(File.dirname(__FILE__), "search", file)
10
10
  end
11
11
 
12
- %w(stat_query field_stat).each do |file|
12
+ %w(stat_query field_stat edismax).each do |file|
13
13
  require(File.join(File.dirname(__FILE__), 'query', file))
14
14
  end
15
15
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - duccio giovannelli
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-07-16 00:00:00 +02:00
17
+ date: 2012-07-21 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -61,7 +61,7 @@ files:
61
61
  - README.md
62
62
  - Rakefile
63
63
  - lib/dsl/field_query.rb
64
- - lib/edismax.rb
64
+ - lib/query/edismax.rb
65
65
  - lib/query/field_stat.rb
66
66
  - lib/query/stat_query.rb
67
67
  - lib/search/stat_facet.rb