spaghetti_rails 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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/spaghetti +3 -0
  3. data/lib/spaghetti_rails.rb +5 -0
  4. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7c71a1c218c5bf53b3f994cb984467cd706d56f0834f0a13f68201c9d9af5205
4
+ data.tar.gz: 0a3f1a5627a39b2acf5d8d1d036689ae2f359664e397dba0e8213757b11e1a1c
5
+ SHA512:
6
+ metadata.gz: ad6d01d46164add000d3d47ffa979e3a265337f16417beeacb25c21fc8ecc773b9431104f66bdd76a84b18e9a26d2312a78a4919cf46df2f1f89ff736eefea29
7
+ data.tar.gz: 1d10c2d4072a4d5d33b46883b96af6b9fbfec2b3b0d149ab3d41a083ecd1fe9485a5d074d72607491d316222ad4f543c12e50dd47aa1473bcf9d3c3d12f07228
data/bin/spaghetti ADDED
@@ -0,0 +1,3 @@
1
+ require "spaghetti_rails"
2
+
3
+ SpaghettiRails.hello
@@ -0,0 +1,5 @@
1
+ class SpaghettiRails
2
+ def self.hello
3
+ puts 'Hello world!'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spaghetti_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Productivity boosting tools powered by LLMS
13
+ email: indigo@tech.tut
14
+ executables:
15
+ - spaghetti
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - bin/spaghetti
20
+ - lib/spaghetti_rails.rb
21
+ homepage: https://rubygems.org/gems/spaghetti_rails
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.9
40
+ specification_version: 4
41
+ summary: Productivity boosting tools powered by LLMS
42
+ test_files: []