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 +4 -4
- data/README.md +2 -2
- data/lib/fuji_admin/version.rb +1 -1
- metadata +1 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8b580da3a4494f6363f8f11651c78a49064412edd625b6ff2ec39479abdd260
|
|
4
|
+
data.tar.gz: a7f9c40092191dca29f99ca9feaf36aea0ccacd6bf21d4e4b2fd11c90ca56c22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
58
|
+
gem "fuji_admin", "~> 1.0"
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
```bash
|
data/lib/fuji_admin/version.rb
CHANGED
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.
|
|
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
|