fuji_admin 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: 826553bf7f65cca6b8ae4a32de6da7fd74c698fad3d674f173fd26a4816c9475
4
- data.tar.gz: bfab5e1c447b458cebb6e6809c928e210542105ba58231de05b2d67cd65d0935
3
+ metadata.gz: a8b580da3a4494f6363f8f11651c78a49064412edd625b6ff2ec39479abdd260
4
+ data.tar.gz: a7f9c40092191dca29f99ca9feaf36aea0ccacd6bf21d4e4b2fd11c90ca56c22
5
5
  SHA512:
6
- metadata.gz: f80c521d6cae049d7e6f9c7d5e70026c6a641bb0b92d6be6f100c7791f40484f7a31ebd4169126ba09b21925f82b7ec052768ff4d0075aa5b439aceeca47a999
7
- data.tar.gz: b69ca7a0eb6353ff2a336518f01e191b0e6c824113d4fe29b5dab9c0d0f602f5ff6cde664b1f2d755a1f789ddbe36cf1d0fd988959430b8aab2ac55b0c314461
6
+ metadata.gz: 56928db8198588c2c9e1be9b192a8bfdb2c887ee869fcf2ed1054042fbb1ea77e8452ee6d15ba719b394ae68c57fd452344767b49a205392c52842fd1fbaa925
7
+ data.tar.gz: '0739123284e698d2e1047a0a9a6319d138a57cbab8a6d8643cbaf60275da19811f419ff893484c8d5e27bed58fa932b0d468174056caf0dde45b871da822109f'
data/README.md CHANGED
@@ -48,14 +48,14 @@ the whole app.
48
48
  ## Requirements
49
49
 
50
50
  - Ruby `>= 3.1.0`
51
- - ActiveAdmin `>= 3.0`, `< 4.0`
51
+ - ActiveAdmin `>= 3.0` (tested against 3.x and the 4.0 beta)
52
52
 
53
53
  ## Install in an existing ActiveAdmin project
54
54
 
55
55
  1. Add to your `Gemfile`:
56
56
 
57
57
  ```ruby
58
- gem "fuji_admin", "~> 0.1"
58
+ gem "fuji_admin", "~> 1.0"
59
59
  ```
60
60
 
61
61
  ```bash
@@ -1,3 +1,3 @@
1
1
  module FujiAdmin
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuji_admin
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
  - barbariccorgi
@@ -16,9 +16,6 @@ dependencies:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '3.0'
19
- - - "<"
20
- - !ruby/object:Gem::Version
21
- version: '4.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,9 +23,6 @@ dependencies:
26
23
  - - ">="
27
24
  - !ruby/object:Gem::Version
28
25
  version: '3.0'
29
- - - "<"
30
- - !ruby/object:Gem::Version
31
- version: '4.0'
32
26
  description: |
33
27
  Fuji Admin is a drop-in theme for ActiveAdmin that upgrades every default
34
28
  surface — tables, forms, filters, panels, pagination, scopes, batch