yep_searchable 0.0.5 → 0.0.6

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTZhMTIzZDU2M2NmNWI1MDE2NWZmYjNkMDg2NjEwZGI5NmEwY2UxMw==
5
+ data.tar.gz: !binary |-
6
+ MGM4NTE3MjMxNWE4MmJiYTAwODIyYmIwM2Y3Y2RmZWM4MjExNWJlOQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzgzOGRhYmE3ZDc0OGEyZDUyMjY5YTUyNzc1YmU5NDg1OWVjY2M4Yjk1Y2Iw
10
+ NjgxMGQ3ODIzZjZhN2RiZDc5MGQyMDJlZmU5ZDVmZWEzN2Y0OGRiY2Q0NTMy
11
+ YmViYTNjNmU3ZWQyYjljMDBmMGVkNWVmNGIzZTQ3YTMzNmE1MGM=
12
+ data.tar.gz: !binary |-
13
+ NTBkYTVjMjkxOGI2MzMwYjdkMTljMWMyMDg1NmNlYjNhODU1YzE3M2JjMzg5
14
+ NGQ0MjVmNTBjNmFlZTdhOWRiOGZmNmM0NTQ0Y2QzMDgzZDc3NTBkNmM5OTJl
15
+ ZWE4ZGRiYTM4NDE4MDRmNGViYWJjMTc5NjI0YzVkZWI2Y2FiMGE=
@@ -39,7 +39,7 @@ module YepSearchable
39
39
  end
40
40
  end
41
41
 
42
- def search(propagate, *query_params)
42
+ def search_resource(propagate, *query_params)
43
43
  if !propagate.to_s.eql?"true" and !propagate.to_s.eql?"false"
44
44
  if query_params.nil? or query_params.empty?
45
45
  query_params = []
@@ -1,3 +1,3 @@
1
1
  module YepSearchable
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yep_searchable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Luiz Santana
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-24 00:00:00.000000000 Z
11
+ date: 2013-05-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -47,28 +44,27 @@ files:
47
44
  - test/test_helper.rb
48
45
  homepage: https://github.com/santanaluiz/yep_searchable
49
46
  licenses: []
47
+ metadata: {}
50
48
  post_install_message:
51
49
  rdoc_options: []
52
50
  require_paths:
53
51
  - lib
54
52
  required_ruby_version: !ruby/object:Gem::Requirement
55
- none: false
56
53
  requirements:
57
54
  - - ! '>='
58
55
  - !ruby/object:Gem::Version
59
56
  version: '0'
60
57
  required_rubygems_version: !ruby/object:Gem::Requirement
61
- none: false
62
58
  requirements:
63
59
  - - ! '>='
64
60
  - !ruby/object:Gem::Version
65
61
  version: '0'
66
62
  requirements: []
67
63
  rubyforge_project:
68
- rubygems_version: 1.8.24
64
+ rubygems_version: 2.0.3
69
65
  signing_key:
70
- specification_version: 3
71
- summary: YepSearchable-0.0.5
66
+ specification_version: 4
67
+ summary: YepSearchable-0.0.6
72
68
  test_files:
73
69
  - test/performance/browsing_test.rb
74
70
  - test/test_helper.rb