vestauth 0.1.0 → 0.1.5

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: 1ecf05ba9cb15a1b91af16872143dfa02ed20e99d461e095a96368938930933b
4
- data.tar.gz: '0083990c4e80365885c66adbe9032e24b60978bcab53772f28d7d49eed8f7f27'
3
+ metadata.gz: 4adaade47868727da4068efec7be37b063f35cc03d88a69b0040914d3fc3fcd8
4
+ data.tar.gz: f06766ad5096f661a3bdd83a3c57891cef0b878074f930cf6c73718d191169a4
5
5
  SHA512:
6
- metadata.gz: 7d3e76f140760ab6e2dd7e097b4d050335535b333efb4bbd54311d10edfbaba2c0840fc153049ee9de7bd9dcad55f7b0ddb494476a15365866111caab50ce156
7
- data.tar.gz: d876be221889203ca2b17f8783ae2c2fba92f8b596c83620c8e9d5ddc6d2777094b89cea7a44340908e61abd8f34f60b4e2361cd1e2d2fab90a61a5a75f57111
6
+ metadata.gz: 1c336a59ad0b473c0102ab14dda393a409c237321aba7c115263b5fda93380b77703a781089eb15113a145a37b317317b5c19ec225b31fc53b9444fff5009b41
7
+ data.tar.gz: 513fa7e387433a52a0c1dbfaf5b44502fffca2e918a88cab64f48ebb1ef9e53825f6b92476ed1ae9766df83c8adc04740fb24df32a32187fde4cdb8c25a66819
data/.rubocop.yml CHANGED
@@ -1,5 +1,10 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 3.1
3
+ NewCops: enable
4
+ SuggestExtensions: false
5
+
6
+ Style/Documentation:
7
+ Enabled: false
3
8
 
4
9
  Style/StringLiterals:
5
10
  EnforcedStyle: double_quotes
data/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  > TODO
4
4
 
5
+ ## Development
6
+
7
+ ```
8
+ bundle exec rubocop -A
9
+ bundle exec bump patch --tag --tag-prefix v
10
+ git push origin main --tags
11
+ ```
12
+
5
13
  ## License
6
14
 
7
15
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vestauth
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,15 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vestauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - motdotla
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-02-13 00:00:00.000000000 Z
11
12
  dependencies: []
12
13
  description: auth for agents–from the creator of `dotenv` and `dotenvx`
14
+ email:
13
15
  executables: []
14
16
  extensions: []
15
17
  extra_rdoc_files: []
@@ -31,6 +33,8 @@ metadata:
31
33
  homepage_uri: https://vestauth.com
32
34
  source_code_uri: https://github.com/vestauth/vestauth
33
35
  changelog_uri: https://github.com/vestauth/vestauth
36
+ rubygems_mfa_required: 'true'
37
+ post_install_message:
34
38
  rdoc_options: []
35
39
  require_paths:
36
40
  - lib
@@ -45,7 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
49
  - !ruby/object:Gem::Version
46
50
  version: '0'
47
51
  requirements: []
48
- rubygems_version: 3.6.9
52
+ rubygems_version: 3.5.11
53
+ signing_key:
49
54
  specification_version: 4
50
55
  summary: auth for agents–from the creator of `dotenv` and `dotenvx`
51
56
  test_files: []