auther 14.0.2 → 14.0.3

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: 443804e46c6b6a844396a0aa261a50a485431440b656282110b8301b1cd010e6
4
- data.tar.gz: d6c0d3d2e6e9890755dfee95965eb9278c0c6457113784830ad72347eb7c19b0
3
+ metadata.gz: b7d82bf7273f3f2e31bed2e380696cd6e461d210932cb93da56ecbe5a92bccc1
4
+ data.tar.gz: 8c6178bb178d4c41a4d2496075567ebb5d5418fb3912243b23a31973ae59b7bb
5
5
  SHA512:
6
- metadata.gz: 40d87dd81d9346ad513071bd061cbae8d6b33fdfec71c430e0f5db841da636be82b3d1059c422ddf76a3b63028dd60ffcde3aaef0624fd2954c54a636e8ac954
7
- data.tar.gz: 63d5655be035fd8135c309c52f0ad0aa30b9bdb883f4c925ad6797f0254ee42796a268d3abd6cf60431c2768df21cfb47817e77fca7e856f825ff81b8c01809c
6
+ metadata.gz: c674bafef4d926cf579a5fc645c866b2770be9f52dea802d3a98d532a48917b6667485310b737a6a0c51cdc361ed21548762044b684d359b1d03413e45b00afa
7
+ data.tar.gz: 36107dbb714cc3b30cfcedc072a577467e1eae40f81326de7f56b6d6538a8119eff364284d9ff7e57dbfc40f95632db7c9d5fbaa7ca3302db289f955b3863bbc
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -37,18 +37,34 @@ image::https://alchemists.io/images/projects/auther/screenshots/form-with_errors
37
37
 
38
38
  == Setup
39
39
 
40
- To install, run:
40
+ To install _with_ security, run:
41
+
42
+ [source,bash]
43
+ ----
44
+ # 💡 Skip this line if you already have the public certificate installed.
45
+ gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem)
46
+ gem install auther --trust-policy HighSecurity
47
+ ----
48
+
49
+ To install _without_ security, run:
41
50
 
42
51
  [source,bash]
43
52
  ----
44
53
  gem install auther
45
54
  ----
46
55
 
47
- Add the following to your Gemfile:
56
+ You can also add the gem directly to your project:
57
+
58
+ [source,bash]
59
+ ----
60
+ bundle add auther
61
+ ----
62
+
63
+ Once the gem is installed, you only need to require it:
48
64
 
49
65
  [source,ruby]
50
66
  ----
51
- gem "auther"
67
+ require "auther"
52
68
  ----
53
69
 
54
70
  Run the install generator to configure and initialize your application:
data/auther.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "auther"
5
- spec.version = "14.0.2"
5
+ spec.version = "14.0.3"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/auther"
data.tar.gz.sig CHANGED
Binary file
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: 14.0.2
4
+ version: 14.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2023-03-22 00:00:00.000000000 Z
38
+ date: 2023-04-30 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rails
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  requirements: []
154
- rubygems_version: 3.4.9
154
+ rubygems_version: 3.4.12
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: Enhances Rails with multi-account, form-based, database-less, application-wide
metadata.gz.sig CHANGED
Binary file