truedl 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/truedl/version.rb +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adb89d73bbf1d5bcf9b06aa01c55fbc751c2de80e3f6a766870476b48f522330
4
- data.tar.gz: eab42b1989540e3c60df1e47015dc0014b72711c98568f37e2d43f85e5779250
3
+ metadata.gz: 22e133f3e9f4a8d526480fb24513f59cce968aecc5e3e66d538533e51ab0f1a3
4
+ data.tar.gz: 332254f89084d99c0196b68aad15e39ff68ea10997c2dc2ed085fcb800d69a25
5
5
  SHA512:
6
- metadata.gz: 20afbbb1ad91eae384da119f8e315b38dad67f0614e3aa6e6a0ebd40300972640dc627d08e39b13bd49fb3dcc82037aa8a25cb3e043ece237f320b81fae2a00b
7
- data.tar.gz: 841f58f4e5a75a0522f9f862af41f71305f73d709c3e2fe28f249f713129d215f30727801984bfce89175a00003c2bb78d13c3540df01eb518c3b2aa61670991
6
+ metadata.gz: 4a1f1a64656881c0a5650f8f6de81cd16f330c010cda6fa4ff04189380512886f8b55e32fa6a943c958412c00081a92edbdf6882f04f8992b607e2fc06030755
7
+ data.tar.gz: '0639689d1977112ec1e46b647a9861cf22fe367d1b3c7ef3ce5762ae4c9493f191f7cf23a140328c6e9906766d6f4ca42c2fdb19f482d36904f9efdbabb20a2f'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TrueDL
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: truedl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jury Razumau
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-30 00:00:00.000000000 Z
11
+ date: 2024-01-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - mail@razumau.net
16
16
  executables: []
@@ -28,7 +28,7 @@ metadata:
28
28
  homepage_uri: https://github.com/razumau/truedl
29
29
  source_code_uri: https://github.com/razumau/truedl
30
30
  changelog_uri: https://github.com/razumau/truedl/blob/main/CHANGELOG.md
31
- post_install_message:
31
+ post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
34
  - lib
@@ -43,8 +43,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  requirements: []
46
- rubygems_version: 3.4.18
47
- signing_key:
46
+ rubygems_version: 3.4.10
47
+ signing_key:
48
48
  specification_version: 4
49
49
  summary: Ruby implementation of TrueDL.
50
50
  test_files: []