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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cae480188deaaa003243b6dacf9b719a819e668c
4
- data.tar.gz: a87ffec050f78ed2b8241dec03842e7d99e11859
3
+ metadata.gz: d3975c403f8b007083b80c3ffca4074c2e601442
4
+ data.tar.gz: c3ce928a306cc68f00cff621a1450f185f81ae7d
5
5
  SHA512:
6
- metadata.gz: de98e9a94dc3f42d332f9d838504d81ab3776241fe7a79c28ba0ea9cca953c68be940269a8faa569e688c7c2dae059864494b88e50cf141618eac8b7c31724b7
7
- data.tar.gz: 27231d52ddf39a939dabadb4eb0b403509a05ba31f21d4c30715405adcfcf331c7a15eefbe3ce5c0f078d897169a9cb6421f4cd69227728d5f12dc64be7eddd3
6
+ metadata.gz: 00eccd98df83a4eb8db673dd4bb700a9ddaa53ed993cf124a97c37af36dc50a236efb7307f72d17e5f734714943d3378fdaf74ef61ef04ada4e8fd0edca88acd
7
+ data.tar.gz: e2bcf5edaf165c50ee1105214c138bd0ef8d796dbc689a052764228091eac2de8c1e63f0bcdbe00aa7ac440c8c7edbf167761c526762d9d22185a573a8f9bac6
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Gdsapi
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
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-07-26 00:00:00.000000000 Z
11
+ date: 2018-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json