gentelella-rails 0.1.7 → 0.1.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 +4 -4
- data/assets/javascripts/gentelella.coffee +1 -0
- data/assets/javascripts/moment-with-locales.js +13700 -0
- data/lib/gentelella/version.rb +1 -1
- data/lib/tasks/bower.rake +1 -0
- metadata +2 -1
data/lib/gentelella/version.rb
CHANGED
data/lib/tasks/bower.rake
CHANGED
@@ -86,6 +86,7 @@ namespace :bower do
|
|
86
86
|
cp_asset "bower_components/fullcalendar/dist/fullcalendar.js"
|
87
87
|
cp_asset "bower_components/fullcalendar/dist/fullcalendar.css"
|
88
88
|
cp_asset "bower_components/fullcalendar/dist/fullcalendar.print.css"
|
89
|
+
cp_asset "bower_components/moment/min/moment-with-locales.js"
|
89
90
|
|
90
91
|
|
91
92
|
cp_asset "bower_components/gentelella/vendors/raphael/raphael.js"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gentelella-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Lang
|
@@ -459,6 +459,7 @@ files:
|
|
459
459
|
- assets/javascripts/jqvmap/maps/jquery.vmap.usa.js
|
460
460
|
- assets/javascripts/jqvmap/maps/jquery.vmap.world.js
|
461
461
|
- assets/javascripts/jszip.js
|
462
|
+
- assets/javascripts/moment-with-locales.js
|
462
463
|
- assets/javascripts/morris.js
|
463
464
|
- assets/javascripts/parsley.js.map
|
464
465
|
- assets/javascripts/pdfmake.js
|