best_boy 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -247,7 +247,7 @@ module BestBoy
247
247
 
248
248
  def collection
249
249
  @best_boy_events ||= (
250
- scope = current_scope({owner_type: params[:owner_type], event_source: current_event, date: current_date})
250
+ scope = current_scope({owner_type: params[:owner_type], event: current_event, event_source: current_event_source, date: current_date})
251
251
  scope.order("created_at DESC, event ASC").page(params[:page]).per(50)
252
252
  )
253
253
  end
@@ -1,3 +1,3 @@
1
1
  module BestBoy
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best_boy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
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-06-28 00:00:00.000000000 Z
12
+ date: 2013-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: kaminari