From 7caa65718a413c040b4a1244a984e7cfb7a2c351 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Thu, 11 Jun 2020 15:26:05 -0400
Subject: [PATCH] Updating drupal/simple_gmap (2.0.0 => 3.0.0)

---
 composer.json                                 |  2 +-
 composer.lock                                 | 19 ++++++++-----------
 vendor/composer/installed.json                | 19 ++++++++-----------
 web/modules/simple_gmap/simple_gmap.info.yml  |  6 +++---
 .../simple_gmap_stress_test.info.yml          |  6 +++---
 .../stress_test.info.yml                      | 12 ------------
 6 files changed, 23 insertions(+), 41 deletions(-)
 delete mode 100644 web/modules/simple_gmap/tests/module/simple_gmap_stress_test/stress_test.info.yml

diff --git a/composer.json b/composer.json
index a5f42a493c..30a12bc23b 100644
--- a/composer.json
+++ b/composer.json
@@ -159,7 +159,7 @@
         "drupal/scheduler": "1.1",
         "drupal/search_api": "1.1",
         "drupal/search_api_db": "1.1",
-        "drupal/simple_gmap": "2.0",
+        "drupal/simple_gmap": "3.0",
         "drupal/simple_megamenu": "1.0-beta3",
         "drupal/simple_sitemap": "3.6",
         "drupal/simplesamlphp_auth": "3.1",
diff --git a/composer.lock b/composer.lock
index b2df2fd7c7..d7eaaa0b58 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "807a55f9c8496dc8ac9059ce43ee7a4f",
+    "content-hash": "8e3bbc6119621b40d6efa087e3860772",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -7139,17 +7139,17 @@
         },
         {
             "name": "drupal/simple_gmap",
-            "version": "2.0.0",
+            "version": "3.0.0",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/simple_gmap.git",
-                "reference": "8.x-2.0"
+                "reference": "3.0.0"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/simple_gmap-8.x-2.0.zip",
-                "reference": "8.x-2.0",
-                "shasum": "d218842c311795cded1a75bc93595e95a9e5d701"
+                "url": "https://ftp.drupal.org/files/projects/simple_gmap-3.0.0.zip",
+                "reference": "3.0.0",
+                "shasum": "ad74aaec5a1eec64cc72a8d4a272564c53ee7594"
             },
             "require": {
                 "drupal/core": "^8 || ^9"
@@ -7159,12 +7159,9 @@
             },
             "type": "drupal-module",
             "extra": {
-                "branch-alias": {
-                    "dev-2.x": "2.x-dev"
-                },
                 "drupal": {
-                    "version": "8.x-2.0",
-                    "datestamp": "1579517588",
+                    "version": "3.0.0",
+                    "datestamp": "1591439940",
                     "security-coverage": {
                         "status": "covered",
                         "message": "Covered by Drupal's security advisory policy"
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index abf2dd8aa3..b0afebd91b 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -7357,18 +7357,18 @@
     },
     {
         "name": "drupal/simple_gmap",
-        "version": "2.0.0",
-        "version_normalized": "2.0.0.0",
+        "version": "3.0.0",
+        "version_normalized": "3.0.0.0",
         "source": {
             "type": "git",
             "url": "https://git.drupalcode.org/project/simple_gmap.git",
-            "reference": "8.x-2.0"
+            "reference": "3.0.0"
         },
         "dist": {
             "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/simple_gmap-8.x-2.0.zip",
-            "reference": "8.x-2.0",
-            "shasum": "d218842c311795cded1a75bc93595e95a9e5d701"
+            "url": "https://ftp.drupal.org/files/projects/simple_gmap-3.0.0.zip",
+            "reference": "3.0.0",
+            "shasum": "ad74aaec5a1eec64cc72a8d4a272564c53ee7594"
         },
         "require": {
             "drupal/core": "^8 || ^9"
@@ -7378,12 +7378,9 @@
         },
         "type": "drupal-module",
         "extra": {
-            "branch-alias": {
-                "dev-2.x": "2.x-dev"
-            },
             "drupal": {
-                "version": "8.x-2.0",
-                "datestamp": "1579517588",
+                "version": "3.0.0",
+                "datestamp": "1591439940",
                 "security-coverage": {
                     "status": "covered",
                     "message": "Covered by Drupal's security advisory policy"
diff --git a/web/modules/simple_gmap/simple_gmap.info.yml b/web/modules/simple_gmap/simple_gmap.info.yml
index 75589b0f00..ea6115c80c 100644
--- a/web/modules/simple_gmap/simple_gmap.info.yml
+++ b/web/modules/simple_gmap/simple_gmap.info.yml
@@ -10,7 +10,7 @@ dependencies:
 test_dependencies:
   - address
 
-# Information added by Drupal.org packaging script on 2020-01-20
-version: '8.x-2.0'
+# Information added by Drupal.org packaging script on 2020-06-06
+version: '3.0.0'
 project: 'simple_gmap'
-datestamp: 1579517590
+datestamp: 1591439944
diff --git a/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/simple_gmap_stress_test.info.yml b/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/simple_gmap_stress_test.info.yml
index d62d5378ca..701537a01f 100644
--- a/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/simple_gmap_stress_test.info.yml
+++ b/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/simple_gmap_stress_test.info.yml
@@ -7,7 +7,7 @@ core_version_requirement: ^8 || ^9
 dependencies:
   - simple_gmap
 
-# Information added by Drupal.org packaging script on 2020-01-20
-version: '8.x-2.0'
+# Information added by Drupal.org packaging script on 2020-06-06
+version: '3.0.0'
 project: 'simple_gmap'
-datestamp: 1579517590
+datestamp: 1591439944
diff --git a/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/stress_test.info.yml b/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/stress_test.info.yml
deleted file mode 100644
index 6240b24f58..0000000000
--- a/web/modules/simple_gmap/tests/module/simple_gmap_stress_test/stress_test.info.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: simple_gmap_stress_test
-type: module
-description: 'Provides a stress_test content entity.'
-package: Custom
-core: 8.x
-dependencies:
-  - simple_gmap
-
-# Information added by Drupal.org packaging script on 2020-01-20
-version: '8.x-2.0'
-project: 'simple_gmap'
-datestamp: 1579517590
-- 
GitLab