dugway 0.12.2 → 0.12.3
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/lib/dugway/liquid/filters/url_filters.rb +1 -1
- data/lib/dugway/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d4b19083d6ca54cd01c02838818a67437e42b289d41cba01f502b9037d6921e
|
|
4
|
+
data.tar.gz: 886d1b3a6ed97edd75fd617c17671c196fc048ef3bd5323d0454d05d24f3ffdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae4ac7698a7287aa79a97b630ec46272f7e81a036b2c45fb1b48398341545eadd412825a2dda85350cf3414fb34a88bb776dd97dc986726f1ff4f5418ee92816
|
|
7
|
+
data.tar.gz: 4ed1fe5591df26ffbd2cebb3b2d714909490c381d262b69bff1fa1e9593b3cdb63b156ba183a3b4c530cd1d2fe4b5ff588da0f69ae9a67af19605c2687d20729
|
data/lib/dugway/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dugway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Big Cartel
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -545,7 +545,7 @@ homepage: https://github.com/bigcartel/dugway
|
|
|
545
545
|
licenses:
|
|
546
546
|
- MIT
|
|
547
547
|
metadata: {}
|
|
548
|
-
post_install_message:
|
|
548
|
+
post_install_message:
|
|
549
549
|
rdoc_options: []
|
|
550
550
|
require_paths:
|
|
551
551
|
- lib
|
|
@@ -560,9 +560,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
560
560
|
- !ruby/object:Gem::Version
|
|
561
561
|
version: '0'
|
|
562
562
|
requirements: []
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
signing_key:
|
|
563
|
+
rubygems_version: 3.0.6
|
|
564
|
+
signing_key:
|
|
566
565
|
specification_version: 4
|
|
567
566
|
summary: Easily build and test Big Cartel themes.
|
|
568
567
|
test_files:
|