bridgetown-plausible-tag 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bridgetown-plausible-tag
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Mason
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-08-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bridgetown
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.15'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.15'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: nokogiri
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.6'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.6'
47
+ description: " A Liquid tag to add Plausible analytics to your site.\n"
48
+ email:
49
+ - andrewmcodes@protonmail.com
50
+ executables: []
51
+ extensions: []
52
+ extra_rdoc_files: []
53
+ files:
54
+ - ".gem_release.yml"
55
+ - ".github/CODEOWNERS"
56
+ - ".github/FUNDING.yml"
57
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
58
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
59
+ - ".github/PULL_REQUEST_TEMPLATE.md"
60
+ - ".github/workflows/changelog.yml"
61
+ - ".github/workflows/linters.yml"
62
+ - ".github/workflows/pr_tests.yml"
63
+ - ".github/workflows/push_tests.yml"
64
+ - ".gitignore"
65
+ - ".rspec"
66
+ - CHANGELOG.md
67
+ - CODE_OF_CONDUCT.md
68
+ - CONTRIBUTING.md
69
+ - Gemfile
70
+ - LICENSE
71
+ - README.md
72
+ - Rakefile
73
+ - bin/check
74
+ - bin/checks/standardrb
75
+ - bin/console
76
+ - bin/format
77
+ - bin/formatters/standardrb
78
+ - bin/rspec
79
+ - bin/setup
80
+ - bin/standardrb
81
+ - bridgetown-plausible-tag.gemspec
82
+ - bridgetown.automation.rb
83
+ - lib/bridgetown-plausible-tag.rb
84
+ - lib/bridgetown-plausible-tag/builder.rb
85
+ - lib/bridgetown-plausible-tag/version.rb
86
+ - media/banner.ai
87
+ - media/banner.png
88
+ homepage: https://github.com/andrewmcodes/bridgetown-plausible-tag
89
+ licenses:
90
+ - MIT
91
+ metadata:
92
+ bug_tracker_uri: https://github.com/andrewmcodes/bridgetown-plausible-tag/issues
93
+ changelog_uri: https://github.com/andrewmcodes/bridgetown-plausible-tag/blob/main/CHANGELOG.md
94
+ documentation_uri: https://github.com/andrewmcodes/bridgetown-plausible-tag
95
+ homepage_uri: https://github.com/andrewmcodes/bridgetown-plausible-tag
96
+ source_code_uri: https://github.com/andrewmcodes/bridgetown-plausible-tag
97
+ post_install_message:
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: 2.5.0
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubygems_version: 3.1.2
113
+ signing_key:
114
+ specification_version: 4
115
+ summary: Plausible Analytics Plugin for Bridgetown
116
+ test_files: []