waterfall_bourbon_neat_rails 0.0.5.2 → 0.0.5.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/app/assets/stylesheets/{normalize.css → normalize}/README.md +0 -0
- data/app/assets/stylesheets/{normalize.css → normalize}/component.json +0 -0
- data/app/assets/stylesheets/{normalize.css → normalize}/normalize.css +0 -0
- data/app/assets/stylesheets/{normalize.css → normalize}/package.json +0 -0
- data/app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss +1 -1
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf5034dd440401f668767783609847acac726274
|
4
|
+
data.tar.gz: 001ff963853b304d5337a81f758b522909f59f90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa90c016f7bb680be05c783a9f1efad044525a5c2446cf926ee4414c0127adcfd3bc3b22285ea8920140a32797e1fc7a3653a037fb0a393d3b2ae911e217d02b
|
7
|
+
data.tar.gz: 516b388eaf90ae0ab1443ed6e51bb25440cb8ab743684140a1f2d58f1c3b24aa9a098a63bf1cc1f2a5d3826be821c92c7ce973020a110e8c99ecf00ea463884c
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.5.
|
4
|
+
version: 0.0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -175,10 +175,10 @@ files:
|
|
175
175
|
- app/assets/stylesheets/base/extends/_clearfix.scss
|
176
176
|
- app/assets/stylesheets/base/extends/_hide-text.scss
|
177
177
|
- app/assets/stylesheets/base/mixins/_flash.scss
|
178
|
-
- app/assets/stylesheets/normalize
|
179
|
-
- app/assets/stylesheets/normalize
|
180
|
-
- app/assets/stylesheets/normalize
|
181
|
-
- app/assets/stylesheets/normalize
|
178
|
+
- app/assets/stylesheets/normalize/README.md
|
179
|
+
- app/assets/stylesheets/normalize/component.json
|
180
|
+
- app/assets/stylesheets/normalize/normalize.css
|
181
|
+
- app/assets/stylesheets/normalize/package.json
|
182
182
|
- app/assets/stylesheets/partials/_footer.scss
|
183
183
|
- app/assets/stylesheets/partials/_layout.scss
|
184
184
|
- app/assets/stylesheets/partials/_nav.scss
|