super_admin 0.2.0 → 0.2.1

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: ec0af8666f1869249cfb770f05f2ef9891bd321359fe4f03f1af34409c9b24b6
4
- data.tar.gz: f6e7dcb811c07530fabcf6517a0c0109ff54c4ffe3fa3a09ab0a2ed40ab3f1f9
3
+ metadata.gz: d24b3c9e8fd2f95423104515ba2bdde33a65519f4f0d6796bdbcd4a2c22e0c16
4
+ data.tar.gz: d926de56c4807889f94a51358f4ad833b9f90b48e112602319247e9d28f0bc1d
5
5
  SHA512:
6
- metadata.gz: d76e98768f788a4cc2dcfcdea9bf98c3bf0ccb7e0dd71c80c5d92eba4a35d134ec85b6d7ed4c28918acb109792c2e6c3d18ac300e640faa5f75428d54fafa424
7
- data.tar.gz: dbdf1d1f0e045e750667eddf83477b2e799eaf047a2113c42f20457d56b32c6a45f8c480bd7b47539b7610cfa95bfdbc71e6a37face6c655c681d14e3fbd0d85
6
+ metadata.gz: '019e78bf2950fef5f21c5017acacdcd8c4cd9a11a4f0ef39444bb07bed1f8c0d1e781e21c93171bd47332f97020fa56c0be0ca9df0a8d40f5ac990fef8d167bc'
7
+ data.tar.gz: 8f79a8b53fa133ac34fc6b88593d473b8b5fb84ffcd1912d34f56a79f49ead23e486c56333c08e9a7792782a0fa201c30411310c94eac9e41498acbf346a1488
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SuperAdmin 🚀
1
+ # SuperAdmin
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/super_admin.svg)](https://badge.fury.io/rb/super_admin)
4
4
  [![CI Status](https://github.com/ThibautBaissac/super_admin/actions/workflows/ci.yml/badge.svg)](https://github.com/ThibautBaissac/super_admin/actions/workflows/ci.yml)
@@ -39,7 +39,7 @@ SuperAdmin is a mountable Rails engine that provides a full-featured administrat
39
39
  ### 1. Add the Gem
40
40
 
41
41
  ```ruby
42
- gem "super_admin", git: "https://github.com/ThibautBaissac/super_admin.git"
42
+ gem "super_admin", "~> 0.2.0"
43
43
  ```
44
44
 
45
45
  Then run:
@@ -1,3 +1,3 @@
1
1
  module SuperAdmin
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaut Baissac