activeadmin_blaze_theme 0.7.10 → 1.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 +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +6 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/_base.scss +2 -0
- data/lib/activeadmin_blaze_theme/version.rb +1 -1
- data/package.json +1 -1
- metadata +29 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da21232d763d121ae8653ac56f5634f8c5c78bf20b91af65005c6210964d54d
|
|
4
|
+
data.tar.gz: fc96ab517d3e4496f5c1d29369f113e7aed9aacd860b8513bd4c30025f6ca41d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b1874f54e37a2e45bb0ec08c99f4454452fb5b2a67e25fc3a5fb67a8cfd98f7a34730ed4ad15046bfebd36396f3de11cfadf9fe0ae89c1ac22df91571eaa76c
|
|
7
|
+
data.tar.gz: 1001b09d8a2824f294ace9d5b954fe45ded15522834814d3eb9cb06a5c48269bc57ce1aa4830d75b0cc8fc93f7f47dcacf906732cf2a1c46c8c5365f5342fc2d
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
[](https://badge.fury.io/rb/activeadmin_blaze_theme)
|
|
3
3
|
[](https://rubygems.org/gems/activeadmin_blaze_theme)
|
|
4
4
|
[](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml)
|
|
5
|
-
[](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml)
|
|
6
|
+
[](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml)
|
|
6
7
|
|
|
7
8
|
A theme for Active Admin based on [Blaze CSS](http://blazecss.com) 3.x
|
|
8
9
|
|
|
@@ -250,6 +251,10 @@ Index:
|
|
|
250
251
|
Edit:
|
|
251
252
|

|
|
252
253
|
|
|
254
|
+
## Changelog
|
|
255
|
+
|
|
256
|
+
The changelog is available [here](CHANGELOG.md).
|
|
257
|
+
|
|
253
258
|
## Do you like it? Star it!
|
|
254
259
|
|
|
255
260
|
If you use this component just star it. A developer is more motivated to improve a project when there is some interest. My other [Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source).
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,49 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin_blaze_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattia Roccoberton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.0'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '4'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '2.0'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '4'
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: appraisal
|
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '2.4'
|
|
40
|
+
type: :development
|
|
41
|
+
prerelease: false
|
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '2.4'
|
|
27
47
|
description: An ActiveAdmin theme based on Blaze CSS UI toolkit
|
|
28
48
|
email:
|
|
29
49
|
- mat@blocknot.es
|
|
@@ -121,6 +141,9 @@ homepage: https://github.com/blocknotes/activeadmin_blaze_theme
|
|
|
121
141
|
licenses:
|
|
122
142
|
- MIT
|
|
123
143
|
metadata:
|
|
144
|
+
homepage_uri: https://github.com/blocknotes/activeadmin_blaze_theme
|
|
145
|
+
source_code_uri: https://github.com/blocknotes/activeadmin_blaze_theme
|
|
146
|
+
changelog_uri: https://github.com/blocknotes/activeadmin_blaze_theme/blob/main/CHANGELOG.md
|
|
124
147
|
rubygems_mfa_required: 'true'
|
|
125
148
|
post_install_message:
|
|
126
149
|
rdoc_options: []
|
|
@@ -130,14 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
153
|
requirements:
|
|
131
154
|
- - ">="
|
|
132
155
|
- !ruby/object:Gem::Version
|
|
133
|
-
version:
|
|
156
|
+
version: 2.7.0
|
|
134
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
158
|
requirements:
|
|
136
159
|
- - ">="
|
|
137
160
|
- !ruby/object:Gem::Version
|
|
138
161
|
version: '0'
|
|
139
162
|
requirements: []
|
|
140
|
-
rubygems_version: 3.
|
|
163
|
+
rubygems_version: 3.4.19
|
|
141
164
|
signing_key:
|
|
142
165
|
specification_version: 4
|
|
143
166
|
summary: ActiveAdmin Blaze Theme
|