waterfall_bourbon_neat_rails 0.1.9.9 → 0.2.0.0
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/images/waterfall_bourbon_neat_rails/chosen-sprite.png +0 -0
- data/app/assets/images/waterfall_bourbon_neat_rails/chosen-sprite@2x.png +0 -0
- data/app/assets/javascripts/libs/chosen.jquery.js +1166 -0
- data/app/assets/javascripts/waterfall_bourbon_neat_rails/application.js +1 -0
- data/app/assets/stylesheets/custom/_components.scss +0 -66
- data/app/assets/stylesheets/custom/_pages.scss +1 -1
- data/app/assets/stylesheets/custom/components/_ajax_spinner.scss +62 -0
- data/app/assets/stylesheets/custom/components/_chosen.scss +447 -0
- data/app/assets/stylesheets/custom/components/_config.scss +3 -1
- data/app/assets/stylesheets/partials/_layout.scss +0 -5
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +7 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -200,10 +200,13 @@ extra_rdoc_files: []
|
|
200
200
|
files:
|
201
201
|
- MIT-LICENSE
|
202
202
|
- README.md
|
203
|
+
- app/assets/images/waterfall_bourbon_neat_rails/chosen-sprite.png
|
204
|
+
- app/assets/images/waterfall_bourbon_neat_rails/chosen-sprite@2x.png
|
203
205
|
- app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg
|
204
206
|
- app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif
|
205
207
|
- app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png
|
206
208
|
- app/assets/javascripts/dialog.js
|
209
|
+
- app/assets/javascripts/libs/chosen.jquery.js
|
207
210
|
- app/assets/javascripts/waterfall_bourbon_neat_rails.js
|
208
211
|
- app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
|
209
212
|
- app/assets/stylesheets/base/_base.scss
|
@@ -227,7 +230,9 @@ files:
|
|
227
230
|
- app/assets/stylesheets/custom/_reset.scss
|
228
231
|
- app/assets/stylesheets/custom/_style.scss
|
229
232
|
- app/assets/stylesheets/custom/_variables.scss
|
233
|
+
- app/assets/stylesheets/custom/components/_ajax_spinner.scss
|
230
234
|
- app/assets/stylesheets/custom/components/_captcha.scss
|
235
|
+
- app/assets/stylesheets/custom/components/_chosen.scss
|
231
236
|
- app/assets/stylesheets/custom/components/_config.scss
|
232
237
|
- app/assets/stylesheets/custom/components/_form_v1.scss
|
233
238
|
- app/assets/stylesheets/custom/components/_table.scss
|