bootstrap-material-design 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/bootstrap-material-design/jquery.nouislider.js +667 -1
- data/app/assets/javascripts/bootstrap-material-design/material.js +80 -1
- data/app/assets/javascripts/bootstrap-material-design/ripples.js +79 -1
- data/app/assets/javascripts/bootstrap-material-design/snackbar.js +54 -2
- data/app/assets/stylesheets/bootstrap-material-design/index.css +1 -0
- data/app/assets/stylesheets/bootstrap-material-design/material-wfont.css.erb +2865 -3226
- data/app/assets/stylesheets/bootstrap-material-design/ripples.css +30 -30
- data/app/assets/stylesheets/bootstrap-material-design/snackbar.css +36 -1
- data/bootstrap-material-design.gemspec +2 -2
- data/test/dummy_app/app/views/bootstrap/{index.html → index.html.erb} +807 -1551
- metadata +4 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-material-design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul King
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- test/dummy_app/app/mailers/.keep
|
74
74
|
- test/dummy_app/app/models/.keep
|
75
75
|
- test/dummy_app/app/models/concerns/.keep
|
76
|
-
- test/dummy_app/app/views/bootstrap/index.html
|
76
|
+
- test/dummy_app/app/views/bootstrap/index.html.erb
|
77
77
|
- test/dummy_app/app/views/layouts/application.html.erb
|
78
78
|
- test/dummy_app/bin/bundle
|
79
79
|
- test/dummy_app/bin/rails
|
@@ -151,7 +151,7 @@ test_files:
|
|
151
151
|
- test/dummy_app/app/mailers/.keep
|
152
152
|
- test/dummy_app/app/models/.keep
|
153
153
|
- test/dummy_app/app/models/concerns/.keep
|
154
|
-
- test/dummy_app/app/views/bootstrap/index.html
|
154
|
+
- test/dummy_app/app/views/bootstrap/index.html.erb
|
155
155
|
- test/dummy_app/app/views/layouts/application.html.erb
|
156
156
|
- test/dummy_app/bin/bundle
|
157
157
|
- test/dummy_app/bin/rails
|