google_maps_service_ruby 0.6.0 → 0.6.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/google_maps_service/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7380aebcb539550614c663f694e974648e3764efa021fe1ecea338162dd3e8fa
|
|
4
|
+
data.tar.gz: 36906b8ec79ab32c96ef41627afd424b5b358371f41902b6ea1a8139b83090a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e8ed9c8a7cbba09a7f626a029bf989face0512d94c2606b5335650ea0183f8865e33d092e44d13c84dc7e9e1944d7da7f48c76bc846d05295377f9994693499
|
|
7
|
+
data.tar.gz: 6fb2876a34508764a60fa218f48ed687a7998053c0e0e241c0e1a9ce3aae5e2f11e3fa47a7d272ffcef4cf1aeb16efa1a5925a4efbee259ff32730cb3b47e42c
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -84,7 +84,7 @@ Your API key should be 40 characters long, and begin with `AIza`.
|
|
|
84
84
|
|
|
85
85
|
Add this line to your application's Gemfile:
|
|
86
86
|
|
|
87
|
-
gem '
|
|
87
|
+
gem 'google_maps_service_ruby'
|
|
88
88
|
|
|
89
89
|
And then execute:
|
|
90
90
|
|
|
@@ -92,7 +92,7 @@ And then execute:
|
|
|
92
92
|
|
|
93
93
|
Or install it yourself as:
|
|
94
94
|
|
|
95
|
-
gem install
|
|
95
|
+
gem install google_maps_service_ruby
|
|
96
96
|
|
|
97
97
|
In your Ruby code, add this line to load this gem:
|
|
98
98
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_maps_service_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lang Sharpe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|