tensors 0.1.0.pre1

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: b8c3bd5e2b622ed8e8abe8f76f85942c00e786e68ad16781d962bd018da608a7
4
+ data.tar.gz: 43540fb889b957daa8d9d0d2901fa1a1c2e203eaac7d8f87df7993ba4d0b85bd
5
+ SHA512:
6
+ metadata.gz: 8b5f61574dcd2b5a106f23e513a8834b5ed8359518c7dca5fffac407b3e3c54a2aebdfc7220a8ee69c68ca1cd2bd49065b8ebbe743a16f239dffe5f66c4ae681
7
+ data.tar.gz: 935c8ea94c53657566b620f239ccf87910c37dadb1e2f28a21617e7f67a2efedc9f842410323e4c3ccec209a4b2090d3fbaa06de9afc3a1155d6522749f6c265
data/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # README
2
+
3
+ This README would normally document whatever steps are necessary to get the
4
+ application up and running.
5
+
6
+ Things you may want to cover:
7
+
8
+ * Ruby version
9
+
10
+ * System dependencies
11
+
12
+ * Configuration
13
+
14
+ * Database creation
15
+
16
+ * Database initialization
17
+
18
+ * How to run the test suite
19
+
20
+ * Services (job queues, cache servers, search engines, etc.)
21
+
22
+ * Deployment instructions
23
+
24
+ * ...
@@ -0,0 +1,3 @@
1
+ module Tensors
2
+ VERSION = "0.1.0.pre1"
3
+ end
data/lib/tensors.rb ADDED
@@ -0,0 +1,4 @@
1
+ require_relative "tensors/version"
2
+
3
+ module Tensors
4
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tensors
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre1
5
+ platform: ruby
6
+ authors:
7
+ - aladac
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Tensors is a self-hosted image generation service powered by ComfyUI,
13
+ with model management, multi-provider OAuth, and a simplified generate UI.
14
+ email:
15
+ - aladac@saiden.dev
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/tensors.rb
22
+ - lib/tensors/version.rb
23
+ homepage: https://github.com/aladac/tensors-rails
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://github.com/aladac/tensors-rails
28
+ source_code_uri: https://github.com/aladac/tensors-rails
29
+ changelog_uri: https://github.com/aladac/tensors-rails/blob/main/CHANGELOG.md
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: 4.0.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: 4.0.6
45
+ specification_version: 4
46
+ summary: Self-hosted AI image generation service
47
+ test_files: []