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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e9681ee6d443c2be30ecaf88c45d4f6d90983af39e79f1c7ca7caaac0d74887
4
- data.tar.gz: 0ad7ffa1d15d9c7b63f1965f94d766d3ea8aadc64a48edc9ed899234b02f8030
3
+ metadata.gz: 2d4f5650aa61554f459bc5e2fe9739c24c0f012d3c091f18479ee94bc3b75a36
4
+ data.tar.gz: ad6a0875992f05e60fecd34302a49d64e6650713701caa18e3c516f2d38b6338
5
5
  SHA512:
6
- metadata.gz: 695939c8b3ae5c89d7106fd7e9de827de327a8837c16b22275976c53c6736e94d92c3aa344293ce863a3e0c2cc60deef69cf2227396be3cf27011c7618c7cac8
7
- data.tar.gz: ef5b03099e37b93a569d260def718202e18029eb4ffa22b33d70766338ae7cd05bf70ad7759d388384362f4d3740d05b16c12e86d2ef16bdc2c1509981705c3d
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
- Short description and motivation.
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
- How to use my plugin.
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:
@@ -1,7 +1,7 @@
1
1
  module RailsBase
2
2
  MAJOR = '0'
3
3
  MINOR = '51'
4
- PATCH = '0'
4
+ PATCH = '1'
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
 
7
7
  def self.print_version
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.0
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: This is a 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.1.2
616
+ rubygems_version: 3.2.15
616
617
  signing_key:
617
618
  specification_version: 4
618
- summary: This is a summary
619
+ summary: Rails engine that takes care of the stuff you dont want to!
619
620
  test_files: []