rails_admin_material 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +15 -0
- data/README.md +16 -10
- data/lib/rails_admin_material/version.rb +1 -1
- data/vendor/assets/stylesheets/rails_admin/themes/material/theming.scss +1 -1
- metadata +5 -5
- data/MIT-LICENSE +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e9b8ac54fe19e995a726eb1645d356dc597dd98
|
4
|
+
data.tar.gz: 194b1ef3f5a55fdb810e6d66deb5ebc01759ea99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd4a51115fb1172cef741ee99604c1d1baea15810565b61a30828c6fd6bce5725d2c93ea6719f21b8fc3c1b3f00fe8b6d966b1c14d9b051a346cd6716cf9a789
|
7
|
+
data.tar.gz: 5ec9506c0d8c37103b3db26c81f3afaecd829ebf1823ffc2d8ebf6d5f5bf6981baeca17cb957ced0e8d26254b6127fa5fdde60075f965b157d317061b784ec59
|
data/LICENSE
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
ISC License
|
2
|
+
|
3
|
+
Copyright (c) 2017, Mattia Roccoberton <mat@blocknot.es>
|
4
|
+
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
8
|
+
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
data/README.md
CHANGED
@@ -4,11 +4,11 @@ A Material Design theme for [rails_admin](https://github.com/sferik/rails_admin)
|
|
4
4
|
|
5
5
|
Features:
|
6
6
|
|
7
|
-
-
|
7
|
+
- Material user interface
|
8
8
|
|
9
|
-
-
|
9
|
+
- improve nested forms styles
|
10
10
|
|
11
|
-
- hide/show sidebar
|
11
|
+
- hide/show sidebar
|
12
12
|
|
13
13
|
Demo: [heroku app](http://rails-admin-material.herokuapp.com/admin/)
|
14
14
|
|
@@ -43,21 +43,27 @@ $fg-nav-tabs-active: #fb1;
|
|
43
43
|
|
44
44
|
![preview2](preview2.jpg)
|
45
45
|
|
46
|
-
##
|
46
|
+
## Notes
|
47
|
+
|
48
|
+
Based on [Material Design for Bootstrap](http://fezvrasta.github.io/bootstrap-material-design/)
|
47
49
|
|
48
|
-
|
50
|
+
If the styles are not applied try to clean the Rails pipeline cache:
|
49
51
|
|
50
52
|
```sh
|
51
53
|
rake assets:clean
|
52
54
|
rake assets:precompile
|
53
55
|
```
|
54
56
|
|
55
|
-
|
56
|
-
|
57
|
-
## Notes
|
58
|
-
|
59
|
-
- Based on [Material Design for Bootstrap](http://fezvrasta.github.io/bootstrap-material-design/)
|
57
|
+
Sass errors? Try updating sass-rails (or sassc-rails): `bundle update sass-rails`
|
60
58
|
|
61
59
|
## Contributors
|
62
60
|
|
63
61
|
- [Mattia Roccoberton](http://blocknot.es) - creator, maintainer
|
62
|
+
|
63
|
+
## Do you like it? Star it!
|
64
|
+
|
65
|
+
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
|
66
|
+
|
67
|
+
## License
|
68
|
+
|
69
|
+
[ISC](LICENSE)
|
@@ -180,7 +180,7 @@ body.rails_admin .form-horizontal .controls {
|
|
180
180
|
color: $fg-help-block;
|
181
181
|
display: block;
|
182
182
|
font-style: italic;
|
183
|
-
position:
|
183
|
+
position: static;
|
184
184
|
margin-top: $generic-space;
|
185
185
|
margin-bottom: $generic-space * 2;
|
186
186
|
margin-left: $generic-space * 2.5;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_material
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattia Roccoberton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails_admin
|
@@ -31,7 +31,7 @@ executables: []
|
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
-
|
34
|
+
- LICENSE
|
35
35
|
- README.md
|
36
36
|
- Rakefile
|
37
37
|
- lib/rails_admin_material.rb
|
@@ -87,7 +87,7 @@ files:
|
|
87
87
|
- vendor/assets/stylesheets/rails_admin/themes/material/variables.scss
|
88
88
|
homepage: https://github.com/blocknotes/rails_admin_material
|
89
89
|
licenses:
|
90
|
-
-
|
90
|
+
- ISC
|
91
91
|
metadata: {}
|
92
92
|
post_install_message:
|
93
93
|
rdoc_options: []
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
107
|
rubyforge_project:
|
108
|
-
rubygems_version: 2.
|
108
|
+
rubygems_version: 2.6.12
|
109
109
|
signing_key:
|
110
110
|
specification_version: 4
|
111
111
|
summary: RailsAdminMaterial theme
|
data/MIT-LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright 2011 YOURNAME
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|