musik-tools-suite 0.1.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 +7 -0
- data/README.md +5 -0
- data/lib/musik_tools_suite.rb +1 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 20e2e30e8c7947cb689dd19395854762abf077f1d86a3899658df119c9c59005
|
|
4
|
+
data.tar.gz: 8c2b3a3429532c370052816a8bb736669891622d7d29ddbe1614bef60d143cd5
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 76e64d970d76e096f92c7f2b2a5c8cf16a3cc56571087c9e74306f97dcbeb8c7b15934c9bb1c61961428ca492b6625270f58d1aa8cf4b7b55e81bcf05ab73a1b
|
|
7
|
+
data.tar.gz: c4c5324b0927bad84fed5ea00247584c858701c3a705031edbe92719096ccf62d120904ebe003d38031aa2a81f06420b6e0d7fe21c17dc0247ff73c251c3dd49
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module UmusikUtoolsUsuite; VERSION='0.1.0'; WEBSITE='https://musik.tools/'; end
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: musik-tools-suite
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Musik Tools
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-05-25 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Musik Tools free online music utilities. Visit https://musik.tools/ for
|
|
14
|
+
more.
|
|
15
|
+
email:
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/musik_tools_suite.rb
|
|
22
|
+
homepage: https://musik.tools/
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://musik.tools/
|
|
27
|
+
source_code_uri: https://musik.tools/
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.5.0
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.0.3.1
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Musik Tools
|
|
47
|
+
test_files: []
|