gdsapi-v2-ruby 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gdsapi/structs/point.rb +2 -0
- data/lib/gdsapi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3975c403f8b007083b80c3ffca4074c2e601442
|
4
|
+
data.tar.gz: c3ce928a306cc68f00cff621a1450f185f81ae7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00eccd98df83a4eb8db673dd4bb700a9ddaa53ed993cf124a97c37af36dc50a236efb7307f72d17e5f734714943d3378fdaf74ef61ef04ada4e8fd0edca88acd
|
7
|
+
data.tar.gz: e2bcf5edaf165c50ee1105214c138bd0ef8d796dbc689a052764228091eac2de8c1e63f0bcdbe00aa7ac440c8c7edbf167761c526762d9d22185a573a8f9bac6
|
data/lib/gdsapi/structs/point.rb
CHANGED
@@ -6,11 +6,13 @@ module Gdsapi
|
|
6
6
|
module Structs
|
7
7
|
class Point < ::Dry::Struct
|
8
8
|
attribute :id, Structs::Coercible::Int
|
9
|
+
attribute :point_type, Structs::Coercible::Int
|
9
10
|
attribute :name, Structs::Coercible::String
|
10
11
|
attribute :latitude, Structs::Coercible::Float
|
11
12
|
attribute :longitude, Structs::Coercible::Float
|
12
13
|
attribute :parent, Parent.optional
|
13
14
|
attribute :address, Structs::Coercible::String
|
15
|
+
attribute :attributes, Attributes.optional
|
14
16
|
end
|
15
17
|
end
|
16
18
|
end
|
data/lib/gdsapi/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdsapi-v2-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Yurchenkov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|