pickpoint 2.0.3

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.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pickpoint
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Pickpoint
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-08-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ Idiomatic Ruby client for the Pickpoint public HTTP API: geocoding, address
15
+ search, routing, device registry, and client-token minting. No realtime
16
+ tracking client in this gem.
17
+ email:
18
+ - hello@pickpoint.io
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - Gemfile
24
+ - LICENSE
25
+ - README.md
26
+ - Rakefile
27
+ - VERSION
28
+ - lib/pickpoint.rb
29
+ - lib/pickpoint/address.rb
30
+ - lib/pickpoint/auth.rb
31
+ - lib/pickpoint/client.rb
32
+ - lib/pickpoint/config.rb
33
+ - lib/pickpoint/devices.rb
34
+ - lib/pickpoint/errors.rb
35
+ - lib/pickpoint/geocoding.rb
36
+ - lib/pickpoint/http.rb
37
+ - lib/pickpoint/mint.rb
38
+ - lib/pickpoint/routing.rb
39
+ - lib/pickpoint/transport.rb
40
+ - lib/pickpoint/version.rb
41
+ - pickpoint.gemspec
42
+ homepage: https://github.com/pickpoint/ruby-sdk
43
+ licenses:
44
+ - Apache-2.0
45
+ metadata:
46
+ homepage_uri: https://pickpoint.io
47
+ documentation_uri: https://pickpoint.io/docs
48
+ source_code_uri: https://github.com/pickpoint/ruby-sdk
49
+ bug_tracker_uri: https://github.com/pickpoint/ruby-sdk/issues
50
+ rubygems_mfa_required: 'true'
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 3.1.0
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubygems_version: 3.5.22
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: Official Ruby SDK for Pickpoint — geocoding, address search, routing, devices
70
+ test_files: []