aha_builder_core 1.0.18 → 1.0.19

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: 30124379c106a7a57827a0d4ef2a0b32d60d4805cb9e791ce52f7813fd95d002
4
- data.tar.gz: 1c189283a64adcde157dd6fee5fe641f7fd87ddbe9599f866028bfe4281a985f
3
+ metadata.gz: 4aaf297f1c4dfa6ae38632f3503a063435729d43676b61abca2371a5e82bb0c8
4
+ data.tar.gz: ed911113257a940f2521a3d741817e3dbe9fa94059c20fd166629d7c192f1df3
5
5
  SHA512:
6
- metadata.gz: d5b490c19d61cc5bcef3987b68bcada8e177393b382546e35d4c11c34647fb5c5897801cc5efbb89b60b0b18b828845a122a4e8faeb817d1c5f0e01f1e010c71
7
- data.tar.gz: 48a9e14a55b43af0f588038a7ff72caec4cf894511fa8b522b3d0da20f410887f9a83ed56d6c3a0745a6848e903aef8ef1c284163412adecc3ac49f0a354847a
6
+ metadata.gz: 3bb71c0c698128b93b40415f937bedc2df5d548eb6e27f5315eb5af5dc2b362c897c042e5b9f33fcb318b26d942e47004c32c97ba41d92aa974d678db7f538d3
7
+ data.tar.gz: 4480c210490ba916c582f88e76f716a10a450f8ec3e00116a75ac95e6202c1d718ef0e004d908b1d1a568367a24bcefc95575942487c1245d0929456e4e19e49
@@ -31,7 +31,7 @@ module Aha
31
31
  def initialize
32
32
  @server_url = ENV.fetch("AHA_CORE_SERVER_URL", "https://secure.aha.io/api/core")
33
33
  @api_key = ENV.fetch("AHA_CORE_API_KEY", nil)
34
- @client_id = "#{ENV.fetch("APPLICATION_ID", nil)}.#{Rails.env.development? ? 'dev' : 'prod'}"
34
+ @client_id = ENV.fetch("APPLICATION_ID", nil)
35
35
  @jwks_cache_ttl = 3600 # 1 hour
36
36
  @refresh_lifetime_fraction = 0.5
37
37
  @timeout = 30
data/lib/aha/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aha
4
- VERSION = "1.0.18"
4
+ VERSION = "1.0.19"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aha_builder_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aha! Labs Inc.