waterfall_bourbon_neat_rails 0.0.3.7 → 0.0.3.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4eeaba6952c25216c7ee13fdf6c2ef70b4e3b3bc
|
|
4
|
+
data.tar.gz: 88899f162b96f8a9301675b3d88aa79c661038c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0009af69fad5e37a5134c76bf3cda83385ab7dae016b3ff0deb905a966ad032ff3462dcf1b5723b479b51300151d16c6ea16e70d083ef6b0be64f0055cfea5f
|
|
7
|
+
data.tar.gz: 0febb9355ca1e0a70f5d41fad8fea87b77447d07b31719e7e1f3b63e30521bc49e7b722475d2f0c5cd720bedf02db1646855892e3f31dce0a78cf6d3b5b44cc6
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@import 'waterfall_bourbon_neat_rail/application'
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
doctype html
|
|
2
|
+
html
|
|
2
3
|
head
|
|
3
4
|
title "Title Placeholder"
|
|
4
|
-
|
|
5
|
-
meta
|
|
6
|
-
meta name='ROBOTS' content= 'NOODP'
|
|
5
|
+
meta charset='utf-8'
|
|
6
|
+
meta name='ROBOTS' content='NOODP'
|
|
7
7
|
= stylesheet_link_tag :application, :media => 'all'
|
|
8
8
|
= csrf_meta_tags
|
|
9
9
|
|
|
10
10
|
body class=body_class
|
|
11
|
-
== render 'waterfall_bourbon_neat_rails/full_body'
|
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.3.
|
|
4
|
+
version: 0.0.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Waterfall Software Inc.
|
|
@@ -116,10 +116,12 @@ executables: []
|
|
|
116
116
|
extensions: []
|
|
117
117
|
extra_rdoc_files: []
|
|
118
118
|
files:
|
|
119
|
-
-
|
|
119
|
+
- MIT-LICENSE
|
|
120
|
+
- README.md
|
|
120
121
|
- app/assets/javascripts/waterfall_bourbon_neat_rails.js
|
|
121
|
-
- app/assets/
|
|
122
|
+
- app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
|
|
122
123
|
- app/assets/stylesheets/waterfall_bourbon_neat_rails.css.scss
|
|
124
|
+
- app/assets/stylesheets/waterfall_bourbon_neat_rails/application.css.scss
|
|
123
125
|
- app/views/layouts/application.html.slim
|
|
124
126
|
- app/views/waterfall_bourbon_neat_rails/_flash.html.slim
|
|
125
127
|
- app/views/waterfall_bourbon_neat_rails/_footer.html.slim
|
|
@@ -128,11 +130,9 @@ files:
|
|
|
128
130
|
- app/views/waterfall_bourbon_neat_rails/_javascript.html.slim
|
|
129
131
|
- app/views/waterfall_bourbon_neat_rails/_nav.html.slim
|
|
130
132
|
- app/views/waterfall_bourbon_neat_rails/_side_bar.html.slim
|
|
133
|
+
- lib/waterfall_bourbon_neat_rails.rb
|
|
131
134
|
- lib/waterfall_bourbon_neat_rails/engine.rb
|
|
132
135
|
- lib/waterfall_bourbon_neat_rails/version.rb
|
|
133
|
-
- lib/waterfall_bourbon_neat_rails.rb
|
|
134
|
-
- MIT-LICENSE
|
|
135
|
-
- README.md
|
|
136
136
|
homepage: http://waterfallsoftware.com
|
|
137
137
|
licenses:
|
|
138
138
|
- MIT
|
|
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
version: '0'
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project: waterfall_bourbon_neat_rails
|
|
156
|
-
rubygems_version: 2.
|
|
156
|
+
rubygems_version: 2.2.2
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: The Waterfall standard UI.
|