activeadmin_blaze_theme 1.0.0 → 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/README.md +4 -1
- data/lib/activeadmin_blaze_theme/version.rb +1 -1
- data/package.json +1 -1
- metadata +13 -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/README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
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.0.yml)
|
6
5
|
[](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml)
|
7
6
|
[](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml)
|
8
7
|
|
@@ -252,6 +251,10 @@ Index:
|
|
252
251
|
Edit:
|
253
252
|

|
254
253
|
|
254
|
+
## Changelog
|
255
|
+
|
256
|
+
The changelog is available [here](CHANGELOG.md).
|
257
|
+
|
255
258
|
## Do you like it? Star it!
|
256
259
|
|
257
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,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin_blaze_theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: appraisal
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -137,6 +143,7 @@ licenses:
|
|
137
143
|
metadata:
|
138
144
|
homepage_uri: https://github.com/blocknotes/activeadmin_blaze_theme
|
139
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
|
140
147
|
rubygems_mfa_required: 'true'
|
141
148
|
post_install_message:
|
142
149
|
rdoc_options: []
|
@@ -146,14 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
153
|
requirements:
|
147
154
|
- - ">="
|
148
155
|
- !ruby/object:Gem::Version
|
149
|
-
version: 2.
|
156
|
+
version: 2.7.0
|
150
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
151
158
|
requirements:
|
152
159
|
- - ">="
|
153
160
|
- !ruby/object:Gem::Version
|
154
161
|
version: '0'
|
155
162
|
requirements: []
|
156
|
-
rubygems_version: 3.
|
163
|
+
rubygems_version: 3.4.19
|
157
164
|
signing_key:
|
158
165
|
specification_version: 4
|
159
166
|
summary: ActiveAdmin Blaze Theme
|