This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/bundler/nokogiri-1.13.10
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


 discard 569a02a  Bump nokogiri from 1.13.9 to 1.13.10
     add f3816a3  Rework the documentation (#1)
     add a76e8b7  Bump nokogiri from 1.13.9 to 1.13.10

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (569a02a)
            \
             N -- N -- N   refs/heads/dependabot/bundler/nokogiri-1.13.10 
(a76e8b7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    2 +-
 .gitignore                                         |    3 +-
 Gemfile.lock                                       |    2 +-
 _data/menu.yaml                                    |   46 +-
 _layouts/default.html                              |    8 +-
 _sass/skeleton.scss                                |   14 +-
 about.md                                           |   11 +-
 assets/demo.html                                   |    8 +-
 developer-manual/geocoder/index.md                 |    9 +
 developer-manual/how-to-build-with-maven/index.md  |    9 +
 developer-manual/index.md                          |   18 +
 developer-manual/ip-to-location/index.md           |  111 ++
 developer-manual/project-structure/index.md        |   17 +
 developer-manual/setup-in-intellij/index.md        |   13 +
 .../stylesheet/stylesheet.md                       |    6 +-
 examples/{extrusion => _extrusion}/index.md        |    4 +-
 examples/{extrusion => _extrusion}/screenshot.png  |  Bin
 examples/{geoadmin => _geoadmin}/index.md          |    0
 examples/contour/indexes.sql                       |    0
 .../contour/liecthenstein-aster-dem-v2-3857.tif    |  Bin 1966773 -> 0 bytes
 examples/contour/liecthenstein-aster-dem-v2.tif    |  Bin 1739201 -> 0 bytes
 examples/contour/style.json                        |   31 -
 examples/contour/tileset.json                      |   29 -
 examples/extrusion/indexes.sql                     |    5 -
 examples/extrusion/style.json                      |   31 -
 examples/extrusion/tileset.json                    |   31 -
 examples/extrusion/workflow.json                   |   42 -
 examples/geoadmin/style.json                       |   31 -
 examples/geoadmin/tileset.json                     |   29 -
 examples/geoadmin/tileset.yaml                     |   19 -
 examples/geocoding/index.md                        |   36 +
 .../index.md                                       |   32 +-
 examples/import-naturalearth-into-postgis/index.md |   49 +
 .../database.png                                   |  Bin
 .../index.md                                       |   95 +-
 examples/index.md                                  |   31 +-
 examples/ip-to-location/index.md                   |   51 +
 examples/naturalearth/index.md                     |   46 -
 examples/naturalearth/indexes.sql                  |  135 --
 examples/naturalearth/style.json                   |   33 -
 examples/naturalearth/tileset.json                 | 1360 --------------------
 examples/naturalearth/workflow.json                |   32 -
 examples/openstreetmap/indexes.sql                 |    5 -
 .../openstreetmap/liechtenstein-latest.osm.pbf     |  Bin 2710779 -> 0 bytes
 examples/openstreetmap/screenshot.png              |  Bin 262397 -> 0 bytes
 examples/openstreetmap/style.js                    |   26 -
 examples/openstreetmap/style.json                  |   26 -
 examples/openstreetmap/tileset.json                |  521 --------
 examples/openstreetmap/workflow.json               |   42 -
 examples/serve-vector-tiles/index.md               |   95 ++
 getting-started/index.md                           |   15 +
 getting-started/installing-postgis/index.md        |   33 +
 getting-started/installing-the-cli/index.md        |   35 +
 index.html                                         |   12 +-
 installation.md                                    |   53 -
 notes/postgis.md                                   |    2 +-
 56 files changed, 623 insertions(+), 2671 deletions(-)
 create mode 100644 developer-manual/geocoder/index.md
 create mode 100644 developer-manual/how-to-build-with-maven/index.md
 create mode 100644 developer-manual/index.md
 create mode 100644 developer-manual/ip-to-location/index.md
 create mode 100644 developer-manual/project-structure/index.md
 create mode 100644 developer-manual/setup-in-intellij/index.md
 rename stylesheet.md => developer-manual/stylesheet/stylesheet.md (86%)
 rename examples/{extrusion => _extrusion}/index.md (89%)
 rename examples/{extrusion => _extrusion}/screenshot.png (100%)
 rename examples/{geoadmin => _geoadmin}/index.md (100%)
 delete mode 100644 examples/contour/indexes.sql
 delete mode 100644 examples/contour/liecthenstein-aster-dem-v2-3857.tif
 delete mode 100644 examples/contour/liecthenstein-aster-dem-v2.tif
 delete mode 100644 examples/contour/style.json
 delete mode 100644 examples/contour/tileset.json
 delete mode 100644 examples/extrusion/indexes.sql
 delete mode 100644 examples/extrusion/style.json
 delete mode 100644 examples/extrusion/tileset.json
 delete mode 100644 examples/extrusion/workflow.json
 delete mode 100644 examples/geoadmin/style.json
 delete mode 100644 examples/geoadmin/tileset.json
 delete mode 100644 examples/geoadmin/tileset.yaml
 create mode 100644 examples/geocoding/index.md
 rename examples/{contour => import-contour-into-postgis}/index.md (56%)
 create mode 100644 examples/import-naturalearth-into-postgis/index.md
 rename examples/{openstreetmap => import-osm-into-postgis}/database.png (100%)
 rename examples/{openstreetmap => import-osm-into-postgis}/index.md (52%)
 create mode 100644 examples/ip-to-location/index.md
 delete mode 100644 examples/naturalearth/index.md
 delete mode 100644 examples/naturalearth/indexes.sql
 delete mode 100644 examples/naturalearth/style.json
 delete mode 100644 examples/naturalearth/tileset.json
 delete mode 100644 examples/naturalearth/workflow.json
 delete mode 100644 examples/openstreetmap/indexes.sql
 delete mode 100644 examples/openstreetmap/liechtenstein-latest.osm.pbf
 delete mode 100644 examples/openstreetmap/screenshot.png
 delete mode 100644 examples/openstreetmap/style.js
 delete mode 100644 examples/openstreetmap/style.json
 delete mode 100644 examples/openstreetmap/tileset.json
 delete mode 100644 examples/openstreetmap/workflow.json
 create mode 100644 examples/serve-vector-tiles/index.md
 create mode 100644 getting-started/index.md
 create mode 100644 getting-started/installing-postgis/index.md
 create mode 100644 getting-started/installing-the-cli/index.md
 delete mode 100644 installation.md

Reply via email to