ai-tattoo-generator 1.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 +7 -0
- data/lib/ai_tattoo_generator.rb +2 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0044a61d7928a2a55d9edefedc706cdb7792f6450ecca8ca50731a29cf92d723
|
|
4
|
+
data.tar.gz: ca08a558f5700faacaf1c14c01fef5351310cd77805333f040237a17fa549324
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9451d11981f95f7d3bbeb045575bb4a5ce7a33c017df58eb75cf5815015d4e7d6048605f71f5326d7c7158c06a7f0a729769f08b2159dc132e4e613e1e2af4e9
|
|
7
|
+
data.tar.gz: 314a20817a03a29700905c1e20638d99372fc1f9c88405517bbd6c96bedcafc7f23cbe53871cf4e69fc004bbf56d0bfea2048b8e9534b80a904cbb31109d0733
|
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ai-tattoo-generator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- AI Tattoo Generator
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-07-02 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: AI Tattoo Generator is a free AI tool that turns a text prompt into a
|
|
14
|
+
custom, artist-ready tattoo design. Preview on skin, then download a 300dpi stencil-ready
|
|
15
|
+
file.
|
|
16
|
+
email: qiaoc7685@outlook.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- lib/ai_tattoo_generator.rb
|
|
22
|
+
homepage: https://ai-tattoo-generator.com/
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://ai-tattoo-generator.com/
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubygems_version: 3.0.3.1
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: AI Tattoo Generator - turn your idea into a custom tattoo design
|
|
46
|
+
test_files: []
|