gdsapi-v2-ruby 0.1.0 → 0.1.1

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: 90763d8f75b2b2da576237c0ff6122f01ea0879d
4
- data.tar.gz: e168a1a22eefe7b25ae71fb10192b3353b067eb1
3
+ metadata.gz: accde6cf4f570b9b2b5be37d3361e76afefae4c1
4
+ data.tar.gz: 187d37353331dcdc851ea01bf6e285be0ad98247
5
5
  SHA512:
6
- metadata.gz: 8e0b8a2eaba2d2519eae8c5d64cca73d8ac657040b8708e2cd15d4562fefd9edaa26c6a812a80aaca5a36947086786b51b1beb9d54ee7039a74b600aca0cd85e
7
- data.tar.gz: a3cfaff0d88682f5191e28ced0b06c7123b619bc3e4daeff81f90b99f99c4ba27b51460042f3e0dd0440baf275c3ee83a2cc3d9b162c55a62d4cd53b4a6d3a0a
6
+ metadata.gz: a6bc392ff5971423085ec5532f858e59ea5d46d5e01e5d4514756d1fe181ed1473bdfcc9a9f329edb994a57a434da67bea1d040847a9ae8e874ae2b0d251e0b3
7
+ data.tar.gz: f627bb8a2a45cfeaa5baa5fe5335889d3c55bbb649fe9415bc9fdf763a34f2a236e1917f5ba49f9387f86e3931318562810b93c5562fb64d2e0484cdfa92ef0d
@@ -7,7 +7,7 @@ require_relative '../structs'
7
7
  module Gdsapi
8
8
  module V2
9
9
  module Structs
10
- class Country < Dry::Struct
10
+ class Country < ::Dry::Struct
11
11
  attribute :id, Structs::Coercible::Int
12
12
  attribute :name, Structs::Coercible::String
13
13
  attribute :type, Type.optional
@@ -5,7 +5,7 @@
5
5
  module Gdsapi
6
6
  module V2
7
7
  module Structs
8
- class Location < Dry::Struct
8
+ class Location < ::Dry::Struct
9
9
  attribute :id, Structs::Coercible::Int
10
10
  attribute :name, Structs::Coercible::String
11
11
  attribute :latitude, Structs::Coercible::Float
@@ -5,7 +5,7 @@
5
5
  module Gdsapi
6
6
  module V2
7
7
  module Structs
8
- class Point < Dry::Struct
8
+ class Point < ::Dry::Struct
9
9
  attribute :id, Structs::Coercible::Int
10
10
  attribute :name, Structs::Coercible::String
11
11
  attribute :latitude, Structs::Coercible::Float
@@ -1,5 +1,5 @@
1
1
  module Gdsapi
2
2
  module V2
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Yurchenkov