wolas_channel 0.1.4 → 0.1.5

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: a138673a8f4ee2e0a4c7581c56b17175ee64d469
4
- data.tar.gz: ff4807df9dfecd03f862f7561b84619cf0f43089
3
+ metadata.gz: b9c947b5e508d0a0c35f08d3153da5d5da138b3b
4
+ data.tar.gz: 60c52cd789616ec43854cc106af471287c1b362a
5
5
  SHA512:
6
- metadata.gz: e79bd8153d18315091ee71e836704898fa861b0c8cc7ea162314f869c9cc5f5e6bf5722e05b2182b8cb3280b5b4ceb6115ba5f325061f88ea1e760646c612631
7
- data.tar.gz: 8ab0c9ecaee0f3747e813a12d12ab0c9ec92c6b7de29dedef09295f03a7eadb71bb93c47e77ae598bebf0c38208b5b215831ba088aec96307935875d0629ac1a
6
+ metadata.gz: e4f7f6a9689b5567fa74f5622c8dd2bb07872ac3ee01ee0987dc868f9a92ac15ac0cee4fc495df7f2fb745871d9af5fe46eb79e88d4a76ab48eda849671f7ce4
7
+ data.tar.gz: 08c82993166cea53e71c908c1446fc0db068daa744260634d02e8e0b96f3d020c77084ba8d463ad0d9ed68cdae1132ec68b910bf0dddcd420612bd95e5c22c51
@@ -1,3 +1,3 @@
1
1
  class WolasChannel
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/wolas_channel.rb CHANGED
@@ -249,7 +249,7 @@ class WolasChannel
249
249
  raise ErrorHandling::InvalidObject, 'The entity object must include a body field'
250
250
  end
251
251
 
252
- insert = "INSERT INTO `channel`.`entities` (`body`, `created`, `active`) VALUES (?, ?, ?, ?)"
252
+ insert = "INSERT INTO `channel`.`entities` (`body`, `created`, `active`) VALUES (?, ?, ?)"
253
253
  insert_sql = prepare_exe(@connect, insert, body, created, 1)
254
254
  # The last_id mysql2 method provides direct access to the last id inserted
255
255
  entity_id = @connect.last_id
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - WOLAS
@@ -99,6 +99,7 @@ files:
99
99
  - lib/connection.rb
100
100
  - lib/wolas_channel.rb
101
101
  - lib/wolas_channel/version.rb
102
+ - wolas_channel-0.1.4.gem
102
103
  - wolas_channel.gemspec
103
104
  homepage: https://bitbucket.org/wolas-revolution/srvc-channel
104
105
  licenses: []