shipd_style 0.2.2 → 0.2.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/Gemfile.lock +1 -1
- data/lib/shipd_style/version.rb +1 -1
- data/lib/templates/carousel.mustache +4 -0
- data/lib/templates/{dialog.html → dialog.mustache} +0 -0
- data/lib/templates/header.mustache +7 -0
- data/lib/templates/overlay.mustache +3 -0
- data/lib/templates/page.mustache +3 -0
- metadata +6 -4
- data/lib/templates/carousel.html +0 -6
- data/lib/templates/page-layout.html +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e4d1bb5b95757ddb23f7f85acbdcbca9acd9af4
|
|
4
|
+
data.tar.gz: 1a8091bdc9b0adbcfb234ab977bbffcf1c9425ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c0dd43a336266ca08bcce09f9b54bb5de9ec2c889f8e1636147e3c26b0e71bec804df34dc820dd33cb6007314aadc3028e2770581bccb4fc633181fac5db968
|
|
7
|
+
data.tar.gz: 04b2a407dce25b2e922387118e6195c8a6d1fa532eb052922de6f82baef0fd4d1aaf0e23c8bb2cd19705e9cb3d134d6716bda1825b2a320e9d0a11df676f2ee1
|
data/Gemfile.lock
CHANGED
data/lib/shipd_style/version.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shipd_style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kane Baccigalupi
|
|
@@ -129,9 +129,11 @@ files:
|
|
|
129
129
|
- lib/shipd_style/shipd_style.rake
|
|
130
130
|
- lib/shipd_style/tasks.rb
|
|
131
131
|
- lib/shipd_style/version.rb
|
|
132
|
-
- lib/templates/carousel.
|
|
133
|
-
- lib/templates/dialog.
|
|
134
|
-
- lib/templates/
|
|
132
|
+
- lib/templates/carousel.mustache
|
|
133
|
+
- lib/templates/dialog.mustache
|
|
134
|
+
- lib/templates/header.mustache
|
|
135
|
+
- lib/templates/overlay.mustache
|
|
136
|
+
- lib/templates/page.mustache
|
|
135
137
|
- shipd_style.gemspec
|
|
136
138
|
- spec/copy_spreadsheet_spec.rb
|
|
137
139
|
- spec/spec_helper.rb
|
data/lib/templates/carousel.html
DELETED