cb-api 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Cb
12
12
  @mobile_logo = args['MobileLogo'] || ''
13
13
  @footer = args['Footer'] || ''
14
14
  @video = args['Video'] || ''
15
- @is_multi_video = args['IsMultiVideo'] == 'true'
15
+ @is_multi_video = args['IsMultiVideo'] == true
16
16
  end
17
17
 
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,7 +19,7 @@ authors:
19
19
  autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
- date: 2014-01-08 00:00:00.000000000 Z
22
+ date: 2014-01-10 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: httparty