Skip to content

Commit

Permalink
Merge pull request #25 from souldanger/version-0.0.8
Browse files Browse the repository at this point in the history
upgrade library to v5.1.1
  • Loading branch information
souldanger authored Mar 25, 2020
2 parents 13e1b52 + 8961c70 commit f0898bc
Show file tree
Hide file tree
Showing 96 changed files with 639 additions and 599 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@ upgrade library to Workbox version 5.0.0-alpha.1 - see release notes [here](http

# 0.0.7

upgrade library to Workbox version 5.0.0 - see release notes [here](https://github.com/GoogleChrome/workbox/releases/tag/v5.0.0)
upgrade library to Workbox version 5.0.0 - see release notes [here](https://github.com/GoogleChrome/workbox/releases/tag/v5.0.0)

---

# 0.0.8

upgrade library to Workbox version 5.1.1 - see release notes [here](https://github.com/GoogleChrome/workbox/releases/tag/v5.1.1)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The plugin was originally developed by [Lavas Project](https://github.com/lavas-

---

This plugin supports **Workbox version 5.0.0** *.
This plugin supports **Workbox version 5.1.1** *.

_* in case you have been using a previous Workbox version (i.e. 3 or older), please see migration instructions [here](https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-v3)._

Expand Down Expand Up @@ -49,7 +49,7 @@ source 'https://rubygems.org'
gem 'jekyll'

group :jekyll_plugins do
gem "jekyll-pwa-workbox", "~> 0.0.7"
gem "jekyll-pwa-workbox", "~> 0.0.8"
end
```

Expand All @@ -60,7 +60,7 @@ Then run `bundle` to install the gem.
Alternatively, you can also install the gem manually, using the following command:

```
$ gem install jekyll-pwa-workbox -v 0.0.7
$ gem install jekyll-pwa-workbox -v 0.0.8
```

Once the gem has been installed successfully, add the following to your `_config.yml` in order to tell Jekyll to use the plugin:
Expand Down
6 changes: 3 additions & 3 deletions jekyll-pwa-workbox.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'jekyll-pwa-workbox'
s.version = '0.0.7'
s.date = '2020-02-04'
s.version = '0.0.8'
s.date = '2020-03-25'
s.summary = "PWA Workbox Service Worker for Jekyll."
s.description = "A Jekyll plugin that makes your PWA / Website available offline and lets you install on desktop and mobile.
It generates and injects a precache list into a Workbox v5.0.0 service worker and handles the registration process in a secure way."
It generates and injects a precache list into a Workbox v5.1.1 service worker and handles the registration process in a secure way."
s.authors = ['souldanger']
s.email = ['souldanger.industries@gmail.com']
s.files = Dir["lib/*.rb"] + Dir["lib/vendor/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-pwa-workbox.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class SWHelper
WORKBOX_VERSION = 'v5.0.0'
WORKBOX_VERSION = 'v5.1.1'
def initialize(site, config)
@site = site
@config = config
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions lib/vendor/workbox-v5.0.0/workbox-background-sync.prod.js

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions lib/vendor/workbox-v5.0.0/workbox-broadcast-update.prod.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/vendor/workbox-v5.0.0/workbox-core.dev.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions lib/vendor/workbox-v5.0.0/workbox-core.prod.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/vendor/workbox-v5.0.0/workbox-core.prod.js.map

This file was deleted.

1 change: 0 additions & 1 deletion lib/vendor/workbox-v5.0.0/workbox-expiration.dev.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions lib/vendor/workbox-v5.0.0/workbox-expiration.prod.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/vendor/workbox-v5.0.0/workbox-offline-ga.prod.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/vendor/workbox-v5.0.0/workbox-precaching.dev.js.map

This file was deleted.

Loading

0 comments on commit f0898bc

Please sign in to comment.