laa-fee-calculator-client 0.1.2 → 0.1.3

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: dec4050260a085f016d8901191c1b1732cdd9de33181105d5178e57215d7ed4e
4
- data.tar.gz: 19cd50c3a2fb3ffbcdeffacc225287866c4093145b9ed0ee9b5c509e052202e8
3
+ metadata.gz: 1d3882b5345bcdd3d6d939511a330c1edeef6efaff2174fb7cafeaa8183e77fb
4
+ data.tar.gz: 0f86f88039aa2d1254d3d763eb6ce28c8ba8085e226faa13c5291b8471788433
5
5
  SHA512:
6
- metadata.gz: e06348e90e19c81035787c3e303031a75a7c1dba8e8100ca655cf5246995817f98c9b5a9b74247779e86feb53d129b69f3971cf80b92e09401edba89e0abd1b4
7
- data.tar.gz: 2c2c4350a354c7adc1a74f9217d479eb0ca5de360af83bddb7ffd05f6bbaa360aa7feb95e0f2b36817dd51d4795be9c2ea8bc116a26976f654eb72dbff9c70e8
6
+ metadata.gz: 496b6d25799930f471d350092d328e591823448600c607cfbcdcffc7fa20a6522cfdeceb4cb3a765a27c1b481649a214a65dabc950dea00461c5771b9f6a2fda
7
+ data.tar.gz: 6571346cf84d19b3ad26c0a7c0202be4fa169cc6ab3c0bf9dab93101d4c7b7e1b72f11559bb9f3d094ccebd4457360c35f326a64538d22461af7c4b4b93f98b5
@@ -3,13 +3,13 @@
3
3
  module LAA
4
4
  module FeeCalculator
5
5
  class Configuration
6
- DEV_LAA_FEE_CALCULATOR_API_V1 = 'https://laa-fee-calculator-dev.apps.non-production.k8s.integration.dsd.io/api/v1'
6
+ LAA_FEE_CALCULATOR_API_V1 = 'https://laa-fee-calculator-production.apps.cloud-platform-live-0.k8s.integration.dsd.io/api/v1'
7
7
  HEADERS = { 'Accept' => 'application/json', 'User-Agent' => USER_AGENT }.freeze
8
8
 
9
9
  attr_accessor :host, :headers
10
10
 
11
11
  def initialize
12
- @host ||= host || DEV_LAA_FEE_CALCULATOR_API_V1
12
+ @host ||= host || LAA_FEE_CALCULATOR_API_V1
13
13
  @headers ||= headers || HEADERS
14
14
  end
15
15
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module LAA
4
4
  module FeeCalculator
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  USER_AGENT = "laa-fee-calculator-client/#{VERSION}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laa-fee-calculator-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Sugarman