From 9ab43275231fa3d59fd720329c1c1ef0a2abcbdc Mon Sep 17 00:00:00 2001 From: John Bintz <27256+johnbintz@users.noreply.github.com> Date: Mon, 28 Feb 2022 08:24:25 -0500 Subject: [PATCH] 0.93.0 --- .ruby-version | 2 +- .sandstorm/app-marketing-version | 2 +- .sandstorm/changelog.md | 4 ++++ .sandstorm/sandstorm-files.list | 8 ++++---- .sandstorm/sandstorm-pkgdef.capnp | 2 +- CHANGELOG.md | 4 ++++ Gemfile | 3 +++ Gemfile.lock | 19 +++++++++++++++++++ hugo-version | 2 +- 9 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/.ruby-version b/.ruby-version index 5154b3f..8c50098 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6 +3.1 diff --git a/.sandstorm/app-marketing-version b/.sandstorm/app-marketing-version index b8b0b3e..5dba363 100644 --- a/.sandstorm/app-marketing-version +++ b/.sandstorm/app-marketing-version @@ -1 +1 @@ -0.91.2~2022-01-01 +0.93.0~2022-02-28 diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 18ee38a..68969cc 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,7 @@ +## 0.93.0~2022-02-28 + +* Upgrade Hugo to 0.93.0 extended + ## 0.91.2~2022-01-01 * Upgrade Hugo to 0.91.2 extended diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index 1963048..dcabad9 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -17,13 +17,13 @@ lib64 opt/app opt/app/.babelrc opt/app/.cloudcmd.menu.js -opt/app/.nuxt/dist/0.nuxt.bundle.2bfbaaaabed77085047c.js +opt/app/.nuxt/dist/0.nuxt.bundle.7925c225729f9f031913.js opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js opt/app/.nuxt/dist/index.html -opt/app/.nuxt/dist/manifest.2a06b714caf93a404983.js -opt/app/.nuxt/dist/nuxt.bundle.5e54104e2240d2f9e820.js +opt/app/.nuxt/dist/manifest.77d3d0d23fba94a02ff3.js +opt/app/.nuxt/dist/nuxt.bundle.412a5eace0d23b42ad96.js opt/app/.nuxt/dist/server-bundle.json -opt/app/.nuxt/dist/vendor.bundle.2a06b714caf93a404983.js +opt/app/.nuxt/dist/vendor.bundle.77d3d0d23fba94a02ff3.js opt/app/.sandstorm/launcher.sh opt/app/README.md opt/app/hugo-version diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 0e749a1..f1bb85e 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Hugo"), - appVersion = 36, # Increment this for every release. + appVersion = 37, # Increment this for every release. appMarketingVersion = (defaultText = (embed "app-marketing-version")), # Human-readable representation of appVersion. Should match the way you diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b0b4c..0a11b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.93.0 + +* Upgrade Hugo to 0.93.0 extended + ## 0.91.2 * Upgrade Hugo to 0.91.2 extended diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..cc50ccd --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'httparty' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..12a8d5c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,19 @@ +GEM + remote: https://rubygems.org/ + specs: + httparty (0.20.0) + mime-types (~> 3.0) + multi_xml (>= 0.5.2) + mime-types (3.4.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2022.0105) + multi_xml (0.6.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + httparty + +BUNDLED WITH + 2.3.3 diff --git a/hugo-version b/hugo-version index 021c263..9188543 100644 --- a/hugo-version +++ b/hugo-version @@ -1 +1 @@ -0.91.2 +0.93.0