yt 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ describe Yt::Account, :device_app do
52
52
  end
53
53
 
54
54
  describe '.includes(:snippet)' do
55
- let(:video) { $account.videos.first }
55
+ let(:video) { $account.videos.includes(:snippet).first }
56
56
 
57
57
  specify 'eager-loads the *full* snippet of each video' do
58
58
  expect(video.instance_variable_defined? :@snippet).to be true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport