waterfall_bourbon_neat_rails 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/dialog.js +1 -1
  3. data/app/assets/javascripts/modal.js +69 -0
  4. data/app/assets/javascripts/waterfall_bourbon_neat_rails/application.js +6 -4
  5. data/app/assets/libs/bPopup/jquery-bpopup.js +7 -0
  6. data/app/assets/libs/chosen/chosen.jquery.css +447 -0
  7. data/app/assets/{javascripts/libs → libs/chosen}/chosen.jquery.js +0 -0
  8. data/app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  9. data/app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  10. data/app/assets/libs/jQueryUI/images/ui-bg_flat_10_000000_40x100.png +0 -0
  11. data/app/assets/libs/jQueryUI/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  12. data/app/assets/libs/jQueryUI/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  13. data/app/assets/libs/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  14. data/app/assets/libs/jQueryUI/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  15. data/app/assets/libs/jQueryUI/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  16. data/app/assets/libs/jQueryUI/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  17. data/app/assets/libs/jQueryUI/images/ui-icons_222222_256x240.png +0 -0
  18. data/app/assets/libs/jQueryUI/images/ui-icons_228ef1_256x240.png +0 -0
  19. data/app/assets/libs/jQueryUI/images/ui-icons_ef8c08_256x240.png +0 -0
  20. data/app/assets/libs/jQueryUI/images/ui-icons_ffd27a_256x240.png +0 -0
  21. data/app/assets/libs/jQueryUI/images/ui-icons_ffffff_256x240.png +0 -0
  22. data/app/assets/libs/jQueryUI/index.html +513 -0
  23. data/app/assets/libs/jQueryUI/jquery-ui.css +1225 -0
  24. data/app/assets/libs/jQueryUI/jquery-ui.js +13953 -0
  25. data/app/assets/libs/jQueryUI/jquery-ui.min.css +7 -0
  26. data/app/assets/libs/jQueryUI/jquery-ui.structure.css +833 -0
  27. data/app/assets/libs/jQueryUI/jquery-ui.structure.min.css +5 -0
  28. data/app/assets/libs/jQueryUI/jquery-ui.theme.css +410 -0
  29. data/app/assets/libs/jQueryUI/jquery-ui.theme.min.css +5 -0
  30. data/app/assets/{stylesheets/libs → libs/timepicker}/jquery.ui.timepicker.css +0 -0
  31. data/app/assets/{javascripts/libs → libs/timepicker}/jquery.ui.timepicker.js +0 -0
  32. data/app/assets/stylesheets/custom/{_style.scss → _config.scss} +1 -0
  33. data/app/assets/stylesheets/custom/_general.scss +10 -0
  34. data/app/assets/stylesheets/custom/components/_ajax_spinner.scss +20 -14
  35. data/app/assets/stylesheets/custom/components/_config.scss +3 -5
  36. data/app/assets/stylesheets/custom/components/_modals.scss +52 -0
  37. data/app/assets/stylesheets/custom/components/_view_profile.scss +0 -1
  38. data/app/assets/stylesheets/custom/components/related/_body.scss +0 -0
  39. data/app/assets/stylesheets/custom/components/related/_config.scss +2 -0
  40. data/app/assets/stylesheets/{partials → custom/components/related}/_flash.scss +0 -0
  41. data/app/assets/stylesheets/custom/components/related/_landing_page.scss +3 -0
  42. data/app/assets/stylesheets/custom/components/related/_main_page.scss +3 -0
  43. data/app/assets/stylesheets/partials/_layout.scss +2 -2
  44. data/app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss +1 -3
  45. data/app/assets/stylesheets/waterfall_bourbon_neat_rails.css +3 -2
  46. data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
  47. metadata +35 -10
  48. data/app/assets/javascripts/libs/jquery-ui-1.10.4.min.js +0 -7
  49. data/app/assets/libs/abc.js +0 -3
  50. data/app/assets/stylesheets/libs/jquery-ui-1.10.4.min.css +0 -7
@@ -5,9 +5,7 @@
5
5
  @import "neat/breakpoints";
6
6
  @import "partials/variables";
7
7
  @import "partials/layout";
8
- @import "partials/flash";
9
8
  @import "partials/nav";
10
- @import "partials/footer";
11
- @import "custom/style";
9
+ @import "custom/config";
12
10
  // @import "jquery.autocomplete";
13
11
  // include only jquery-ui modules that are needed
@@ -1,5 +1,6 @@
1
1
  /*
2
2
  *=require waterfall_bourbon_neat_rails/application
3
- *=require libs/jquery-ui-1.10.4.min
4
- *=require libs/jquery.ui.timepicker
3
+ *=require ../libs/jQueryUI/jquery-ui.min.css
4
+ *=require ../libs/chosen/chosen.jquery.css
5
+ *=require ../libs/timepicker/jquery.ui.timepicker.css
5
6
  */
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.2.0".freeze
2
+ VERSION = "1.2.1".freeze
3
3
  end
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: 1.2.0
4
+ version: 1.2.1
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-29 00:00:00.000000000 Z
11
+ date: 2014-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -221,12 +221,36 @@ files:
221
221
  - app/assets/images/waterfall_bourbon_neat_rails/profile.jpg
222
222
  - app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png
223
223
  - app/assets/javascripts/dialog.js
224
- - app/assets/javascripts/libs/chosen.jquery.js
225
- - app/assets/javascripts/libs/jquery-ui-1.10.4.min.js
226
- - app/assets/javascripts/libs/jquery.ui.timepicker.js
224
+ - app/assets/javascripts/modal.js
227
225
  - app/assets/javascripts/waterfall_bourbon_neat_rails.js
