waterfall_bourbon_neat_rails 0.0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +4 -0
  4. data/app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg +0 -0
  5. data/app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif +0 -0
  6. data/app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png +0 -0
  7. data/app/assets/javascripts/waterfall_bourbon_neat_rails.js +1 -0
  8. data/app/assets/javascripts/waterfall_bourbon_neat_rails/application.js +5 -0
  9. data/app/assets/stylesheets/base/_base.scss +24 -0
  10. data/app/assets/stylesheets/base/_buttons.scss +10 -0
  11. data/app/assets/stylesheets/base/_flashes.scss +15 -0
  12. data/app/assets/stylesheets/base/_forms.scss +78 -0
  13. data/app/assets/stylesheets/base/_grid-settings.scss +14 -0
  14. data/app/assets/stylesheets/base/_lists.scss +30 -0
  15. data/app/assets/stylesheets/base/_tables.scss +22 -0
  16. data/app/assets/stylesheets/base/_typography.scss +87 -0
  17. data/app/assets/stylesheets/base/_variables.scss +53 -0
  18. data/app/assets/stylesheets/base/extends/_button.scss +17 -0
  19. data/app/assets/stylesheets/base/extends/_clearfix.scss +3 -0
  20. data/app/assets/stylesheets/base/extends/_hide-text.scss +3 -0
  21. data/app/assets/stylesheets/base/mixins/_flash.scss +15 -0
  22. data/app/assets/stylesheets/normalize/README.md +57 -0
  23. data/app/assets/stylesheets/normalize/component.json +8 -0
  24. data/app/assets/stylesheets/normalize/normalize.css +425 -0
  25. data/app/assets/stylesheets/normalize/package.json +30 -0
  26. data/app/assets/stylesheets/partials/_flash.scss +15 -0
  27. data/app/assets/stylesheets/partials/_footer.scss +8 -0
  28. data/app/assets/stylesheets/partials/_layout.scss +195 -0
  29. data/app/assets/stylesheets/partials/_nav.scss +58 -0
  30. data/app/assets/stylesheets/partials/_variables.scss +1 -0
  31. data/app/assets/stylesheets/waterfall_bourbon_neat_rails.css.scss +1 -0
  32. data/app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss +11 -0
  33. data/app/views/layouts/application.html.slim +10 -0
  34. data/app/views/waterfall_bourbon_neat_rails/_flash.html.slim +3 -0
  35. data/app/views/waterfall_bourbon_neat_rails/_footer.html.slim +2 -0
  36. data/app/views/waterfall_bourbon_neat_rails/_full_body.html.slim +16 -0
  37. data/app/views/waterfall_bourbon_neat_rails/_header_tags.html.slim +1 -0
  38. data/app/views/waterfall_bourbon_neat_rails/_javascript.html.slim +2 -0
  39. data/app/views/waterfall_bourbon_neat_rails/_nav.html.slim +10 -0
  40. data/app/views/waterfall_bourbon_neat_rails/_side_bar.html.slim +5 -0
  41. data/lib/waterfall_bourbon_neat_rails.rb +4 -0
  42. data/lib/waterfall_bourbon_neat_rails/engine.rb +7 -0
  43. data/lib/waterfall_bourbon_neat_rails/version.rb +3 -0
  44. metadata +247 -0
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "normalize.css",
3
+ "version": "3.0.1",
4
+ "description": "Normalize.css as a node packaged module",
5
+ "style": "normalize.css",
6
+ "files": [
7
+ "normalize.css",
8
+ "component.json"
9
+ ],
10
+ "homepage": "http://necolas.github.io/normalize.css",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git://github.com/necolas/normalize.css.git"
14
+ },
15
+ "author": {
16
+ "name": "Nicolas Gallagher"
17
+ },
18
+ "license": "MIT",
19
+ "readme": "# normalize.css v3\n\nNormalize.css is a customisable CSS file that makes browsers render all\nelements more consistently and in line with modern standards.\n\nThe project relies on researching the differences between default browser\nstyles in order to precisely target only the styles that need or benefit from\nnormalizing.\n\n[View the test file](http://necolas.github.io/normalize.css/latest/test.html)\n\n## Install\n\nDownload from the [project page](http://necolas.github.io/normalize.css/).\n\nInstall with [Component(1)](https://github.com/component/component/): `component install necolas/normalize.css`\n\nInstall with [npm](http://npmjs.org/): `npm install --save normalize.css`\n\nInstall with [Bower](http://bower.io/): `bower install --save normalize.css`\n\n## What does it do?\n\n* Preserves useful defaults, unlike many CSS resets.\n* Normalizes styles for a wide range of elements.\n* Corrects bugs and common browser inconsistencies.\n* Improves usability with subtle improvements.\n* Explains what code does using detailed comments.\n\n## How to use it\n\nNo other styles should come before Normalize.css.\n\nIt is recommended that you include the `normalize.css` file as untouched\nlibrary code.\n\n## Browser support\n\n* Google Chrome (latest)\n* Mozilla Firefox (latest)\n* Mozilla Firefox 4\n* Opera (latest)\n* Apple Safari 6+\n* Internet Explorer 8+\n\n[Normalize.css v1 provides legacy browser\nsupport](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),\nbut is no longer actively developed.\n\n## Contributing\n\nPlease read the CONTRIBUTING.md\n\n## Acknowledgements\n\nNormalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),\nco-created with [Jonathan Neal](https://github.com/jonathantneal).\n",
20
+ "readmeFilename": "README.md",
21
+ "bugs": {
22
+ "url": "https://github.com/necolas/normalize.css/issues"
23
+ },
24
+ "_id": "normalize.css@3.0.1",
25
+ "dist": {
26
+ "shasum": "0a7d531e467893d255fc83c077f1c3127423e36e"
27
+ },
28
+ "_from": "normalize.css@",
29
+ "_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-3.0.1.tgz"
30
+ }
@@ -0,0 +1,15 @@
1
+ .flash-alert {
2
+ @include flash($alert-color);
3
+ }
4
+
5
+ .flash-error {
6
+ @include flash($error-color);
7
+ }
8
+
9
+ .flash-notice {
10
+ @include flash($notice-color);
11
+ }
12
+
13
+ .flash-success {
14
+ @include flash($success-color);
15
+ }
@@ -0,0 +1,8 @@
1
+ footer#main-footer {
2
+ position: absolute;
3
+ bottom: 0px;
4
+ width: 100%;
5
+ background-color: #252525;
6
+ color: #FFF;
7
+ padding: 10px;
8
+ }
@@ -0,0 +1,195 @@
1
+ .container {
2
+ @include outer-container;
3
+ text-align: left;
4
+
5
+ ul, ol {
6
+ font-size: 1em;
7
+ font-weight: 500;
8
+
9
+ li {
10
+ margin: .5em 0;
11
+
12
+ span {
13
+ display: inline-block;
14
+
15
+ &:before {
16
+ content: '/';
17
+ margin: 0 .3em;
18
+ }
19
+ }
20
+ }
21
+ }
22
+
23
+ h2, h3 {
24
+ color: #FFF;
25
+ }
26
+ }
27
+
28
+ .large-column {
29
+ @include span-columns(8 of 12);
30
+ }
31
+
32
+ .small-column {
33
+ @include span-columns(4 of 12);
34
+ }
35
+
36
+ .side-bar {
37
+ @include span-columns(4);
38
+ }
39
+
40
+ .main-content {
41
+ @include span-columns(5);
42
+ }
43
+
44
+ .right-side-content {
45
+ @include span-columns(3);
46
+ @include omega();
47
+ }
48
+
49
+ body {
50
+ height: 100%;
51
+ }
52
+
53
+ body#main {
54
+ background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
55
+ color: #333;
56
+ position: relative;
57
+ text-align: center;
58
+
59
+ div.logo {
60
+ width: 430px;
61
+ padding: 4% 0px 6%;
62
+ margin: 0px auto;
63
+ }
64
+
65
+ .login {
66
+ position: fixed;
67
+ bottom: 0px;
68
+ width: 100%;
69
+ background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
70
+ height: 35%;
71
+ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
72
+ margin-left: 0.5em;
73
+ z-index: 100;
74
+ color: #FFF;
75
+
76
+ .form {
77
+ width: 100%;
78
+ overflow: hidden;
79
+
80
+ label {
81
+ text-align: left;
82
+ &.error {
83
+ color: rgba(255, 0, 0, 1);
84
+ font-weight: 200;
85
+ }
86
+ }
87
+
88
+ .forgot-password {
89
+ text-transform: uppercase;
90
+ a {
91
+ display: block;
92
+ float: right;
93
+ color: #A8C7E3;
94
+ &:hover {
95
+ color: #FFF;
96
+ }
97
+ }
98
+ }
99
+
100
+ .form-inputs {
101
+ margin-top: 1em;
102
+ text-align: left;
103
+ }
104
+
105
+ .form-actions {
106
+ width: 28%;
107
+ }
108
+
109
+ input[type=submit] {
110
+ padding: 3px 1em 0px 0px;
111
+ display: inline-block;
112
+ text-transform: uppercase;
113
+ color: #FFF;
114
+ font-size: 20px;
115
+ border: medium none;
116
+ font-family: $font-stack;
117
+ font-weight: 400;
118
+ margin-left: auto;
119
+ background: image-url('login-more-than.png') no-repeat scroll right center transparent;
120
+ &:hover {
121
+ color: #A8C7E3;
122
+ }
123
+ }
124
+ }
125
+
126
+ form {
127
+ display: inline-block;
128
+ width: 25%;
129
+ }
130
+
131
+ input {
132
+ background: none repeat scroll 0% 0% #FFF;
133
+ padding: 0.5em;
134
+ color: #0057A7;
135
+ border-radius: 5px;
136
+ border: medium none;
137
+ width: 100%;
138
+ font-family: $font-stack;
139
+ font-weight: 400;
140
+ }
141
+
142
+ }
143
+
144
+ span {
145
+ display: block;
146
+ text-transform: uppercase;
147
+ color: #FFF;
148
+
149
+ &.not-bold {
150
+ font-size: 22px;
151
+ line-height: 24px;
152
+ font-weight: 200;
153
+ }
154
+
155
+ &.bold {
156
+ font-weight: 600;
157
+ font-size: 42px;
158
+ line-height: 52px;
159
+ margin: 0.25em 0px;
160
+ }
161
+
162
+ }
163
+ }
164
+
165
+ body#landing-page {
166
+ background: image-url('landing-bg.gif') repeat-x fixed left center #B9B9B8;
167
+
168
+ #header{
169
+ height: 150px;
170
+ }
171
+
172
+ #header-region {
173
+ float: right;
174
+ padding: 26px 18px 0px 0px;
175
+ }
176
+
177
+ #header:after {
178
+ visibility: hidden;
179
+ display: block;
180
+ font-size: 0px;
181
+ content: " ";
182
+ clear: both;
183
+ height: 0px;
184
+ }
185
+
186
+ .logo {
187
+ float: left;
188
+ padding: 1% 0% 2% 3%;
189
+ }
190
+
191
+ .password-reset {
192
+ @extend .login;
193
+ }
194
+
195
+ }
@@ -0,0 +1,58 @@
1
+ #user-nav {
2
+ float:right;
3
+ li{
4
+ float:left;
5
+ border-left:1px solid #fff;
6
+
7
+ &:first-child{
8
+ border:none;
9
+ }
10
+ &:hover{
11
+ background-color:#999;
12
+ }
13
+ a{
14
+ text-transform:uppercase;
15
+ color:#fff;
16
+ padding: 3px 12px;
17
+ display: block;
18
+ }
19
+ }
20
+ }
21
+
22
+ #profile {
23
+ float:right;
24
+ min-width:200px;
25
+ li{
26
+ &:hover{
27
+ background-color: #fff;
28
+ a {
29
+ color:#477DCA;
30
+ }
31
+ }
32
+ }
33
+ a {
34
+ font-weight: 800;
35
+ padding: 3px 12px;
36
+ white-space: nowrap;
37
+ color: #FFF;
38
+ display: block;
39
+ text-transform: uppercase;
40
+ }
41
+
42
+ #profile_menu{
43
+ display:none;
44
+ a {
45
+ color:#477DCA;
46
+ font-weight: normal;
47
+ &:hover{
48
+ color: #FFF;
49
+ background-color: #477DCA;
50
+ }
51
+ }
52
+ }
53
+ li:hover {
54
+ #profile_menu{
55
+ display:block;
56
+ }
57
+ }
58
+ }
@@ -0,0 +1 @@
1
+ $font-stack: "Open Sans", Helvetica, Arial, sans-serif;
@@ -0,0 +1 @@
1
+ @import 'waterfall_bourbon_neat_rails/application'
@@ -0,0 +1,11 @@
1
+ @import "normalize/normalize.css";
2
+ @import "bourbon";
3
+ @import "base/base"; /* Bitters needs to be imported before Neat */
4
+ @import "neat";
5
+ @import "partials/variables";
6
+ @import "partials/layout";
7
+ @import "partials/flash";
8
+ @import "partials/nav";
9
+ @import "partials/footer";
10
+ // @import "jquery.autocomplete";
11
+ // include only jquery-ui modules that are needed
@@ -0,0 +1,10 @@
1
+ doctype html
2
+ html
3
+ head
4
+ title Title Placeholder
5
+ meta charset='utf-8'
6
+ meta name='ROBOTS' content='NOODP'
7
+ = stylesheet_link_tag :application, :media => 'all'
8
+ = csrf_meta_tags
9
+
10
+ body class=body_class
@@ -0,0 +1,3 @@
1
+ /- flash.each do |key, value|
2
+ div class=["panel", "flash-panel-#{key}"]
3
+ value
@@ -0,0 +1,2 @@
1
+ footer
2
+ p Copyright Waterfall Software Inc., All rights reserved
@@ -0,0 +1,16 @@
1
+ .container
2
+
3
+ .nav-bar
4
+ == render 'waterfall_bourbon_neat_rails/nav'
5
+
6
+ .side-bar
7
+ == render 'waterfall_bourbon_neat_rails/side_bar'
8
+
9
+ .main-content
10
+ == render 'waterfall_bourbon_neat_rails/flash'
11
+ == yield
12
+
13
+ .footer
14
+ == render 'waterfall_bourbon_neat_rails/footer'
15
+
16
+ == render 'waterfall_bourbon_neat_rails/javascript'
@@ -0,0 +1 @@
1
+ meta name="viewport" content="width=device-width, initial-scale=1.0"
@@ -0,0 +1,2 @@
1
+ = javascript_include_tag 'application'
2
+ = yield :javascript
@@ -0,0 +1,10 @@
1
+ nav
2
+ ul
3
+ li
4
+ h1
5
+ = link_to 'My Title', '#'
6
+
7
+ section
8
+ ul
9
+ li
10
+ = link_to 'Logout', '#'
@@ -0,0 +1,5 @@
1
+ img src='http://placehold.it/500x500&text=Logo'
2
+
3
+ div
4
+ h3 Something
5
+ h5 Risus ligula aliquam nec fermentum vitae
@@ -0,0 +1,4 @@
1
+ require "waterfall_bourbon_neat_rails/engine"
2
+
3
+ module WaterfallBourbonNeatRails
4
+ end
@@ -0,0 +1,7 @@
1
+ require 'rails'
2
+
3
+ module WaterfallBourbonNeatRails
4
+ class Engine < ::Rails::Engine
5
+ isolate_namespace WaterfallBourbonNeatRails
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ module WaterfallBourbonNeatRails
2
+ VERSION = "0.0.1.0".freeze
3
+ end
metadata ADDED
@@ -0,0 +1,247 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: waterfall_bourbon_neat_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Waterfall Software Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-07-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 4.1.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '4.1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 4.1.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: bourbon
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.2'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 3.2.0
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '3.2'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 3.2.0
53
+ - !ruby/object:Gem::Dependency
54
+ name: neat
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '1.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 1.6.0
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '1.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 1.6.0
73
+ - !ruby/object:Gem::Dependency
74
+ name: jquery-rails
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '3.1'
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 3.1.1
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.1'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 3.1.1
93
+ - !ruby/object:Gem::Dependency
94
+ name: jquery-validation-rails
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '1.12'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 1.12.0
103
+ type: :runtime
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '1.12'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 1.12.0
113
+ - !ruby/object:Gem::Dependency
114
+ name: rails4-autocomplete
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - "~>"
118
+ - !ruby/object:Gem::Version
119
+ version: '1.1'
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: 1.1.0
123
+ type: :runtime
124
+ prerelease: false
125
+ version_requirements: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '1.1'
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: 1.1.0
133
+ - !ruby/object:Gem::Dependency
134
+ name: slim-rails
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '2.1'
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: 2.1.5
143
+ type: :runtime
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '2.1'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 2.1.5
153
+ - !ruby/object:Gem::Dependency
154
+ name: sass-rails
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '4.0'
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: 4.0.1
163
+ type: :runtime
164
+ prerelease: false
165
+ version_requirements: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '4.0'
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: 4.0.1
173
+ description: To be used for sharing standard assets between the multiple modules of
174
+ a platform
175
+ email:
176
+ - it@waterfallsoftware.com
177
+ executables: []
178
+ extensions: []
179
+ extra_rdoc_files: []
180
+ files:
181
+ - MIT-LICENSE
182
+ - README.md
183
+ - app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg
184
+ - app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif
185
+ - app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png
186
+ - app/assets/javascripts/waterfall_bourbon_neat_rails.js
187
+ - app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
188
+ - app/assets/stylesheets/base/_base.scss
189
+ - app/assets/stylesheets/base/_buttons.scss
190
+ - app/assets/stylesheets/base/_flashes.scss
191
+ - app/assets/stylesheets/base/_forms.scss
192
+ - app/assets/stylesheets/base/_grid-settings.scss
193
+ - app/assets/stylesheets/base/_lists.scss
194
+ - app/assets/stylesheets/base/_tables.scss
195
+ - app/assets/stylesheets/base/_typography.scss
196
+ - app/assets/stylesheets/base/_variables.scss
197
+ - app/assets/stylesheets/base/extends/_button.scss
198
+ - app/assets/stylesheets/base/extends/_clearfix.scss
199
+ - app/assets/stylesheets/base/extends/_hide-text.scss
200
+ - app/assets/stylesheets/base/mixins/_flash.scss
201
+ - app/assets/stylesheets/normalize/README.md
202
+ - app/assets/stylesheets/normalize/component.json
203
+ - app/assets/stylesheets/normalize/normalize.css
204
+ - app/assets/stylesheets/normalize/package.json
205
+ - app/assets/stylesheets/partials/_flash.scss
206
+ - app/assets/stylesheets/partials/_footer.scss
207
+ - app/assets/stylesheets/partials/_layout.scss
208
+ - app/assets/stylesheets/partials/_nav.scss
209
+ - app/assets/stylesheets/partials/_variables.scss
210
+ - app/assets/stylesheets/waterfall_bourbon_neat_rails.css.scss
211
+ - app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss
212
+ - app/views/layouts/application.html.slim
213
+ - app/views/waterfall_bourbon_neat_rails/_flash.html.slim
214
+ - app/views/waterfall_bourbon_neat_rails/_footer.html.slim
215
+ - app/views/waterfall_bourbon_neat_rails/_full_body.html.slim
216
+ - app/views/waterfall_bourbon_neat_rails/_header_tags.html.slim
217
+ - app/views/waterfall_bourbon_neat_rails/_javascript.html.slim
218
+ - app/views/waterfall_bourbon_neat_rails/_nav.html.slim
219
+ - app/views/waterfall_bourbon_neat_rails/_side_bar.html.slim
220
+ - lib/waterfall_bourbon_neat_rails.rb
221
+ - lib/waterfall_bourbon_neat_rails/engine.rb
222
+ - lib/waterfall_bourbon_neat_rails/version.rb
223
+ homepage: http://waterfallsoftware.com
224
+ licenses:
225
+ - MIT
226
+ metadata: {}
227
+ post_install_message:
228
+ rdoc_options: []
229
+ require_paths:
230
+ - lib
231
+ required_ruby_version: !ruby/object:Gem::Requirement
232
+ requirements:
233
+ - - ">="
234
+ - !ruby/object:Gem::Version
235
+ version: '0'
236
+ required_rubygems_version: !ruby/object:Gem::Requirement
237
+ requirements:
238
+ - - ">="
239
+ - !ruby/object:Gem::Version
240
+ version: '0'
241
+ requirements: []
242
+ rubyforge_project: waterfall_bourbon_neat_rails
243
+ rubygems_version: 2.2.2
244
+ signing_key:
245
+ specification_version: 4
246
+ summary: The Waterfall standard UI.
247
+ test_files: []