bing-image-creator-kit 0.1.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/README.md +5 -0
- data/lib/bing_image_creator_kit.rb +1 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cf0699cb7399382adfc90200509f76735af3bc98f416858b5cd7b6d3eab21d0f
|
|
4
|
+
data.tar.gz: 7e9e3c729fe6c0c3a37c35b4dd043d0fa2e7574e714ce8a0769a9fe604678cb6
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 153f04619a520d9f3722234033aaace0516b4be8848c5c659c6c7682e51245e6ee6dd2d5a22f3c69ab8da9e4aca759b1a38d7a7c6a6f07bf3eab82b354146a9f
|
|
7
|
+
data.tar.gz: bb0bf0aa8395b39f76ea1edf80b96ff5443db8bcd0818e71ecf734d5ffbe786fcbe3b0aa62861d00786209b77f1b04a9fa8e70667bdf2c87bf25b564b64ca84a
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module UbingUimageUcreatorUkit; VERSION='0.1.0'; WEBSITE='https://bingimagecreator.app/'; end
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: bing-image-creator-kit
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Bing Image Creator
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-05-25 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Bing Image Creator AI image generator from text prompts. Visit https://bingimagecreator.app/
|
|
14
|
+
for more.
|
|
15
|
+
email:
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/bing_image_creator_kit.rb
|
|
22
|
+
homepage: https://bingimagecreator.app/
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://bingimagecreator.app/
|
|
27
|
+
source_code_uri: https://bingimagecreator.app/
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.5.0
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.0.3.1
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Bing Image Creator
|
|
47
|
+
test_files: []
|