keycloak_rails 1.0.0.pre.beta.7.0 → 1.0.0

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: 7840bea6b7f8613712cb6111401397e691fb7487b060a8f7ff26b41fe3b20802
4
- data.tar.gz: b8af0ab3b38c6decb0568755ad625ebd1c3c9db6eb81411dd6f6feaf2a1f9f0b
3
+ metadata.gz: eaae695b0e697196e7059185596567bbf27564fe9839c600429735e41c8b6f66
4
+ data.tar.gz: e7b4e12b24c659c911e964f490b6f2d15d7c78c8d98ebe0b10ac52585708f28b
5
5
  SHA512:
6
- metadata.gz: 7764002b07cd54e8e7e3b4ba03a20807c16182e2b2124a379b0c074bcdf056837ac04c5a978c34d6b6deed7f8d1b97da001f5a71ce6c7c9deb48fd237c84c6bc
7
- data.tar.gz: de3562a4e93b59d3e03b773c4bef6032daef38edb5916eed12d4081c667a17697bebf06e517f1025601e746a52fe342c9a3b429c4606d7027655066505222c6a
6
+ metadata.gz: ca9e61b974db97d1a6424d93bf87f0dc3902fce6b1276da949b55abdeaf3c9e2ed5f36587c1d951e097f071cc6dc09d9d8f1d86f322510867417de87e6fc1a50
7
+ data.tar.gz: a9a3d62d8ea7e3e633c542902e32610bfec425ed27d0a67a501f7fc168eae48dd47db4f160be58754384c37242d929ec38d07e957047b7ad4f3264b403c5a824
data/README.md CHANGED
@@ -28,12 +28,12 @@ $ gem install keycloak_rails
28
28
  ```
29
29
 
30
30
  ## Getting started
31
- to generate keycloack_rails initializer execute:
31
+ to generate keycloak_rails initializer execute:
32
32
  ```bash
33
33
  $ bundle exec rails g keycloak_rails:config
34
34
  ```
35
35
 
36
- go to `config/initializers/keycloack_rails.rb`
36
+ go to `config/initializers/keycloak_rails.rb`
37
37
 
38
38
  where you will find
39
39
  ```ruby
@@ -117,7 +117,7 @@ end
117
117
 
118
118
  #### KeycloakRails::Controller::Registrations
119
119
  ***
120
- The main idea behind keycloack_rails is to make adding sso easy to an existing rails app thats already in prod, and the registrations module is the backbone to achive that.
120
+ The main idea behind keycloak_rails is to make adding sso easy to an existing rails app thats already in prod, and the registrations module is the backbone to achive that.
121
121
 
122
122
  In your app
123
123
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KeycloakRails
4
- VERSION = '1.0.0-beta.7.0'
4
+ VERSION = '1.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keycloak_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.7.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Luqman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-19 00:00:00.000000000 Z
11
+ date: 2023-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable
@@ -124,7 +124,7 @@ dependencies:
124
124
  version: '0'
125
125
  description: A rails wrapper for open source SSO project Keycloak.
126
126
  email:
127
- - oluqman@nucleushealthcare.com
127
+ - omaralanii@outlook.com
128
128
  executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
@@ -150,12 +150,12 @@ files:
150
150
  - lib/keycloak_rails/engine.rb
151
151
  - lib/keycloak_rails/user.rb
152
152
  - lib/keycloak_rails/version.rb
153
- homepage: https://github.com/Laborocity/keycloak_rails
153
+ homepage: https://github.com/omarluq/keycloak_rails
154
154
  licenses:
155
155
  - MIT
156
156
  metadata:
157
- homepage_uri: https://github.com/Laborocity/keycloak_rails
158
- source_code_uri: https://github.com/Laborocity/keycloak_rails
157
+ homepage_uri: https://github.com/omarluq/keycloak_rails
158
+ source_code_uri: https://github.com/omarluq/keycloak_rails
159
159
  post_install_message:
160
160
  rdoc_options: []
161
161
  require_paths:
@@ -167,11 +167,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  version: 2.6.0
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  requirements:
170
- - - ">"
170
+ - - ">="
171
171
  - !ruby/object:Gem::Version
172
- version: 1.3.1
172
+ version: '0'
173
173
  requirements: []
174
- rubygems_version: 3.3.7
174
+ rubygems_version: 3.3.25
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: "%q{API wrapper for Key Cloak SSO server.}"