data_collector 0.41.0 → 0.41.1

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
  SHA256:
3
- metadata.gz: 4a1ff20af153214903e447f712e1103d1ad3f31c0d78116f0d53ada7e0ca4870
4
- data.tar.gz: 8daf87004c13c9842f2c6c8bd32de92064e17305ec05cdcff6cc2d9aff3b83a5
3
+ metadata.gz: 7129e581e83ed3d1d2ac2a7df0f755d55b278c99a3caf83ee1d1b93ff143b440
4
+ data.tar.gz: 2914af4cd633fa592a770d579e8d27d5d69a9c0559829161ff210a26040fe498
5
5
  SHA512:
6
- metadata.gz: 614d463b0325b3d0a258e29eb1eb201e95123b77d0dfce47f798417f21a55a5c35b4d1109e6be563278dcedb0add4d275ee2408359a1727d5668d141497ba780
7
- data.tar.gz: cc6429da9bb97ca08e01b9180d7eaedaa2800cf9b663c8486658a15371da45bb4f3650b833d885020af2034d59ccc249682d6590cbc4b333441af7e405092790
6
+ metadata.gz: 2629bcf0144699d9196a28884d30af0db03a0afd28392114e66df80e924a2e1945005f0c0ead108e015487c78050d7485d03a123a6822635413462f09c3f3930
7
+ data.tar.gz: 927b22389fcebad4e66f446a5ed131b85e05fde2aa6fa3343f3382112c5eed45f4a6c787f4d845126fc9c46f66cf4a7c9bb9abec170ec49f200fda41b3b36274
@@ -32,28 +32,28 @@ module BunnyBurrow
32
32
  :connection_name
33
33
  )
34
34
 
35
- private
36
-
37
- def connection
38
- Connection.instance.connection_name = @connection_name
39
- Connection.instance.verify_peer = @verify_peer
40
- Connection.instance.rabbitmq_url = @rabbitmq_url
41
-
42
- unless @connection
43
- @connection = Connection.instance.connection
44
- @connection.start unless @connection.open?
45
- end
46
-
47
- @connection
48
- end
49
-
50
- def channel
51
- Connection.instance.connection_name = @connection_name
52
- Connection.instance.verify_peer = @verify_peer
53
- Connection.instance.rabbitmq_url = @rabbitmq_url
54
-
55
- @channel = Connection.instance.channel
56
- end
35
+ # private
36
+ #
37
+ # def connection
38
+ # Connection.instance.connection_name = @connection_name
39
+ # Connection.instance.verify_peer = @verify_peer
40
+ # Connection.instance.rabbitmq_url = @rabbitmq_url
41
+ #
42
+ # unless @connection
43
+ # @connection = Connection.instance.connection
44
+ # @connection.start unless @connection.open?
45
+ # end
46
+ #
47
+ # @connection
48
+ # end
49
+ #
50
+ # def channel
51
+ # Connection.instance.connection_name = @connection_name
52
+ # Connection.instance.verify_peer = @verify_peer
53
+ # Connection.instance.rabbitmq_url = @rabbitmq_url
54
+ #
55
+ # @channel = Connection.instance.channel
56
+ # end
57
57
  end
58
58
  end
59
59
 
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module DataCollector
3
- VERSION = "0.41.0"
3
+ VERSION = "0.41.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_collector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.41.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehmet Celik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-30 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport