murekav8 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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +2 -0
  3. data/README.md +6 -0
  4. data/lib/murekav8.rb +8 -0
  5. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e69f39464bd97c6a3f77acad015b15f80220805ec365ac7bf4f1ed691cb0a54b
4
+ data.tar.gz: 981e5532ce534fde6e5ad68b047f23a9460943ed34afe0c75a64236e1794272a
5
+ SHA512:
6
+ metadata.gz: 57792b94053df384d5f89f0ca35121ae2243039765f333062129a61428d7ca572e184fb40e3a156349657e4049a6bc0f873d53d84d68f3d0df47c7e05d436098
7
+ data.tar.gz: 56747b0217edca71e4662fede1ab5d8279404d8261cacf377ed4654c23ec3a6705ee8d9a91f13dacb9b332fafb9a0ff77a0055863f6c9fb38fe667a33eaa86eb
data/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ MIT License
2
+ Copyright (c) 2026 Mureka V8
data/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # Mureka V8
2
+ AI-powered music generation platform.
3
+ ## Official Website
4
+ Visit: [https://murekav8.org](https://murekav8.org)
5
+ ## License
6
+ MIT License
data/lib/murekav8.rb ADDED
@@ -0,0 +1,8 @@
1
+ # Mureka V8 - AI-powered music generation platform
2
+ # Official Website: https://murekav8.org
3
+ module Murekav8
4
+ VERSION = "0.1.0"
5
+ WEBSITE = "https://murekav8.org"
6
+ def self.get_info() {name: "Mureka V8", version: VERSION, website: WEBSITE} end
7
+ def self.get_platform_url() WEBSITE end
8
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: murekav8
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mureka V8 Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: AI-powered music generation platform. Visit https://murekav8.org
14
+ email:
15
+ - contact@murekav8.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/murekav8.rb
23
+ homepage: https://murekav8.org
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://murekav8.org
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: '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: Mureka V8 - AI-powered music generation platform
47
+ test_files: []