yep_searchable 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.
@@ -50,7 +50,7 @@ module YepSearchable
50
50
  end
51
51
  query_params << propagate
52
52
 
53
- propagate = false
53
+ propagate = true
54
54
  end
55
55
 
56
56
  return search_by_page(false, nil, nil, propagate, query_params)
@@ -67,7 +67,7 @@ module YepSearchable
67
67
  end
68
68
  query_params << propagate
69
69
 
70
- propagate = false
70
+ propagate = true
71
71
  end
72
72
 
73
73
  return search_by_page(true, nil, nil, propagate, query_params)
@@ -1,3 +1,3 @@
1
1
  module YepSearchable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yep_searchable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-18 00:00:00.000000000 Z
12
+ date: 2013-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -45,7 +45,7 @@ files:
45
45
  - README.rdoc
46
46
  - test/performance/browsing_test.rb
47
47
  - test/test_helper.rb
48
- homepage: http://yepdev.com
48
+ homepage: https://github.com/santanaluiz/yep_searchable
49
49
  licenses: []
50
50
  post_install_message:
51
51
  rdoc_options: []
@@ -68,7 +68,7 @@ rubyforge_project:
68
68
  rubygems_version: 1.8.24
69
69
  signing_key:
70
70
  specification_version: 3
71
- summary: YepSearchable-0.0.2
71
+ summary: YepSearchable-0.0.3
72
72
  test_files:
73
73
  - test/performance/browsing_test.rb
74
74
  - test/test_helper.rb