chrono_machines 0.0.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: 474f154ed5894dbea202693d26b61a75e4df4bdb1dbbfc0ef1823536a2f477dc
4
+ data.tar.gz: 1c29822882e486842767c41e91d9c3dcdcbce464e7b75fe8ccf5bf0a224a7674
5
+ SHA512:
6
+ metadata.gz: d7efe36430add656b675ead11255f00ac25e332deeb3b965521f74838c72585b2d0aa22cfe22dd23e83ca02a43a793f205480a89b1efcebce043e4b7c6ac0a03
7
+ data.tar.gz: 9d8e72a5da90ccb7dac0c933440a23d19ca7b7c1e68f789c8de3103fd8b6358ee5d288b9b372b660658c08d8e1dc032d72724eb77ed37e0bcb2f17b8a0889cc3
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ChronoMachines
4
+ VERSION = "0.0.0"
5
+ end
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "chrono_machines/version"
4
+
5
+ module ChronoMachines
6
+ class Error < StandardError; end
7
+ # Your code goes here...
8
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chrono_machines
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Abdelkader Boudih
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: ChronoMachines provides a unique framework for managing temporal flows
13
+ within Ruby systems, allowing for precise control over event sequencing and re-engagement.
14
+ Explore the possibilities of time-based operations.
15
+ email:
16
+ - terminale@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/chrono_machines.rb
22
+ - lib/chrono_machines/version.rb
23
+ homepage: https://github.com/seuros/chrono_machines
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ allowed_push_host: https://rubygems.org
28
+ homepage_uri: https://github.com/seuros/chrono_machines
29
+ source_code_uri: https://github.com/seuros/chrono_machines
30
+ changelog_uri: https://github.com/seuros/chrono_machines/blob/main/CHANGELOG.md
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: 3.2.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.6.9
46
+ specification_version: 4
47
+ summary: A temporal manipulation engine for Ruby applications.
48
+ test_files: []