adminterface 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b30a8aff4bfb6cf7d7b27a339506303115d5405b0469235a8bc30b742dfc83d
4
- data.tar.gz: fb9a449e608873ef279011a2aa28842c0ea58ebffe536c2e5dd5ea86073554bc
3
+ metadata.gz: 55f6123dc817294d2566d26a1bf0537e4872ac7f21f614302d0c03a7eb2b5d02
4
+ data.tar.gz: bcf8d3977bfecbf02325ebb7c54eed28b1b28bf6858ce5e740a5ea7ad1a82536
5
5
  SHA512:
6
- metadata.gz: fa068e11984acb0479d6cf5b91b9af4ca200da51fd5eca97db028350cf5aac3069c5f1d31fd02232e0b0a8f2cb265e9f93ce87d24bb9c86b8dbbd8daec7362e8
7
- data.tar.gz: 38bd9d91f3748df7c4e81482eccf9262e8426aaf02be1a7014be6ef9a4074432608688dabd3ae0b4b37cd3fa8e9ffb68b22fb96e26e7322539cc1cbfcd408e82
6
+ metadata.gz: d4e1d39c819aa2b33ba261343fd69f99db3af0a99a7b9a5bd7d5db236a2a041989d0a074de689bf0be058fec7ae5c8169ef6add875c231e98d00f1af132bec79
7
+ data.tar.gz: 0b47892df0a7b40cff4f99038228e2cc00cb9be1654517ed0297fb8dde4daa1c2a000c4d9228f839d042222775a602300165fd47a47eaf4f7870a583f52d7d92
data/README.md CHANGED
@@ -10,11 +10,11 @@ A gem that brings Bootstrap 5, advanced customizability, and other goodies into
10
10
  [![](preview.jpg)](https://adminterface.io)
11
11
 
12
12
  ## Dependencies
13
- - Rails >= 6.0
14
- - Ruby >= 2.7
15
- - ActiveAdmin ~> 2.9
16
- - Bootstrap ~> 5
17
- - Webpacker >= 5.0
13
+ - [Ruby](https://www.ruby-lang.org/en/) >= 2.7
14
+ - [Rails](http://rubyonrails.org/) >= 6.0
15
+ - [ActiveAdmin](https://github.com/activeadmin/activeadmin) ~> 2.9
16
+ - [Bootstrap](https://getbootstrap.com/) ~> 5.1.3
17
+ - [Webpacker](https://github.com/rails/webpacker) ~> 5.0
18
18
 
19
19
  ## Quick Start
20
20
  1. Add the following to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module Adminterface
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminterface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - I-Lung Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-03 00:00:00.000000000 Z
11
+ date: 2021-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin