shipd_style 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 245b9e6e3c11bd847fd81df65b5a08d8fb9805dd
4
- data.tar.gz: 68d7e22d6f450447b7b11ad9dac7b029639f5d48
3
+ metadata.gz: 9e4d1bb5b95757ddb23f7f85acbdcbca9acd9af4
4
+ data.tar.gz: 1a8091bdc9b0adbcfb234ab977bbffcf1c9425ff
5
5
  SHA512:
6
- metadata.gz: 275f2c4062961755f0975f25a35b1ad0a713cccbec022f6e7430edeba98678aa5b359b7939d0ef0188190af8200c1481151a6becf46a00e35d013d3a74ce0007
7
- data.tar.gz: 7e756a5a92a4f70bc1e936b34d54a68593396594bee7d62c23cdf7067f41412737645242e76229b2266810e0cdf490ec186a94a9cdc76c54bc7d946c3d62a20b
6
+ metadata.gz: 9c0dd43a336266ca08bcce09f9b54bb5de9ec2c889f8e1636147e3c26b0e71bec804df34dc820dd33cb6007314aadc3028e2770581bccb4fc633181fac5db968
7
+ data.tar.gz: 04b2a407dce25b2e922387118e6195c8a6d1fa532eb052922de6f82baef0fd4d1aaf0e23c8bb2cd19705e9cb3d134d6716bda1825b2a320e9d0a11df676f2ee1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shipd_style (0.2.2)
4
+ shipd_style (0.2.3)
5
5
  compass
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module ShipdStyle
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -0,0 +1,4 @@
1
+ <div class='carousel-container my-carousel row'>
2
+ <div class='carousel-window'>
3
+ </div>
4
+ </div>
File without changes
@@ -0,0 +1,7 @@
1
+ <div id='header' class='row'>
2
+ <div class='inner'>
3
+ <h1 class='unit'>LOGO HERE</h1>
4
+ <div class='unit spacer'></div>
5
+ <h4 class='unit-right'>MENU-TRIGGER</h4>
6
+ </div>
7
+ </div>
@@ -0,0 +1,3 @@
1
+ <div id="overlay">
2
+ <!-- dialog container goes here, and turn it on via transparent class -->
3
+ </div>
@@ -0,0 +1,3 @@
1
+ <div id="page">
2
+ <!-- top level container for document -->
3
+ </div>
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.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.html
133
- - lib/templates/dialog.html
134
- - lib/templates/page-layout.html
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
@@ -1,6 +0,0 @@
1
- <script class='html-template' type="text/html" id="carousel-container-template">
2
- <div class='carousel-container my-carousel row'>
3
- <div class='carousel-window'>
4
- </div>
5
- </div>
6
- </script>
@@ -1,4 +0,0 @@
1
- <script type="text/html" id="page-template">
2
- <div id="page">
3
- </div>
4
- </script>