mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2025-02-16 20:18:30 +00:00
Updated gemspec
This commit is contained in:
parent
3471b6a5fe
commit
fa67341af3
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'jekyll-analytics'
|
||||
s.version = '0.1.6'
|
||||
s.date = '2017-12-21'
|
||||
s.version = '0.1.7'
|
||||
s.date = '2018-01-20'
|
||||
s.summary = "Jekyll plugin "
|
||||
s.description = "Plugin to easily add web analytics to your jekyll site without modifying your templates"
|
||||
s.description = "Plugin to easily add web analytics to your jekyll site without modifying your templates. Supported are: Google Analytics, Piwik, Matomo, MPulse"
|
||||
s.authors = ["Hendrik Schneider"]
|
||||
s.email = ''
|
||||
s.files = ["lib/jekyll-analytics.rb", "lib/analytics/GoogleAnalytics.rb", "lib/analytics/Piwik.rb"]
|
||||
s.files = ["lib/jekyll-analytics.rb", "lib/analytics/GoogleAnalytics.rb", "lib/analytics/Piwik.rb", "lib/analytics/Matomo.rb", "lib/analytics/MPulse.rb"]
|
||||
s.homepage = 'https://github.com/hendrikschneider/jekyll-analytics'
|
||||
s.license = 'MIT'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue