njtransit 1.0.0 → 1.0.1

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: cd302f71e7ea318a5704152bab2cb76a4e94562ec509c7e21a3c0b3aa68d65d1
4
- data.tar.gz: cc4154a3674e08bac0ebd0edd2b0962377ee96aea941835826e438c490951ab7
3
+ metadata.gz: 824c0e3fd0a5921a775881350ea4436211d185697f3e3c373f6a8376fdc58a4a
4
+ data.tar.gz: affa507b623dc9cff86521ec28dcbb63ae758f4d186172fa8aed32c284d29ec0
5
5
  SHA512:
6
- metadata.gz: 3c6bb8539d7b15520888030783b52415daf70a9d8b52946fbef63c7ab72155d3750d1612a4381158eed51db7a36c7430990abbe3efdd8e8e5086620eca4fa70f
7
- data.tar.gz: b92982f20309a47272575d0421002ebe27607453e924bc260b4c85001ddeb8bfc03d7517b83cc53e062a491b68f9f2f223fc9e99af1c21a664fb32c9b213bbd3
6
+ metadata.gz: 99bd713024ca48637cd4c09de6bdf7e231685887ebab1a5758d4b4f755ffdce2b929abf5ef0933fbdf80ec737072096a3226e3c1a72b4d006d07bd2b95a15928
7
+ data.tar.gz: db3ea5db5832b6d54fcb832728f7b06711c9860aa05cd266a6f1f059e6b604588da4f1f9e68264dd5a560e678217e10fd677ba0a25ee7020dcdbc25454ae4469
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.0.1] - 2026-03-27
8
+
9
+ ### Fixed
10
+
11
+ - Switch release workflow to Trusted Publishing (OIDC) for RubyGems authentication
12
+
7
13
  ## [1.0.0] - 2026-03-27
8
14
 
9
15
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NJTransit
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: njtransit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Ravaliya
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  requirements: []
173
- rubygems_version: 3.4.1
173
+ rubygems_version: 3.4.19
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: Ruby client for the NJTransit API