yiffspace-auth 0.0.5 → 0.0.6

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: 797ac14850c6fb1331452f93c0f751e9096ea74aa16d9ed488f1e32acfb17da1
4
- data.tar.gz: 0c2cbc7304003f8ff54cfe0ccf236e89fb16ff89fa801e7537a931bca70cf2d9
3
+ metadata.gz: d7e0e8fda3c5ecc35d22dcb6b76a805aa84c7be79f48222bb3c67ee1f447f287
4
+ data.tar.gz: 2c80919798d36885fce8579bf920049ae709ddb39af0652d5df8b40eebaa0b81
5
5
  SHA512:
6
- metadata.gz: e81232dbb0d624cf5982b96d80ad454fef794f5fd3b7157bb056807265890e97c27bc9f63ecb2ef2cae784fbb9af1b62c752d6f02c8ad393438340b82acf3aa8
7
- data.tar.gz: c97f9aca4937066941ddd271041afa13725854cd605b938bb070c748189d360645aa863c7f7ea13d9b4ae059239b117408694f64234efb5cac5e853d5dcfbf04
6
+ metadata.gz: 224af69a7ba0ee68970bc5d867d7cc331129b528424ac1560fd7b956c2f46048e21f18b2cf7f49957ee23f4f79127caef89677ef7227c6fbbe1c8b3970b78634
7
+ data.tar.gz: bd821dba40e378102214de5b31ceb5369b1e040b703ed834556ca4551caa1f83a27dd6bf1abf073e534e88114798b0fa19db9efa56bc3398fadd3ca15985cf2c
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # YiffSpace::Auth
2
2
 
3
- Logto-based auth engine for https://yiff.space and related projects. Extracted
4
- from the [yiffspace](https://github.com/YiffSpace/Gem) gem, which this gem
5
- depends on.
3
+ Logto-based auth engine for https://yiff.space and related projects. Lives
4
+ alongside, and depends on, the [`yiffspace`](../yiffspace) gem in this repo.
6
5
 
7
6
  ## Installation
8
7
 
@@ -18,20 +17,6 @@ And then execute:
18
17
  $ bundle install
19
18
  ```
20
19
 
21
- ## Development
22
-
23
- This gem depends on [`yiffspace`](https://github.com/YiffSpace/Gem) via git
24
- (see the `Gemfile`). To develop against a local checkout of that repo instead
25
- of the pushed `master` branch, point Bundler at it with a local override:
26
-
27
- ```bash
28
- $ bundle config set local.yiffspace ../Gem
29
- ```
30
-
31
- This is stored in `.bundle/config` (gitignored) and doesn't touch the
32
- `Gemfile`/`Gemfile.lock`, so it only affects your machine. Remove it with
33
- `bundle config unset local.yiffspace` to go back to the pushed branch.
34
-
35
20
  ## Contributing
36
21
 
37
22
  Go away
data/Rakefile CHANGED
@@ -8,3 +8,9 @@ load("rails/tasks/engine.rake")
8
8
  load("rails/tasks/statistics.rake")
9
9
 
10
10
  require("bundler/gem_tasks")
11
+
12
+ # CI releases from an already-tagged, already-pushed commit checked out at a detached HEAD, so
13
+ # the default release task's git tag/push step has nothing to do and fails trying to push a
14
+ # branch ref that does not exist in that checkout.
15
+ Rake::Task["release"].clear
16
+ task("release" => "release:rubygem_push")
@@ -2,6 +2,6 @@
2
2
 
3
3
  module YiffSpace
4
4
  module Auth
5
- VERSION = "0.0.5"
5
+ VERSION = "0.0.6"
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require("yiffspace")
3
+ require("yiffspace/core")
4
4
  require("zeitwerk")
5
5
 
6
6
  loader = Zeitwerk::Loader.for_gem_extension(YiffSpace)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yiffspace-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donovan_DMC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-08-23 00:00:00.000000000 Z
10
+ date: 2026-09-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: httparty
@@ -52,19 +52,19 @@ dependencies:
52
52
  - !ruby/object:Gem::Version
53
53
  version: '7.1'
54
54
  - !ruby/object:Gem::Dependency
55
- name: yiffspace
55
+ name: yiffspace-core
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 0.1.0
60
+ version: 0.2.0
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 0.1.0
67
+ version: 0.2.0
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: zeitwerk
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -130,8 +130,8 @@ licenses:
130
130
  metadata:
131
131
  allowed_push_host: https://rubygems.org
132
132
  homepage_uri: https://yiff.space
133
- source_code_uri: https://github.com/YiffSpace/Auth.rb
134
- changelog_uri: https://github.com/YiffSpace/Auth.rb/blob/master/CHANGELOG.md
133
+ source_code_uri: https://github.com/YiffSpace/Gem/tree/master/yiffspace-auth
134
+ changelog_uri: https://github.com/YiffSpace/Gem/blob/master/yiffspace-auth/CHANGELOG.md
135
135
  rubygems_mfa_required: 'true'
136
136
  rdoc_options: []
137
137
  require_paths: