light_admin 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8be03ffa763a72b30d42c93c07d71ce105e3bc4d38c2ae04d86f0c9dd054c94
4
- data.tar.gz: 8eef2d4ebbe06530e2cc15b375ea15fc7c06ba42b2de56ee9bc19728a91b3f26
3
+ metadata.gz: 9e17b6013021a1a41aab417b007cdf1be02be25a268c83a54655b2981922b16b
4
+ data.tar.gz: da1de7b57a403e392a401a382539706bee166e32ebeddec1622754c62979a302
5
5
  SHA512:
6
- metadata.gz: 31c1068d2b49676b9eb0290fc79581b7b14ed3fe6eadb991ed397f9d1681ff3be59e47aa4c8ad2171bdbeaa815f22ee9a303524ba740559457a2521e69c458a0
7
- data.tar.gz: e3b9bcb6b142dc58c2d1d455d3fd2571bcb596b0f681f83c9470e1f27f60810670653b430242573dd6ec4326bcdae2c62b18b325d0af3f9c08ecc3aa141253df
6
+ metadata.gz: 313d67c3c85dbe76c738f25c5b000604c488771becdd341abca1a442dec1cd93ddab5bd810c49a8811884ae158345be21ff5ed3c20f2d08781720b2be43a3658
7
+ data.tar.gz: ffd72398196443a79f7e3f0948a6b52913e897027bdf1dd88f52564f548c625795e411eac21a1252de7303abdd84c2aafe3aed815806eeffb3b76780e2052b7d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.8
4
+
5
+ * Add a green border to the header so we can know when we are in a safe environment (staging, development).
6
+
3
7
  ## 1.0.6
4
8
 
5
9
  * Replace some `overflow: scroll` by `auto` to avoid useless scroll bar.
data/Gemfile.lock CHANGED
@@ -1,40 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- light_admin (1.0.6)
4
+ light_admin (1.0.8)
5
5
  activeadmin (>= 1.1.0, < 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (7.0.2.4)
11
- actionview (= 7.0.2.4)
12
- activesupport (= 7.0.2.4)
13
- rack (~> 2.0, >= 2.2.0)
10
+ actionpack (7.0.5)
11
+ actionview (= 7.0.5)
12
+ activesupport (= 7.0.5)
13
+ rack (~> 2.0, >= 2.2.4)
14
14
  rack-test (>= 0.6.3)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (7.0.2.4)
18
- activesupport (= 7.0.2.4)
17
+ actionview (7.0.5)
18
+ activesupport (= 7.0.5)
19
19
  builder (~> 3.1)
20
20
  erubi (~> 1.4)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activeadmin (2.12.0)
23
+ activeadmin (2.13.1)
24
24
  arbre (~> 1.2, >= 1.2.1)
25
25
  formtastic (>= 3.1, < 5.0)
26
26
  formtastic_i18n (~> 0.4)
27
27
  inherited_resources (~> 1.7)
28
28
  jquery-rails (~> 4.2)
29
29
  kaminari (~> 1.0, >= 1.2.1)
30
- railties (>= 6.0, < 7.1)
30
+ railties (>= 6.1, < 7.1)
31
31
  ransack (>= 2.1.1, < 4)
32
- activemodel (7.0.2.4)
33
- activesupport (= 7.0.2.4)
34
- activerecord (7.0.2.4)
35
- activemodel (= 7.0.2.4)
36
- activesupport (= 7.0.2.4)
37
- activesupport (7.0.2.4)
32
+ activemodel (7.0.5)
33
+ activesupport (= 7.0.5)
34
+ activerecord (7.0.5)
35
+ activemodel (= 7.0.5)
36
+ activesupport (= 7.0.5)
37
+ activesupport (7.0.5)
38
38
  concurrent-ruby (~> 1.0, >= 1.0.2)
39
39
  i18n (>= 1.6, < 2)
40
40
  minitest (>= 5.1)
@@ -43,23 +43,23 @@ GEM
43
43
  activesupport (>= 3.0.0, < 7.1)
44
44
  ruby2_keywords (>= 0.0.2, < 1.0)
45
45
  builder (3.2.4)
46
- concurrent-ruby (1.1.10)
46
+ concurrent-ruby (1.2.2)
47
47
  crass (1.0.6)
48
- erubi (1.10.0)
48
+ erubi (1.12.0)
49
49
  formtastic (4.0.0)
50
50
  actionpack (>= 5.2.0)
51
51
  formtastic_i18n (0.7.0)
52
- has_scope (0.8.0)
52
+ has_scope (0.8.1)
53
53
  actionpack (>= 5.2)
54
54
  activesupport (>= 5.2)
55
- i18n (1.10.0)
55
+ i18n (1.13.0)
56
56
  concurrent-ruby (~> 1.0)
57
57
  inherited_resources (1.13.1)
58
58
  actionpack (>= 5.2, < 7.1)
59
59
  has_scope (~> 0.6)
60
60
  railties (>= 5.2, < 7.1)
61
61
  responders (>= 2, < 4)
62
- jquery-rails (4.4.0)
62
+ jquery-rails (4.5.1)
63
63
  rails-dom-testing (>= 1, < 3)
64
64
  railties (>= 4.2.0)
65
65
  thor (>= 0.14, < 2.0)
@@ -75,46 +75,44 @@ GEM
75
75
  activerecord
76
76
  kaminari-core (= 1.2.2)
77
77
  kaminari-core (1.2.2)
78
- loofah (2.16.0)
78
+ loofah (2.21.3)
79
79
  crass (~> 1.0.2)
80
- nokogiri (>= 1.5.9)
80
+ nokogiri (>= 1.12.0)
81
81
  method_source (1.0.0)
82
- mini_portile2 (2.8.0)
83
- minitest (5.15.0)
84
- nokogiri (1.13.4)
85
- mini_portile2 (~> 2.8.0)
82
+ mini_portile2 (2.8.2)
83
+ minitest (5.18.0)
84
+ nokogiri (1.15.2)
85
+ mini_portile2 (~> 2.8.2)
86
86
  racc (~> 1.4)
87
- nokogiri (1.13.4-x86_64-darwin)
88
- racc (~> 1.4)
89
- racc (1.6.0)
90
- rack (2.2.3)
91
- rack-test (1.1.0)
92
- rack (>= 1.0, < 3)
87
+ racc (1.6.2)
88
+ rack (2.2.7)
89
+ rack-test (2.1.0)
90
+ rack (>= 1.3)
93
91
  rails-dom-testing (2.0.3)
94
92
  activesupport (>= 4.2.0)
95
93
  nokogiri (>= 1.6)
96
- rails-html-sanitizer (1.4.2)
97
- loofah (~> 2.3)
98
- railties (7.0.2.4)
99
- actionpack (= 7.0.2.4)
100
- activesupport (= 7.0.2.4)
94
+ rails-html-sanitizer (1.5.0)
95
+ loofah (~> 2.19, >= 2.19.1)
96
+ railties (7.0.5)
97
+ actionpack (= 7.0.5)
98
+ activesupport (= 7.0.5)
101
99
  method_source
102
100
  rake (>= 12.2)
103
101
  thor (~> 1.0)
104
102
  zeitwerk (~> 2.5)
105
103
  rake (12.3.3)
106
- ransack (3.1.0)
107
- activerecord (>= 6.0.4)
108
- activesupport (>= 6.0.4)
104
+ ransack (3.2.1)
105
+ activerecord (>= 6.1.5)
106
+ activesupport (>= 6.1.5)
109
107
  i18n
110
- responders (3.0.1)
111
- actionpack (>= 5.0)
112
- railties (>= 5.0)
108
+ responders (3.1.0)
109
+ actionpack (>= 5.2)
110
+ railties (>= 5.2)
113
111
  ruby2_keywords (0.0.5)
114
- thor (1.2.1)
115
- tzinfo (2.0.4)
112
+ thor (1.2.2)
113
+ tzinfo (2.0.6)
116
114
  concurrent-ruby (~> 1.0)
117
- zeitwerk (2.5.4)
115
+ zeitwerk (2.6.8)
118
116
 
119
117
  PLATFORMS
120
118
  ruby
@@ -14,6 +14,10 @@
14
14
  z-index: unset;
15
15
  backdrop-filter: unset;
16
16
 
17
+ &[data-env="development"], &[data-env="staging"] {
18
+ border: 10px solid $success;
19
+ }
20
+
17
21
  h1 {
18
22
  img {
19
23
  top: 0;
@@ -1,6 +1,6 @@
1
1
  ActiveAdmin::Views::Header.class_eval do
2
2
  def build(namespace, menu)
3
- super(id: 'header')
3
+ super(id: 'header', 'data-env': Rails.env)
4
4
 
5
5
  @namespace = namespace
6
6
  @menu = menu
@@ -1,3 +1,3 @@
1
1
  module LightAdmin
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: light_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marie Ishihara
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-10-17 00:00:00.000000000 Z
13
+ date: 2023-05-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activeadmin