renote_dac 0.0.161 → 0.0.162

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: 4c4a0d234d96ddb16f0eed27a660e048048ef37e831167dfcfba55235b36979c
4
- data.tar.gz: d30e85b61725e6971ea6a9c11917b76f646be30b57a9884a8349d889713aa31a
3
+ metadata.gz: 0dca3a59190ed001223e29899ed7d1ad9115fa0a7dd1f2c4c80b83f157e80293
4
+ data.tar.gz: f1a1f920f906e89ab9f43ea14ac312e73f498374665c6b31803a7536a59f7d62
5
5
  SHA512:
6
- metadata.gz: ac13ad7d1004fb8630701812572f49ff577661315ff690b85d2f69d04c4debf6cfc415c12313bc384d6d0753715d4754d33cf46970217dcb14ec167e898d3bc8
7
- data.tar.gz: 7b4d1c4d55a6545c67c4c7da8aff1285c37d765b2349ce1a1b7cb08f467503b75547b2aae177f1882a24bf800b9291707f3558c68dd2836f522acaa32d653ec4
6
+ metadata.gz: 288f55fea34a757d312d7c7de5c8b0ce3f13e5e646da7e0b4bbc3d9c0e10fa40080da49e3d11bf629c086ceee2cc9de32725d1c992581c95bae8cd897a3903f7
7
+ data.tar.gz: 76780787d958edbaf737b671d0bc01637b4f95120b8dfbe3a3d4c7b4ee9df1e640f9e8c5da10f6e29f370df87c0f60dcd70b801f2a5c6cd3e0effcd3720487f5
data/README.md CHANGED
@@ -110,18 +110,18 @@ You can attach RabbitMQ Bigwig to a Heroku application via the CLI
110
110
 
111
111
  ```bash
112
112
  heroku addons:create rabbitmq-bigwig
113
- -----> Adding rabbitmq-bigwig to sharp-mountain-4005... done, v18 (free)
113
+ $=> Adding rabbitmq-bigwig to sharp-mountain-4005... done, v18 (free)
114
114
  ```
115
115
 
116
116
  Once you have added RabbitMQ Bigwig you will find `RABBITMQ_BIGWIG_TX_URL` and `RABBITMQ_BIGWIG_RX_URL` settings in the app configuration. These contain the canonical URLs used to access the newly provisioned RabbitMQ Bigwig service instance. You can confirm this using the `heroku config:get` command.
117
117
 
118
118
  ```bash
119
119
  heroku config:get RABBITMQ_BIGWIG_RX_URL
120
- amqp://user:pass@instance.ip/resourceid
120
+ $=> amqp://user:pass@instance.ip/resourceid
121
121
  ```
122
122
  ```bash
123
123
  heroku config:get RABBITMQ_BIGWIG_TX_URL
124
- amqp://user:pass@instance.ip/resourceid2
124
+ $=> amqp://user:pass@instance.ip/resourceid2
125
125
  ```
126
126
  ## Contributing
127
127
  Contribution directions go here.
@@ -1,3 +1,3 @@
1
1
  module RenoteDac
2
- VERSION = '0.0.161'
2
+ VERSION = '0.0.162'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renote_dac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.161
4
+ version: 0.0.162
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sidney Leatherwood