arctic_admin 2.0.2 → 2.1.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 9c81c4c3f36dac95ddfccb6661eab8269f79458b
|
|
4
|
+
data.tar.gz: 26d249a62455ba04523ae0e551ceac836d008276
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7f376f0675e4ee0147d3d00b238f67be7aadc4c536a2812461927eaa544aaadaeed93943ee2333456288d326b043da8d929d7229eb4d06384587d957adc87d5
|
|
7
|
+
data.tar.gz: 50f3739270b41956e55ac44f6bb86b641aa54df211c3c9a9bb576acbaac5bd513e6f678eb4f338469a8d27768fa0f780e35a54ce47ada4c27bd1763b9ed3a2b6
|
data/Readme.md
CHANGED
|
@@ -49,7 +49,7 @@ Then restart your webserver if it was previously running.
|
|
|
49
49
|
:exclamation: **Remove the line `@import "active_admin/base"`**
|
|
50
50
|
|
|
51
51
|
If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
|
|
52
|
-
`active_admin.
|
|
52
|
+
`active_admin.scss` file:
|
|
53
53
|
|
|
54
54
|
```scss
|
|
55
55
|
@import "arctic_admin/base";
|
|
@@ -57,7 +57,7 @@ If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html
|
|
|
57
57
|
|
|
58
58
|
If you use the
|
|
59
59
|
[Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html),
|
|
60
|
-
add this to your `active_admin.
|
|
60
|
+
add this to your `active_admin.sass` file:
|
|
61
61
|
|
|
62
62
|
```sass
|
|
63
63
|
@import arctic_admin/base
|
|
@@ -80,7 +80,7 @@ For this, you need to use sass to custom the theme.
|
|
|
80
80
|
You can even change basic color of the theme by placing some other variables:
|
|
81
81
|
|
|
82
82
|
If you use the [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
|
|
83
|
-
`active_admin.
|
|
83
|
+
`active_admin.scss` file:
|
|
84
84
|
|
|
85
85
|
```scss
|
|
86
86
|
$primary-color: #2dbb43;
|
|
@@ -90,7 +90,7 @@ $primary-color: #2dbb43;
|
|
|
90
90
|
|
|
91
91
|
If you use the
|
|
92
92
|
[Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html),
|
|
93
|
-
add this to your `active_admin.
|
|
93
|
+
add this to your `active_admin.sass` file:
|
|
94
94
|
|
|
95
95
|
```sass
|
|
96
96
|
$primary-color: #2dbb43
|
data/lib/arctic_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arctic_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Clément Prod'homme
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -169,7 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
170
|
version: '0'
|
|
171
171
|
requirements: []
|
|
172
|
-
|
|
172
|
+
rubyforge_project:
|
|
173
|
+
rubygems_version: 2.6.8
|
|
173
174
|
signing_key:
|
|
174
175
|
specification_version: 4
|
|
175
176
|
summary: Arctic Admin theme for ActiveAdmin
|