activeadmin_blaze_theme 0.7.10 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +3 -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 +19 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d983a193b53464b1195595dae002e904bab899d16ea49da5699ef296e0151616
|
4
|
+
data.tar.gz: 001e4606d58b46912d6926ba65a9a5580f2ee0b0b567b755bf13b54e71cf38cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93c59a2a0564220a7a9df9698d7de4007c5b80ada4e03426faf6539febcd9357eb870a5b1a7a1e2d07cd29d920cec1a66d5c9c0b007ea9f173484c6f135ed2fa
|
7
|
+
data.tar.gz: 37769c5b2f0edc076122e10101164c63bf6520436200af1eaac4a21c3d4635b9d614e0c3ccdfeb7cea1b3512cde71ad8a80502b3a2d789b447ecdfcf5f14b56f
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
[![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme)
|
3
3
|
[![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme)
|
4
4
|
[![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml)
|
5
|
-
[![specs](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/
|
5
|
+
[![specs Rails 6.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml)
|
6
|
+
[![specs Rails 6.1](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml)
|
7
|
+
[![specs Rails 7.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml)
|
6
8
|
|
7
9
|
A theme for Active Admin based on [Blaze CSS](http://blazecss.com) 3.x
|
8
10
|
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin_blaze_theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.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: 2022-
|
11
|
+
date: 2022-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '2.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: appraisal
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.4'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.4'
|
27
41
|
description: An ActiveAdmin theme based on Blaze CSS UI toolkit
|
28
42
|
email:
|
29
43
|
- mat@blocknot.es
|
@@ -121,6 +135,8 @@ homepage: https://github.com/blocknotes/activeadmin_blaze_theme
|
|
121
135
|
licenses:
|
122
136
|
- MIT
|
123
137
|
metadata:
|
138
|
+
homepage_uri: https://github.com/blocknotes/activeadmin_blaze_theme
|
139
|
+
source_code_uri: https://github.com/blocknotes/activeadmin_blaze_theme
|
124
140
|
rubygems_mfa_required: 'true'
|
125
141
|
post_install_message:
|
126
142
|
rdoc_options: []
|
@@ -130,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
146
|
requirements:
|
131
147
|
- - ">="
|
132
148
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
149
|
+
version: 2.6.0
|
134
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
151
|
requirements:
|
136
152
|
- - ">="
|