rails_base 0.51.0 → 0.51.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 +4 -4
- data/README.md +6 -6
- data/lib/rails_base/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d4f5650aa61554f459bc5e2fe9739c24c0f012d3c091f18479ee94bc3b75a36
|
|
4
|
+
data.tar.gz: ad6a0875992f05e60fecd34302a49d64e6650713701caa18e3c516f2d38b6338
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b30740f55439fc4df97ca4b4f659e28eb67cbed15837f51132d4afe7d668981042cdd293d9476c7da126c9a7c99a6085418527e4bd15540c6d634307c80cdcd5
|
|
7
|
+
data.tar.gz: 6b15f0c337fe5702a6864db00205bce597e0c2a80b93b2d42873b160eafd6ff2360b4af6bb05bc75bee12fafba77a81c6ec15506f3d71e6114b45e819b9271eb
|
data/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<a href="https://fury.co/f/partner">
|
|
2
|
-
<img src="//badge.fury.io/fp/gemfury.svg" alt="Private Repository">
|
|
3
|
-
</a>
|
|
4
|
-
|
|
5
1
|
# RailsBase
|
|
6
|
-
|
|
2
|
+
Authentication is hard. Admin capabilties are hard. Two Factor Authentication is hard. Why rebuild that for every app that you make?
|
|
3
|
+
|
|
4
|
+
The intent of RailsBase is to centralize how all of this data so that you can focus on what actuall matters -- Shipping your Rails Applicaion.
|
|
7
5
|
|
|
8
6
|
## Usage
|
|
9
|
-
|
|
7
|
+
Take a look at the [RailsBase Wiki](https://github.com/matt-taylor/rails_base/wiki/Basic-Setup).
|
|
8
|
+
|
|
9
|
+
If you would like a live demo, head over to a basic Heroku app running the Dummy Rails -- https://railsbase.herokuapp.com Just sign up and you will understand the capabilties of the Engine.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
Add this line to your application's Gemfile:
|
data/lib/rails_base/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.51.
|
|
4
|
+
version: 0.51.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Taylor
|
|
@@ -394,7 +394,8 @@ dependencies:
|
|
|
394
394
|
- - ">="
|
|
395
395
|
- !ruby/object:Gem::Version
|
|
396
396
|
version: '2.15'
|
|
397
|
-
description:
|
|
397
|
+
description: Rails Engine that handles authentication, admin, 2fa, audit tracking,
|
|
398
|
+
with insane configuration abilites
|
|
398
399
|
email:
|
|
399
400
|
- mattius.taylor@gmail.com
|
|
400
401
|
executables: []
|
|
@@ -612,8 +613,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
612
613
|
- !ruby/object:Gem::Version
|
|
613
614
|
version: '0'
|
|
614
615
|
requirements: []
|
|
615
|
-
rubygems_version: 3.
|
|
616
|
+
rubygems_version: 3.2.15
|
|
616
617
|
signing_key:
|
|
617
618
|
specification_version: 4
|
|
618
|
-
summary:
|
|
619
|
+
summary: Rails engine that takes care of the stuff you dont want to!
|
|
619
620
|
test_files: []
|