bridgetown-plausible 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +2 -2
- data/bridgetown-plausible.gemspec +1 -1
- data/bridgetown.automation.rb +3 -3
- data/lib/bridgetown-plausible/builder.rb +2 -2
- data/lib/bridgetown-plausible/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 274f79cc340a1931282e1576222faebb147fa5e0e21f7339210c9015b096c3fd
|
4
|
+
data.tar.gz: 1ab93674cee6b180c53b12666948c4011a18c76b6e38bdf5052a177ddd4cd749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 201335bca947648ae012be89419bc8e323fd8107805a0cfb0f3934682edffd785b6fca95be75f568d9109a9c320d7f6356b20e985cbded39d2896914d23ab06e
|
7
|
+
data.tar.gz: ba0f6c7e5f669dd49800ce3f9bea12ea60081cb313c4cb883cdcbc6d2e5e2519ccd1eb77cae0e18f4234cf97525427fe3641d3e65b5e589b51a33bedc7daa003
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [1.0.2](https://www.github.com/bt-rb/bridgetown-plausible/compare/v1.0.1...v1.0.2) (2021-12-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* use correct link to repo in gemspec and render safe html ([#9](https://www.github.com/bt-rb/bridgetown-plausible/issues/9)) ([02e61b9](https://www.github.com/bt-rb/bridgetown-plausible/commit/02e61b9930240c3b2810627da1e4b357c7563b33))
|
9
|
+
* use correct package name in automation ([#10](https://www.github.com/bt-rb/bridgetown-plausible/issues/10)) ([82eb300](https://www.github.com/bt-rb/bridgetown-plausible/commit/82eb3002ce83d822cab96cbe722c1516635fa8dc))
|
10
|
+
* use the correct url for the automation in our readme docs ([b2b5961](https://www.github.com/bt-rb/bridgetown-plausible/commit/b2b596132b4452d93cfca8e6227c82d766a8691d))
|
11
|
+
|
3
12
|
### [1.0.1](https://www.github.com/bt-rb/bridgetown-plausible/compare/v1.0.0...v1.0.1) (2021-02-06)
|
4
13
|
|
5
14
|
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
Use the automation to add to your site:
|
36
36
|
|
37
37
|
```sh
|
38
|
-
bundle exec bridgetown apply https://github.com/
|
38
|
+
bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible
|
39
39
|
```
|
40
40
|
|
41
41
|
## System requirements
|
@@ -56,7 +56,7 @@ or add manually in `Gemfile`:
|
|
56
56
|
|
57
57
|
```ruby
|
58
58
|
group :bridgetown_plugins do
|
59
|
-
gem "bridgetown-plausible", "~>
|
59
|
+
gem "bridgetown-plausible", "~> 1.0.2"
|
60
60
|
end
|
61
61
|
```
|
62
62
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["andrewmcodes@protonmail.com"]
|
10
10
|
spec.summary = "Plausible Analytics Plugin for Bridgetown"
|
11
11
|
spec.description = "A Liquid tag to add Plausible analytics to your site."
|
12
|
-
spec.homepage = "https://github.com/
|
12
|
+
spec.homepage = "https://github.com/bt-rb/#{spec.name}"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.metadata = {
|
15
15
|
"bug_tracker_uri" => "#{spec.homepage}/issues",
|
data/bridgetown.automation.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
say_status :plausible, "Installing the bridgetown-plausible
|
1
|
+
say_status :plausible, "Installing the bridgetown-plausible plugin..."
|
2
2
|
|
3
3
|
domain_name = ask("What's your Plausible domain?")
|
4
4
|
|
5
|
-
add_bridgetown_plugin "bridgetown-plausible
|
5
|
+
add_bridgetown_plugin "bridgetown-plausible"
|
6
6
|
|
7
7
|
append_to_file "bridgetown.config.yml" do
|
8
8
|
<<~YAML
|
@@ -13,4 +13,4 @@ append_to_file "bridgetown.config.yml" do
|
|
13
13
|
end
|
14
14
|
|
15
15
|
say_status :plausible, "All set! Double-check the plausible block in your config file and review docs at"
|
16
|
-
say_status :plausible, "https://github.com/
|
16
|
+
say_status :plausible, "https://github.com/bt-rb/bridgetown-plausible"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown-plausible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Mason
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bridgetown
|
@@ -142,15 +142,15 @@ files:
|
|
142
142
|
- lib/bridgetown-plausible.rb
|
143
143
|
- lib/bridgetown-plausible/builder.rb
|
144
144
|
- lib/bridgetown-plausible/version.rb
|
145
|
-
homepage: https://github.com/
|
145
|
+
homepage: https://github.com/bt-rb/bridgetown-plausible
|
146
146
|
licenses:
|
147
147
|
- MIT
|
148
148
|
metadata:
|
149
|
-
bug_tracker_uri: https://github.com/
|
150
|
-
changelog_uri: https://github.com/
|
151
|
-
documentation_uri: https://github.com/
|
152
|
-
homepage_uri: https://github.com/
|
153
|
-
source_code_uri: https://github.com/
|
149
|
+
bug_tracker_uri: https://github.com/bt-rb/bridgetown-plausible/issues
|
150
|
+
changelog_uri: https://github.com/bt-rb/bridgetown-plausible/blob/main/CHANGELOG.md
|
151
|
+
documentation_uri: https://github.com/bt-rb/bridgetown-plausible
|
152
|
+
homepage_uri: https://github.com/bt-rb/bridgetown-plausible
|
153
|
+
source_code_uri: https://github.com/bt-rb/bridgetown-plausible
|
154
154
|
post_install_message:
|
155
155
|
rdoc_options: []
|
156
156
|
require_paths:
|