laa-fee-calculator-client 1.0.0.rc1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -3
- data/lib/laa/fee_calculator/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e91d89315e8d8119bb926e760828c6f9f267049dbf72130c64158a0a86fc2f8
|
4
|
+
data.tar.gz: 90586ee41c12e1a473e6a725494623737e05324794168d60099e55361a7c268a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '092cbda2e9b578a3c0c07b941079437c546583368131ac5698c6e5c09ad530a5e82b2c57c50bf8abef64f28303461d298b5670c3c0a50ffd7ec5dbcceb3215b5'
|
7
|
+
data.tar.gz: 370b75e0bdb3cb1809ab1d0ec0df6bf64afcf13ec92c2ca84e60e8115ac15befe57928976f321bee676dfbdcca737c5e57d8afdfbeb0da8e4218aa3e4f3b03f6
|
data/CHANGELOG.md
CHANGED
@@ -13,9 +13,21 @@ Add latest change log entries at top using template:
|
|
13
13
|
### Removed
|
14
14
|
-
|
15
15
|
|
16
|
-
---
|
17
16
|
```
|
18
17
|
|
18
|
+
## Version 1.0.0
|
19
|
+
|
20
|
+
#### Note
|
21
|
+
The [API itself](https://laa-fee-calculator.service.justice.gov.uk/api/v1/docs) has changed datacenter and domain name. This version defaults to using the newly hosted API. The old API will no longer receive updates and should be considered deprecated. It will be removed entirely once traffic to it is near zero - please raise an [issue](https://github.com/ministryofjustice/laa-fee-calculator-client/issues) if this is problematic.
|
22
|
+
|
23
|
+
### Added
|
24
|
+
- support/testing for ruby 2.6.0, 2.6.2 and 2.6.3
|
25
|
+
### Removed
|
26
|
+
- removed support for ruby 2.4
|
27
|
+
- removed testing against ruby versions less than 2.5.5
|
28
|
+
### Modified
|
29
|
+
- default host to [https://laa-fee-calculator.service.justice.gov.uk/api/v1](https://laa-fee-calculator.service.justice.gov.uk/api/v1)
|
30
|
+
|
19
31
|
## Version 1.0.0.rc1
|
20
32
|
### Added
|
21
33
|
- support/testing for ruby 2.6.0, 2.6.2 and 2.6.3
|
@@ -25,5 +37,3 @@ Add latest change log entries at top using template:
|
|
25
37
|
### Modified
|
26
38
|
- default host to [https://laa-fee-calculator.service.justice.gov.uk/api/v1](https://laa-fee-calculator.service.justice.gov.uk/api/v1)
|
27
39
|
|
28
|
-
---
|
29
|
-
|
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: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Sugarman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-08-
|
12
|
+
date: 2019-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: addressable
|
@@ -218,9 +218,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
218
218
|
version: 2.5.0
|
219
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
220
220
|
requirements:
|
221
|
-
- - "
|
221
|
+
- - ">="
|
222
222
|
- !ruby/object:Gem::Version
|
223
|
-
version:
|
223
|
+
version: '0'
|
224
224
|
requirements: []
|
225
225
|
rubygems_version: 3.0.3
|
226
226
|
signing_key:
|