locomotivecms-search 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/app/cells/locomotive/partials/searchable.html.haml +1 -1
- data/lib/locomotive/search/version.rb +1 -1
- data/spec/dummy/log/test.log +2158 -0
- metadata +6 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: locomotivecms-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Alvarez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: locomotive_cms
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: activesearch
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 0.2.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 0.2.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -1205,7 +1205,8 @@ files:
|
|
1205
1205
|
- spec/support/helpers.rb
|
1206
1206
|
- spec/support/sucker_punch.rb
|
1207
1207
|
homepage: https://github.com/Papipo/locomotivecms-search
|
1208
|
-
licenses:
|
1208
|
+
licenses:
|
1209
|
+
- MIT
|
1209
1210
|
metadata: {}
|
1210
1211
|
post_install_message:
|
1211
1212
|
rdoc_options: []
|