veezo_location_api 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 779a4c2e86c1f3e772545df0cbf8a7bf56e1262217ad4ff522c74ce28628ad74
4
+ data.tar.gz: 752c122bef4b9d55f6b502f8318dcfbb2a3ba8003c1ff2e54c22b326601c7969
5
+ SHA512:
6
+ metadata.gz: af850e85800808d15d81d11ee91a75de5c9eaef89e06f49885098cb73244da50b3ccbb7aa1c6d89648f0b46d2a676764001beb9baaf5571ab6d0b0ccff3e7004
7
+ data.tar.gz: 63a24c31a63b5787ba49298f3b719fdecd0419634216a806334134d662245aa9a41bd5cf3ae94ef32bdf25572dd5ca09de236b7f58b44b683119480660b74470
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: veezo_location_api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Eduardo Barbiero
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gsed to expose the methods used for integration with the api.
14
+ email:
15
+ - eduardo@solucionou.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://solucionou.com
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ homepage_uri: https://solucionou.com
25
+ source_code_uri: https://github.com/eduardobarbiero/veezo-location-api-lib
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 2.3.0
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.7.6.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Gem for integrate with Location API from Veezo.
46
+ test_files: []