228
226
  - app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
229
- - app/assets/libs/abc.js
227
+ - app/assets/libs/bPopup/jquery-bpopup.js
228
+ - app/assets/libs/chosen/chosen.jquery.css
229
+ - app/assets/libs/chosen/chosen.jquery.js
230
+ - app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_18_b81900_40x40.png
231
+ - app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_20_666666_40x40.png
232
+ - app/assets/libs/jQueryUI/images/ui-bg_flat_10_000000_40x100.png
233
+ - app/assets/libs/jQueryUI/images/ui-bg_glass_100_f6f6f6_1x400.png
234
+ - app/assets/libs/jQueryUI/images/ui-bg_glass_100_fdf5ce_1x400.png
235
+ - app/assets/libs/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png
236
+ - app/assets/libs/jQueryUI/images/ui-bg_gloss-wave_35_f6a828_500x100.png
237
+ - app/assets/libs/jQueryUI/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
238
+ - app/assets/libs/jQueryUI/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
239
+ - app/assets/libs/jQueryUI/images/ui-icons_222222_256x240.png
240
+ - app/assets/libs/jQueryUI/images/ui-icons_228ef1_256x240.png
241
+ - app/assets/libs/jQueryUI/images/ui-icons_ef8c08_256x240.png
242
+ - app/assets/libs/jQueryUI/images/ui-icons_ffd27a_256x240.png
243
+ - app/assets/libs/jQueryUI/images/ui-icons_ffffff_256x240.png
244
+ - app/assets/libs/jQueryUI/index.html
245
+ - app/assets/libs/jQueryUI/jquery-ui.css
246
+ - app/assets/libs/jQueryUI/jquery-ui.js
247
+ - app/assets/libs/jQueryUI/jquery-ui.min.css
248
+ - app/assets/libs/jQueryUI/jquery-ui.structure.css
249
+ - app/assets/libs/jQueryUI/jquery-ui.structure.min.css
250
+ - app/assets/libs/jQueryUI/jquery-ui.theme.css
251
+ - app/assets/libs/jQueryUI/jquery-ui.theme.min.css
252
+ - app/assets/libs/timepicker/jquery.ui.timepicker.css
253
+ - app/assets/libs/timepicker/jquery.ui.timepicker.js
230
254
  - app/assets/stylesheets/base/_base.scss
231
255
  - app/assets/stylesheets/base/_flashes.scss
232
256
  - app/assets/stylesheets/base/_forms.scss
@@ -239,16 +263,18 @@ files:
239
263
  - app/assets/stylesheets/base/mixins/_container.scss
240
264
  - app/assets/stylesheets/base/mixins/_flash.scss
241
265
  - app/assets/stylesheets/custom/_components.scss
266
+ - app/assets/stylesheets/custom/_config.scss
242
267
  - app/assets/stylesheets/custom/_functions.scss
268
+ - app/assets/stylesheets/custom/_general.scss
243
269
  - app/assets/stylesheets/custom/_mixins.scss
244
270
  - app/assets/stylesheets/custom/_pages.scss
245
271
  - app/assets/stylesheets/custom/_reset.scss
246
- - app/assets/stylesheets/custom/_style.scss
247
272
  - app/assets/stylesheets/custom/_variables.scss
248
273
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
249
274
  - app/assets/stylesheets/custom/components/_captcha.scss
250
275
  - app/assets/stylesheets/custom/components/_chosen.scss
251
276
  - app/assets/stylesheets/custom/components/_config.scss
277
+ - app/assets/stylesheets/custom/components/_modals.scss
252
278
  - app/assets/stylesheets/custom/components/_table.scss
253
279
  - app/assets/stylesheets/custom/components/_toolbar.scss
254
280
  - app/assets/stylesheets/custom/components/_view_profile.scss
@@ -257,19 +283,18 @@ files:
257
283
  - app/assets/stylesheets/custom/components/forms/_login.scss
258
284
  - app/assets/stylesheets/custom/components/forms/_pass_reset.scss
259
285
  - app/assets/stylesheets/custom/components/forms/_registration_and_edit.scss
286
+ - app/assets/stylesheets/custom/components/related/_body.scss
260
287
  - app/assets/stylesheets/custom/components/related/_config.scss
288
+ - app/assets/stylesheets/custom/components/related/_flash.scss
261
289
  - app/assets/stylesheets/custom/components/related/_landing_page.scss
262
290
  - app/assets/stylesheets/custom/components/related/_main_page.scss
263
291
  - app/assets/stylesheets/custom/rules.txt
264
- - app/assets/stylesheets/libs/jquery-ui-1.10.4.min.css
265
- - app/assets/stylesheets/libs/jquery.ui.timepicker.css
266
292
  - app/assets/stylesheets/neat/_breakpoints.scss
267
293
  - app/assets/stylesheets/neat/_settings.scss
268
294
  - app/assets/stylesheets/normalize/README.md
269
295
  - app/assets/stylesheets/normalize/component.json
270
296
  - app/assets/stylesheets/normalize/normalize.css
271
297
  - app/assets/stylesheets/normalize/package.json
272
- - app/assets/stylesheets/partials/_flash.scss
273
298
  - app/assets/stylesheets/partials/_footer.scss
274
299
  - app/assets/stylesheets/partials/_layout.scss
275
300
  - app/assets/stylesheets/partials/_nav.scss