rhythm-async 0.0.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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +7 -0
  3. data/lib/rhythm_async.rb +8 -0
  4. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cc10340abc0283c016c7fb4c7ba414e476a63b6a310e810251293b0532d819c9
4
+ data.tar.gz: dbef61ff2015ad191d73e4de174b2bdb04da011a38a1e299fa695e39fa9c1b9f
5
+ SHA512:
6
+ metadata.gz: ed3b755832ee90805131ec91133dcce1078ae4b4284670f6b577cadd102a7c32fbf9d178f554bea628d53ce254e11cca4abb6391d21d388edce960b7cef1fed6
7
+ data.tar.gz: 37f26e33d13bd2ae537438190f23cabe052032bd9811329eca7f926b99cd65f1d073d0a171cd36279714209d4e4fe0ccb119f49b4f00c89e44e534dcbc974b57
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # rhythm-async
2
+
3
+ This is a placeholder gem to reserve the `rhythm-async` name on RubyGems.
4
+
5
+ The Rhythm workflow orchestration library is currently in development.
6
+
7
+ Stay tuned for updates!
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Placeholder for rhythm-async gem
4
+ # Coming soon!
5
+
6
+ module RhythmAsync
7
+ VERSION = "0.0.1"
8
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rhythm-async
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - ''
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-11-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is a placeholder package to reserve the rhythm-async name on RubyGems.
14
+ The Rhythm workflow orchestration library is currently in development.
15
+ email:
16
+ - ''
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/rhythm_async.rb
23
+ homepage: https://github.com/maxnorth/rhythm
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://github.com/maxnorth/rhythm
28
+ source_code_uri: https://github.com/maxnorth/rhythm
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: 2.6.0
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.0.3.1
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Placeholder gem - Rhythm workflow orchestration coming soon
48
+ test_files: []