flow_music_app 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 998e1baab819463b62446bb66d38d718830eb7d2ceea2878ee2d185d04336645
4
+ data.tar.gz: 808902253a77edd9204169905a167bc9b42f675c9418c8b74d078488f22850fb
5
+ SHA512:
6
+ metadata.gz: 70ec06fbd294458f5e428b5e0e485cdea0715fe943421e341f57f2ad42e24c4ebe026582ee60345f249f90414c0cba8486764b03dd4cac32beb0fbc35c8dae01
7
+ data.tar.gz: 46288ef3bbfb7ed7b6d96a6a9a523f175c441361c42ef09618499ccae243096d939f1655709df4f25ac2ef72ea8282029ced8e2e71cea069743edf0e690f6068
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Flow Music
2
+
3
+ Music generation tool. https://www.flow-music.app/
@@ -0,0 +1,3 @@
1
+ module FlowMusicApp
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flow_music_app
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Flow Music
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A minimal Ruby gem that points to the Flow Music music generation website
14
+ and supports RubyGems and RubyDoc indexing.
15
+ email:
16
+ - support@flow-music.app
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/flow_music_app/version.rb
23
+ homepage: https://www.flow-music.app/
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://www.flow-music.app/
28
+ source_code_uri: https://www.flow-music.app/
29
+ documentation_uri: https://www.rubydoc.info/gems/flow_music_app
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 2.6.0
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubygems_version: 3.0.3.1
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Minimal Ruby gem for Flow Music music generation metadata.
49
+ test_files: []