wolas_channel 0.1.10 → 0.1.11

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: 22bb4221f0fa1729a525079c8fb2c0c70918bd0b
4
- data.tar.gz: cc46d3f6b1c395ed9cf0312ddbc6e1c8878949bc
3
+ metadata.gz: 604bb1b40769163b1ba07f4814468ff6c3bb6c23
4
+ data.tar.gz: 4cc64a0413379439de5930fe3a81f61efb280737
5
5
  SHA512:
6
- metadata.gz: 10921b2bb16cd98a5217f38b60cac6a00eaf199e40bae9e429d1d873c43610e3de2583412c378514540eaab6de27cb8380ebbe136a004392871832ba72245a54
7
- data.tar.gz: 11aae290e06c3167b0c7cc3d68b712c003f14aca1638826576638e439c02540c8d2838dbb0c7c1718643787f7ec72f634b39cccf7344cf44492fec4918d76962
6
+ metadata.gz: 13eef658f2b58a8e3aba13e90235c05ddf99cb5446f62522a157ee6b0b11e4ef5fcb2605ad70d9a22d243566e044464048eb9e5dea27fab06f1c6599abd3ffb1
7
+ data.tar.gz: 3d727b9eca50be89a65755d73f146f1deb968c1f2bd97c4bff136a28c11a0b2f4dc1462465ccb2cbc12e429da76b8508aef2aa9b2e9cdc4ab120acdbc833a2e0
data/lib/wolas_channel.rb CHANGED
@@ -36,7 +36,7 @@ class WolasChannel
36
36
  # Return the last id from mysql2 object
37
37
  channel_id = connect.last_id
38
38
 
39
- return { channel_created: channel_id, channel_type: type }
39
+ return { channel_id: channel_id, type: type }
40
40
  ensure
41
41
  connect.close
42
42
  end
@@ -1,3 +1,3 @@
1
1
  class WolasChannel
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - WOLAS
@@ -99,7 +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.9.gem
102
+ - wolas_channel-0.1.10.gem
103
103
  - wolas_channel.gemspec
104
104
  homepage: https://bitbucket.org/wolas-revolution/srvc-channel
105
105
  licenses: []
Binary file