jekyll-anticache-tag 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/jekyll-anticache-tag.gemspec +2 -2
- data/lib/jekyll/anticache_tag/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7967f03c7d33cbcc93662c5674867c66289543a75bc75c6f9b45dcabba2bee63
|
|
4
|
+
data.tar.gz: 1f154ed26000b7a65459b27ddf9c114b0cad865a75001f09acdfc868172a790a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f9e4f02ff9cdbc1cbd3727880027d6e28bc8276af640d6db407d71dcdaa34af89c06b6bf5a1d96a0467e5d99e323516351cdf6a8af9db650146899bf8cf5350
|
|
7
|
+
data.tar.gz: f154eb380e008a9f9cea70bc71137605006c46a3d08efa9a868f87e4251f2794c83edbe4b4f9f3e86a2f86c960fb47cf82e8d061fcf36d36084e04eed2c95edd
|
|
@@ -5,8 +5,8 @@ require "jekyll/anticache_tag/version"
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "jekyll-anticache-tag"
|
|
7
7
|
spec.version = Jekyll::Anticache::VERSION
|
|
8
|
-
spec.authors = ["
|
|
9
|
-
spec.email = ["
|
|
8
|
+
spec.authors = [""]
|
|
9
|
+
spec.email = [""]
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{A simple Jekyll tag for cache busting.}
|
|
12
12
|
spec.description = %q{add unixtime query string for assets every build.}
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-anticache-tag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- ''
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -138,7 +138,7 @@ dependencies:
|
|
|
138
138
|
version: '0'
|
|
139
139
|
description: add unixtime query string for assets every build.
|
|
140
140
|
email:
|
|
141
|
-
-
|
|
141
|
+
- ''
|
|
142
142
|
executables: []
|
|
143
143
|
extensions: []
|
|
144
144
|
extra_rdoc_files: []
|