yt-dlp.rb 0.6.0 → 0.13.0

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: b6260863ce438e1a64082777248c2c5b1a4bd7430c02088b615f37eb4e2bff6a
4
- data.tar.gz: d7949bf1f7baed8a456941b0681995d658add4ab0be1ce69538c5f394e63c593
3
+ metadata.gz: f0d1fefefa7621c439b57bdfe1346f42ef263523eb73832b04d7321cd39b30e3
4
+ data.tar.gz: c280883a7d7e7b1d05810477f685e7b2d5d69195b65cfe0fdac543242d492a9e
5
5
  SHA512:
6
- metadata.gz: 33a2f9d3c722280b49652aaf6b67ac548c56e1468e94cd42a3b29a748c7522fc7991f54e6826fae78a7a1fe05ee89bde660825596c6060f84daa67c1650a645b
7
- data.tar.gz: 1f3d2b6ee943ddf245fb1b7d7fb0762a8dbcbd14c370ca8c4491031bc4657f614342014f4bf92d28b3550bcc8c02c9c33b6313a76bf2a9a0ac3618dc5f12a18a
6
+ metadata.gz: 391de6fd1fca97e075dc3c0605e086abdc999ff0c9ab7c7bd3abdc77a5725f384b9ab01a2849af05ddc6ba22cc0f7155bce22706e39678a694b7da0fb7110da6
7
+ data.tar.gz: d7ed9897eda4b89447ae3f381c96e566704674096bef960196375ffae2d8f7348fcfd4027ac228e906c928c18caf2cf086f57bf40e79f7b69382669bd6e0a324
@@ -99,7 +99,7 @@ jobs:
99
99
  if: steps.version_check.outputs.changed == 'true'
100
100
  run: gh workflow run "Publish Gem" --ref "v${{ steps.increment_version.outputs.version }}"
101
101
  env:
102
- GH_TOKEN: ${{ secrets.PAT_TOKEN }}
102
+ GH_TOKEN: ${{ github.token }}
103
103
 
104
104
  - name: No update needed
105
105
  if: steps.version_check.outputs.changed == 'false'
data/CHANGELOG.md CHANGED
@@ -1,4 +1,32 @@
1
1
  # Changelog
2
+ ## [0.13.0] - 2026-03-18
3
+ ### Added
4
+ - Upgraded yt-dlp binary to version "2026.03.17"
5
+
6
+ ## [0.12.0] - 2026-03-13
7
+ ### Added
8
+ - Upgraded yt-dlp binary to version "2026.03.13"
9
+
10
+ ## [0.11.0] - 2026-03-03
11
+ ### Added
12
+ - Upgraded yt-dlp binary to version "2026.03.03"
13
+
14
+ ## [0.10.0] - 2026-02-21
15
+ ### Added
16
+ - Upgraded yt-dlp binary to version "2026.02.21"
17
+
18
+ ## [0.9.0] - 2026-02-04
19
+ ### Added
20
+ - Upgraded yt-dlp binary to version "2026.02.04"
21
+
22
+ ## [0.8.0] - 2026-02-01
23
+ ### Added
24
+ - Upgraded yt-dlp binary to version "2026.01.31"
25
+
26
+ ## [0.7.0] - 2026-01-29
27
+ ### Added
28
+ - Upgraded yt-dlp binary to version "2026.01.29"
29
+
2
30
  ## [0.6.0] - 2025-12-08
3
31
  ### Added
4
32
  - Upgraded yt-dlp binary to version "2025.12.08"
@@ -7,5 +7,5 @@
7
7
  module YtDlp
8
8
  # Semantic Version as well as the bundled binary version.
9
9
  # "(major).(minor).(teeny).(pre-release).(binary-version)"
10
- VERSION = '0.6.0'
10
+ VERSION = '0.13.0'
11
11
  end
data/vendor/bin/yt-dlp CHANGED
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt-dlp.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrepcg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-09 00:00:00.000000000 Z
11
+ date: 2026-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: terrapin