waterfall_bourbon_neat_rails 1.6 → 1.7
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/javascripts/waterfall_bourbon_neat_rails/application.js +1 -0
- data/app/assets/libs/heightpicker/custom-heightpicker.css +70 -0
- data/app/assets/libs/heightpicker/custom-heightpicker.js +1406 -0
- data/app/assets/stylesheets/waterfall_bourbon_neat_rails.css +1 -0
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +3 -1
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: '1.
|
4
|
+
version: '1.7'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -230,6 +230,8 @@ files:
|
|
230
230
|
- app/assets/libs/chosen/chosen-sprite@2x.png
|
231
231
|
- app/assets/libs/chosen/chosen.jquery.css
|
232
232
|
- app/assets/libs/chosen/chosen.jquery.js
|
233
|
+
- app/assets/libs/heightpicker/custom-heightpicker.css
|
234
|
+
- app/assets/libs/heightpicker/custom-heightpicker.js
|
233
235
|
- app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
234
236
|
- app/assets/libs/jQueryUI/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
235
237
|
- app/assets/libs/jQueryUI/images/ui-bg_flat_10_000000_40x100.png
|