gdsapi-v2-ruby 0.2.4 → 0.2.5

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: d3975c403f8b007083b80c3ffca4074c2e601442
4
- data.tar.gz: c3ce928a306cc68f00cff621a1450f185f81ae7d
3
+ metadata.gz: 42208729c6be5da020fa7e3404cc7d7ad598ea06
4
+ data.tar.gz: db613af19afd5c2b527b15e86354a8ced497bbd9
5
5
  SHA512:
6
- metadata.gz: 00eccd98df83a4eb8db673dd4bb700a9ddaa53ed993cf124a97c37af36dc50a236efb7307f72d17e5f734714943d3378fdaf74ef61ef04ada4e8fd0edca88acd
7
- data.tar.gz: e2bcf5edaf165c50ee1105214c138bd0ef8d796dbc689a052764228091eac2de8c1e63f0bcdbe00aa7ac440c8c7edbf167761c526762d9d22185a573a8f9bac6
6
+ metadata.gz: 8d574d7353fb3681a3bb697b5ba7289ea22d2b66509186f3f1b9a76132aa2d14ea0c142c559cef59b44ae3f222a311a8183acb1c2b97b6321672c7e9fa054db8
7
+ data.tar.gz: 6216f2725bc32f04ee8662c3fd7feb6bf32ef7b400d8b55ef1cdec00925f974d0deb7178c442f590d7c97be74153c68e692b17ed974dc3fdcf335e207ef7f331
@@ -27,6 +27,7 @@ module Gdsapi
27
27
  parent: point['parent'],
28
28
  address: point['address'],
29
29
  attributes: match_attributes(point['attributes'], attributes),
30
+ type: point['pointType']
30
31
  }
31
32
  Gdsapi::Structs::Point.new args
32
33
  end
@@ -6,7 +6,7 @@ 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
+ attribute :type, Structs::Coercible::Int
10
10
  attribute :name, Structs::Coercible::String
11
11
  attribute :latitude, Structs::Coercible::Float
12
12
  attribute :longitude, Structs::Coercible::Float
@@ -1,3 +1,3 @@
1
1
  module Gdsapi
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdsapi-v2-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Yurchenkov