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 +4 -4
- data/lib/wolas_channel/version.rb +1 -1
- data/lib/wolas_channel.rb +1 -1
- data/wolas_channel-0.1.4.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9c947b5e508d0a0c35f08d3153da5d5da138b3b
|
4
|
+
data.tar.gz: 60c52cd789616ec43854cc106af471287c1b362a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4f7f6a9689b5567fa74f5622c8dd2bb07872ac3ee01ee0987dc868f9a92ac15ac0cee4fc495df7f2fb745871d9af5fe46eb79e88d4a76ab48eda849671f7ce4
|
7
|
+
data.tar.gz: 08c82993166cea53e71c908c1446fc0db068daa744260634d02e8e0b96f3d020c77084ba8d463ad0d9ed68cdae1132ec68b910bf0dddcd420612bd95e5c22c51
|
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
|
+
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: []
|