auther 11.2.0 → 11.3.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: dbd0ee00b8f8fab0f81b2ac0457c43330a5b4816d5ed12bae73d63fd0a58479f
4
- data.tar.gz: bc6f67e62676d69904ed282508c6b54fe9eeec82ed040639ab5a8eec03a305f7
3
+ metadata.gz: b541b0ea25cb3b43752603220434f826f36910028b9b76bd95fcd108f03ad6b8
4
+ data.tar.gz: 96f49aabb865c1ddb2b0c405d01f4b8fecbc31e55dbbb2042081b775c7838331
5
5
  SHA512:
6
- metadata.gz: 01bc552384bc51754c651231ddc6913cce5b12783f09556fa2a1080b3ef2339501ee362c9d1e83567165b349ee6840e11e7d2c107926f2aea325224b36d8f00e
7
- data.tar.gz: c71b34c77ed24855bc04da513bd0fcc4af224c6afba9437075e058032180a1a882437e402afcb404b32bdb90ee12d6239e699d60227b220c056bb43ff991fb9b
6
+ metadata.gz: '086d430fe5db53ab955cf168f852082f2d4c98056fe7777ed7eade543e0ab5d98869f815e2f29e08c2b30ae8ff387f6b74793e2b3b9a49f72e2e73ce5648bd02'
7
+ data.tar.gz: d9932acbc6d3482d94025a8bd92403bfd5ed780f1fb285ed1e8de813cc974fbf045e56035fda35a0f7bafbbff91eaf3e7ceca4d2fdab2faef0d2ca298e1a3c0c
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
153
+ Copyright 2014 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
154
154
 
155
155
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
156
156
  compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
@@ -39,8 +39,6 @@ image::https://www.alchemists.io/images/projects/auther/screenshots/form-with_er
39
39
 
40
40
  == Setup
41
41
 
42
- === Production
43
-
44
42
  To install, run:
45
43
 
46
44
  [source,bash]
@@ -74,24 +72,6 @@ credentials into your `.envrc` file. Example:
74
72
 
75
73
  image::https://www.alchemists.io/images/projects/auther/screenshots/credentials_generator.jpg[Credentials Generator Screenshot]
76
74
 
77
- === Development
78
-
79
- To contribute, run:
80
-
81
- [source,bash]
82
- ----
83
- git clone https://github.com/bkuhlmann/auther.git
84
- cd auther
85
- bin/setup
86
- ----
87
-
88
- You can also use the IRB console for direct access to all objects:
89
-
90
- [source,bash]
91
- ----
92
- bin/console
93
- ----
94
-
95
75
  == Usage
96
76
 
97
77
  Launch your Rails application and visit the following: `http://localhost:3000/login`. Enter your
@@ -248,6 +228,24 @@ debug custom Auther settings:
248
228
  you have customized this to something else, you might want to read the usage documentation
249
229
  (mentioned above) to rebuild the authentication view/form for your specific business needs.
250
230
 
231
+ == Development
232
+
233
+ To contribute, run:
234
+
235
+ [source,bash]
236
+ ----
237
+ git clone https://github.com/bkuhlmann/auther.git
238
+ cd auther
239
+ bin/setup
240
+ ----
241
+
242
+ You can also use the IRB console for direct access to all objects:
243
+
244
+ [source,bash]
245
+ ----
246
+ bin/console
247
+ ----
248
+
251
249
  == Tests
252
250
 
253
251
  To test, run:
@@ -5,7 +5,7 @@ module Auther
5
5
  module Identity
6
6
  NAME = "auther"
7
7
  LABEL = "Auther"
8
- VERSION = "11.2.0"
8
+ VERSION = "11.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auther
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.2.0
4
+ version: 11.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
29
29
  QWc=
30
30
  -----END CERTIFICATE-----
31
- date: 2020-07-23 00:00:00.000000000 Z
31
+ date: 2020-10-18 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rails
@@ -232,14 +232,14 @@ dependencies:
232
232
  requirements:
233
233
  - - "~>"
234
234
  - !ruby/object:Gem::Version
235
- version: '0.83'
235
+ version: '0.89'
236
236
  type: :development
237
237
  prerelease: false
238
238
  version_requirements: !ruby/object:Gem::Requirement
239
239
  requirements:
240
240
  - - "~>"
241
241
  - !ruby/object:Gem::Version
242
- version: '0.83'
242
+ version: '0.89'
243
243
  - !ruby/object:Gem::Dependency
244
244
  name: rubocop-performance
245
245
  requirement: !ruby/object:Gem::Requirement
@@ -288,14 +288,14 @@ dependencies:
288
288
  requirements:
289
289
  - - "~>"
290
290
  - !ruby/object:Gem::Version
291
- version: '0.18'
291
+ version: '0.19'
292
292
  type: :development
293
293
  prerelease: false
294
294
  version_requirements: !ruby/object:Gem::Requirement
295
295
  requirements:
296
296
  - - "~>"
297
297
  - !ruby/object:Gem::Version
298
- version: '0.18'
298
+ version: '0.19'
299
299
  description:
300
300
  email:
301
301
  - brooke@alchemists.io
metadata.gz.sig CHANGED
Binary file