ogc-gml 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop_todo.yml +1 -9
- data/lib/ogc/gml/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c344ac78a38ac4d14859692ae0841cf6e7bee43bc8e731cb5b527dc17fe18815
|
4
|
+
data.tar.gz: 4175f1fdffd38d1186d0dafaba1c456d5d624aca28e1fc7dc07c507b910def64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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'
|
data/lib/ogc/gml/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lutaml-model
|