arctic_admin 1.3.1 → 1.3.2

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
2
  SHA1:
3
- metadata.gz: 3610b54020c1a8a6be1cb2f888e91822f9959b62
4
- data.tar.gz: 75731b485dea5622a071109e2dcb1f2498f74862
3
+ metadata.gz: 89e2713e132763d3b70c10a2b4e84494db698720
4
+ data.tar.gz: f496b9e306c0b9b1b2be086e8af97337de2dacc2
5
5
  SHA512:
6
- metadata.gz: 2e25f6cc8253fb5dd772d1129fdeb3aebba749f9608e874b65345a4fa6cf8dd3053c6dcddba2ac1b59fe6eef92d3db9ab4bc2560ffb00d1e2d17ffc6468b4ef5
7
- data.tar.gz: 82a99dea74b0556c84d3a368449c4474e2feff10b9e6243fff26df6ef0a83747ac3d74d397069b5aad2477b8798bd1e00f11760c3b9fcb344c018ee77b479750
6
+ metadata.gz: bbfe15da2e56dd54ff9189c80b322f4e867e7475a390ed47d2f6466b259c1a5ac09d4528746b00e76cadaa152c285bd60290cb430fef184567f55e4f04f02235
7
+ data.tar.gz: ab12bad0acf13f0b436635ca08be54ab8fba7d45848b78a76171f3f176f298ec3068fc7ecdd72efc79a23f5a4106e17c6f22ae08bed04124bba96877c84b7760
data/Readme.md CHANGED
@@ -24,7 +24,7 @@ and run `bundle install`.
24
24
  if you use ActiveAdmin from Github, use the branch `2-0-alpha` like this :
25
25
 
26
26
  ```ruby
27
- gem 'arctic_admin', github: 'activeadmin/activeadmin', branch: '2-0-alpha'
27
+ gem 'arctic_admin', github: 'cle61/arctic_admin', branch: '2-0-alpha'
28
28
  ```
29
29
 
30
30
  ## Usage
@@ -1,4 +1,4 @@
1
- @import "font-awesome";
1
+ @import "font-awesome.css";
2
2
 
3
3
  @import "reset";
4
4
  @import "fonts";
@@ -1,48 +1,47 @@
1
1
  /* Webfont: Lato-Bold */@font-face {
2
- font-family: 'LatoWeb';
3
- src: font-url('Lato-Bold.eot'); /* IE9 Compat Modes */
4
- src: font-url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- font-url('Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
6
- font-url('Lato-Bold.woff') format('woff'), /* Modern Browsers */
7
- font-url('Lato-Bold.ttf') format('truetype');
8
- font-style: normal;
9
- font-weight: bold;
10
- text-rendering: optimizeLegibility;
2
+ font-family: 'LatoWeb';
3
+ src: font-url('Lato-Bold.eot'); /* IE9 Compat Modes */
4
+ src: font-url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ font-url('Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
6
+ font-url('Lato-Bold.woff') format('woff'), /* Modern Browsers */
7
+ font-url('Lato-Bold.ttf') format('truetype');
8
+ font-style: normal;
9
+ font-weight: bold;
10
+ text-rendering: optimizeLegibility;
11
11
  }
12
12
 
13
13
  /* Webfont: Lato-BoldItalic */@font-face {
14
- font-family: 'LatoWeb';
15
- src: font-url('Lato-BoldItalic.eot'); /* IE9 Compat Modes */
16
- src: font-url('Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
17
- font-url('Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
18
- font-url('Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
19
- font-url('Lato-BoldItalic.ttf') format('truetype');
20
- font-style: italic;
21
- font-weight: bold;
22
- text-rendering: optimizeLegibility;
14
+ font-family: 'LatoWeb';
15
+ src: font-url('Lato-BoldItalic.eot'); /* IE9 Compat Modes */
16
+ src: font-url('Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
17
+ font-url('Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
18
+ font-url('Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
19
+ font-url('Lato-BoldItalic.ttf') format('truetype');
20
+ font-style: italic;
21
+ font-weight: bold;
22
+ text-rendering: optimizeLegibility;
23
23
  }
24
24
 
25
25
  /* Webfont: Lato-Italic */@font-face {
26
- font-family: 'LatoWeb';
27
- src: font-url('Lato-Italic.eot'); /* IE9 Compat Modes */
28
- src: font-url('Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
29
- font-url('Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
30
- font-url('Lato-Italic.woff') format('woff'), /* Modern Browsers */
31
- font-url('Lato-Italic.ttf') format('truetype');
32
- font-style: italic;
33
- font-weight: normal;
34
- text-rendering: optimizeLegibility;
26
+ font-family: 'LatoWeb';
27
+ src: font-url('Lato-Italic.eot'); /* IE9 Compat Modes */
28
+ src: font-url('Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
29
+ font-url('Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
30
+ font-url('Lato-Italic.woff') format('woff'), /* Modern Browsers */
31
+ font-url('Lato-Italic.ttf') format('truetype');
32
+ font-style: italic;
33
+ font-weight: normal;
34
+ text-rendering: optimizeLegibility;
35
35
  }
36
36
 
37
37
  /* Webfont: Lato-Regular */@font-face {
38
- font-family: 'LatoWeb';
39
- src: font-url('Lato-Regular.eot'); /* IE9 Compat Modes */
40
- src: font-url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
41
- font-url('Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
42
- font-url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
43
- font-url('Lato-Regular.ttf') format('truetype');
44
- font-style: normal;
45
- font-weight: normal;
46
- text-rendering: optimizeLegibility;
38
+ font-family: 'LatoWeb';
39
+ src: font-url('Lato-Regular.eot'); /* IE9 Compat Modes */
40
+ src: font-url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
41
+ font-url('Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
42
+ font-url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
43
+ font-url('Lato-Regular.ttf') format('truetype');
44
+ font-style: normal;
45
+ font-weight: normal;
46
+ text-rendering: optimizeLegibility;
47
47
  }
48
-
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
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: 1.3.1
4
+ version: 1.3.2
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: 2017-11-03 00:00:00.000000000 Z
11
+ date: 2017-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler