ogc-gml 1.0.2 → 1.0.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: bbfb37c517aaa6292b804239329fae7acfac991428ccbb6098d5fd3de23d04c2
4
- data.tar.gz: 69aa41c84ab89355aa3508b05322b2c13341d16b387c380cfcb9d02f3a37fb1c
3
+ metadata.gz: c344ac78a38ac4d14859692ae0841cf6e7bee43bc8e731cb5b527dc17fe18815
4
+ data.tar.gz: 4175f1fdffd38d1186d0dafaba1c456d5d624aca28e1fc7dc07c507b910def64
5
5
  SHA512:
6
- metadata.gz: 7555a26c1764fb7a70bc3e87747c15fbea01e1a3f1b7338c8a3f5b7548f8f66ae9dcd4c737f1f25fa102bef39ff06fb1d5bae2f310db2b60109702bed85deac6
7
- data.tar.gz: '0139c760728fb587aca2de88846408a926e19ee8e990da898d6ecc6790fdc476820e66f5418653a42c6e066118a61af782b3339afa8c69e610bb0bb77bc3728a'
6
+ metadata.gz: b1aa6f361017f13c102cc6d121db3c1c890d68dbffe0159c107a0b1c8a851210d8f71f6c2d334c2aed59269d5b667795bb5e534ad580d955f88526f7c78c69ff
7
+ data.tar.gz: b47568b900ddfd64dc5e092eed4dd367b7ea9f024d26c3391f2c47639ba93a1fb3b17b6cb74b6bc3486592b70747e3096c80b84d3361b22a367b9640abe50f86
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2024-09-11 04:07:13 UTC using RuboCop version 1.66.1.
3
+ # on 2024-11-08 08:40:05 UTC using RuboCop version 1.68.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -23,11 +23,3 @@ Metrics/BlockLength:
23
23
  # Configuration parameters: AllowedConstants.
24
24
  Style/Documentation:
25
25
  Enabled: false
26
-
27
- # Offense count: 2
28
- # This cop supports safe autocorrection (--autocorrect).
29
- # Configuration parameters: EnforcedStyleForMultiline.
30
- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
31
- Style/TrailingCommaInArguments:
32
- Exclude:
33
- - 'spec/ogc/gml/polygon_spec.rb'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ogc
4
4
  module Gml
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ogc-gml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model