wolas_channel 0.1.5 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9c947b5e508d0a0c35f08d3153da5d5da138b3b
4
- data.tar.gz: 60c52cd789616ec43854cc106af471287c1b362a
3
+ metadata.gz: cae176f6087ce6fd8f9c2a75b545231e94738c72
4
+ data.tar.gz: 8c6195c0ad5ec9af9ea849f529967c3b2ab38f70
5
5
  SHA512:
6
- metadata.gz: e4f7f6a9689b5567fa74f5622c8dd2bb07872ac3ee01ee0987dc868f9a92ac15ac0cee4fc495df7f2fb745871d9af5fe46eb79e88d4a76ab48eda849671f7ce4
7
- data.tar.gz: 08c82993166cea53e71c908c1446fc0db068daa744260634d02e8e0b96f3d020c77084ba8d463ad0d9ed68cdae1132ec68b910bf0dddcd420612bd95e5c22c51
6
+ metadata.gz: 302805f4fbb7bad2a197400ce659d7a501debaf6443ed887cb6f30c8a6cba58060f9e34a7b45c366853eec2dcc0e527185001dc5fd04c0b3ae88c1afff254a2c
7
+ data.tar.gz: 0ad7b705d138ffe972b683ed85563fa0b614c5f7738e3c1230f53d4b7b316d04d204c6f0863bde6810f4251f5c910421e4e400d9663c9e4441bb5efd173828fc
data/lib/wolas_channel.rb CHANGED
@@ -231,6 +231,7 @@ class WolasChannel
231
231
  type = obj[:type] || obj['type']
232
232
  unless type
233
233
  type = 'Text'
234
+ obj[:type] = 'Text'
234
235
  end
235
236
 
236
237
  # Throw errors if Video and Image types do not have required field
@@ -1,3 +1,3 @@
1
1
  class WolasChannel
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolas_channel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - WOLAS
@@ -100,6 +100,7 @@ files:
100
100
  - lib/wolas_channel.rb
101
101
  - lib/wolas_channel/version.rb
102
102
  - wolas_channel-0.1.4.gem
103
+ - wolas_channel-0.1.5.gem
103
104
  - wolas_channel.gemspec
104
105
  homepage: https://bitbucket.org/wolas-revolution/srvc-channel
105
106
  licenses: []