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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d983a193b53464b1195595dae002e904bab899d16ea49da5699ef296e0151616
4
- data.tar.gz: 001e4606d58b46912d6926ba65a9a5580f2ee0b0b567b755bf13b54e71cf38cb
3
+ metadata.gz: 4da21232d763d121ae8653ac56f5634f8c5c78bf20b91af65005c6210964d54d
4
+ data.tar.gz: fc96ab517d3e4496f5c1d29369f113e7aed9aacd860b8513bd4c30025f6ca41d
5
5
  SHA512:
6
- metadata.gz: 93c59a2a0564220a7a9df9698d7de4007c5b80ada4e03426faf6539febcd9357eb870a5b1a7a1e2d07cd29d920cec1a66d5c9c0b007ea9f173484c6f135ed2fa
7
- data.tar.gz: 37769c5b2f0edc076122e10101164c63bf6520436200af1eaac4a21c3d4635b9d614e0c3ccdfeb7cea1b3512cde71ad8a80502b3a2d789b447ecdfcf5f14b56f
6
+ metadata.gz: 9b1874f54e37a2e45bb0ec08c99f4454452fb5b2a67e25fc3a5fb67a8cfd98f7a34730ed4ad15046bfebd36396f3de11cfadf9fe0ae89c1ac22df91571eaa76c
7
+ data.tar.gz: 1001b09d8a2824f294ace9d5b954fe45ded15522834814d3eb9cb06a5c48269bc57ce1aa4830d75b0cc8fc93f7f47dcacf906732cf2a1c46c8c5365f5342fc2d
data/README.md CHANGED
@@ -2,7 +2,6 @@
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 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
5
  [![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
6
  [![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)
8
7
 
@@ -252,6 +251,10 @@ Index:
252
251
  Edit:
253
252
  ![edit](extra/edit.png)
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAdminBlazeTheme
4
- VERSION = '1.0.0'
4
+ VERSION = '1.1.0'
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "activeadmin_blaze_theme",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A theme for Active Admin based on Blaze CSS 3.x",
5
5
  "author": "Mattia Roccoberton <mat@blocknot.es>",
6
6
  "license": "MIT",
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.0.0
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: 2022-04-18 00:00:00.000000000 Z
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.6.0
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.1.6
163
+ rubygems_version: 3.4.19
157
164
  signing_key:
158
165
  specification_version: 4
159
166
  summary: ActiveAdmin Blaze Theme