hariton-thinking-sphinx 1.2.11 → 1.2.11.2

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.
@@ -29,7 +29,7 @@ module ThinkingSphinx
29
29
  end
30
30
 
31
31
  def cast_to_datetime(clause)
32
- "cast(extract(epoch from #{clause}) as int)"
32
+ "cast(extract(epoch from #{clause}) as bigint)"
33
33
  end
34
34
 
35
35
  def cast_to_unsigned(clause)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hariton-thinking-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.11
4
+ version: 1.2.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Allan
@@ -106,7 +106,6 @@ files:
106
106
  - vendor/riddle/lib/riddle/controller.rb
107
107
  has_rdoc: false
108
108
  homepage: http://ts.freelancing-gods.com
109
- licenses:
110
109
  post_install_message: |+
111
110
  With the release of Thinking Sphinx 1.1.18, there is one important change to
112
111
  note: previously, the default morphology for indexing was 'stem_en'. The new
@@ -143,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
142
  requirements: []
144
143
 
145
144
  rubyforge_project:
146
- rubygems_version: 1.3.5
145
+ rubygems_version: 1.2.0
147
146
  signing_key:
148
147
  specification_version: 3
149
148
  summary: A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.