builder_apm 0.5.13 → 0.5.14

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: 7c38b8b9147a7d924e00fdcff0bb60fbd574e5f599143f035e1bf6142a67989e
4
- data.tar.gz: c8a37f136b74dadb9cf3f7e65227ed142192dbc11cb3a9f3c7cf946db75a1767
3
+ metadata.gz: 4046741fdb0eb97585b597bde81dfc488910d2052e7b238760ef96169bb9a353
4
+ data.tar.gz: '0586f44c189135ff8691fb27de062f3f34fca6ce4f0da1c3802bf6ba860c22e4'
5
5
  SHA512:
6
- metadata.gz: 4f6b7711e21ccc97bdbe51e79db6a7b01a356673e0b3af9281c6595c401a34b124d19dd3ca79ea8151517d0aa6ad6bda1133e2e33ba0d35e84464fa2b8c9072c
7
- data.tar.gz: 3f1e052b4e14cc60513a020a57732931c7b0b0e50bbadac80a2432f3fd8045fe6cfdf3b91cfd3043e8f80ab3da624607d37cf63c0b6328e4ff1c960d5e5778d3
6
+ metadata.gz: 99c4e7a0c2db87dbcb7595652b6e7c07ff733ff1ba65c5892714ac53813e1526558ac8e4484c1e0dd876e4cb3b3a7f2ce31416eaaa0dcfe5f27a756e79a9c972
7
+ data.tar.gz: a082f2c0a4249b85a03d77deb23853d20e9e1a167df6b258c1ec5caf930ce13a351ae47ab0a7d83c314476a2ac8822645449c75528d98273464c6587048ce41a
@@ -1,3 +1,3 @@
1
1
  module BuilderApm
2
- VERSION = "0.5.13"
2
+ VERSION = "0.5.14"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  BuilderApm.configure do |config|
2
- config.redis_url = 'redis://localhost:6379/0' # optional - defaults to 'redis://localhost:6379/0'
2
+ config.redis_url = ENV['REDIS_URL'] # optional - defaults to 'redis://localhost:6379/0'
3
3
  config.api_key = ENV["OPENAI_API_KEY"] #required only if you want to use Ai Doctor
4
4
  config.api = "Bravo" # optional - default to 'Bravo' - "Bravo" - internal Ai / "OpenAi" - use openai ChatGPT
5
5
  config.enable_active_record_profiler = true # optional - defaults to true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: builder_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Ketelle