mm_es_search 0.0.2 → 0.0.3

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.
@@ -19,12 +19,6 @@ module MmEsSearch
19
19
 
20
20
  key :checked, String
21
21
 
22
- def from=(val)
23
- super.tap do
24
- binding.pry if from.is_a?(DateTime)
25
- end
26
- end
27
-
28
22
  def attributes(*args)
29
23
  attr = super
30
24
  attr.each_with_object({}) do |(key, value), hsh|
@@ -186,7 +186,7 @@ module MmEsSearch
186
186
  when "count"
187
187
  es_value
188
188
 
189
- end.tap { |out| binding.pry if out.is_a?(Time) and out.year == 1819 }
189
+ end
190
190
 
191
191
 
192
192
  else
@@ -1,3 +1,3 @@
1
1
  module MmEsSearch
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,8 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm_es_search
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.0.2
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 3
9
+ version: 0.0.3
6
10
  platform: ruby
7
11
  authors:
8
12
  - Jonathan Chambers
@@ -10,7 +14,8 @@ autorequire:
10
14
  bindir: bin
11
15
  cert_chain: []
12
16
 
13
- date: 2013-02-15 00:00:00 Z
17
+ date: 2013-02-27 00:00:00 +00:00
18
+ default_executable:
14
19
  dependencies: []
15
20
 
16
21
  description: Provides modules that can form the basis of a mongomapper class implementing a search model.
@@ -91,6 +96,7 @@ files:
91
96
  - lib/mm_es_search/utils/search_logger.rb
92
97
  - lib/mm_es_search/version.rb
93
98
  - mm_es_search.gemspec
99
+ has_rdoc: true
94
100
  homepage: https://github.com/jmchambers/mm_es_search
95
101
  licenses: []
96
102
 
@@ -104,17 +110,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
110
  requirements:
105
111
  - - ">="
106
112
  - !ruby/object:Gem::Version
113
+ segments:
114
+ - 0
107
115
  version: "0"
108
116
  required_rubygems_version: !ruby/object:Gem::Requirement
109
117
  none: false
110
118
  requirements:
111
119
  - - ">="
112
120
  - !ruby/object:Gem::Version
121
+ segments:
122
+ - 0
113
123
  version: "0"
114
124
  requirements: []
115
125
 
116
126
  rubyforge_project: mm_es_search
117
- rubygems_version: 1.8.17
127
+ rubygems_version: 1.3.7
118
128
  signing_key:
119
129
  specification_version: 3
120
130
  summary: Tools to build a mongomapper model that stores and executes complex elasticsearch queries.