text2image 1.0.0 → 1.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 +4 -4
- data/CONTRIBUTING.md +2 -2
- data/CONTRIBUTING_ko.md +2 -2
- data/lib/text2image/version.rb +1 -1
- data/text2image.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3981f185b025442e821d5838614fc2c7a27573fe2480861fd00e2b4b05882a5
|
|
4
|
+
data.tar.gz: b7288e9acd06dcb43a84eadb1e397847578ce26263a79abda188eecbcf35116a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 805c0b3cc31b28f2d1b2922e521601296f0ba2261e0f6748e7d8503b6841f39f31fc03cd87d7581050d871519b02ded58b1503128ed531c1912c23d83ceb0676
|
|
7
|
+
data.tar.gz: a879148a5194f4168df8fb6ca60bf1e465c1100f76aeabd6bd766427eb100590dc09986fe27853c33bb5806a6335672b08a077260a902fe54202361f88cddf5a
|
data/CONTRIBUTING.md
CHANGED
|
@@ -29,7 +29,7 @@ Thank you for your interest in contributing to `text2image`! To contribute, plea
|
|
|
29
29
|
To share your development environment:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
git clone https://github.com/
|
|
32
|
+
git clone https://github.com/hslcrb/rupack_text2image.git
|
|
33
33
|
cd text2image
|
|
34
34
|
bin/setup
|
|
35
35
|
```
|
|
@@ -40,7 +40,7 @@ Everyone interacting in the text2image project's codebases, issue trackers, chat
|
|
|
40
40
|
|
|
41
41
|
## Author
|
|
42
42
|
|
|
43
|
-
- **Rheehose (Rhee Creative)** - *Initial work* - [
|
|
43
|
+
- **Rheehose (Rhee Creative)** - *Initial work* - [hslcrb](https://github.com/hslcrb)
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
46
|
|
data/CONTRIBUTING_ko.md
CHANGED
|
@@ -29,7 +29,7 @@ Thank you for your interest in contributing to `text2image`! To contribute, plea
|
|
|
29
29
|
To share your development environment:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
git clone https://github.com/
|
|
32
|
+
git clone https://github.com/hslcrb/rupack_text2image.git
|
|
33
33
|
cd text2image
|
|
34
34
|
bin/setup
|
|
35
35
|
```
|
|
@@ -40,7 +40,7 @@ Everyone interacting in the text2image project's codebases, issue trackers, chat
|
|
|
40
40
|
|
|
41
41
|
## Author
|
|
42
42
|
|
|
43
|
-
- **Rheehose (Rhee Creative)** - *Initial work* - [
|
|
43
|
+
- **Rheehose (Rhee Creative)** - *Initial work* - [hslcrb](https://github.com/hslcrb)
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
46
|
|
data/lib/text2image/version.rb
CHANGED
data/text2image.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.name = "text2image"
|
|
7
7
|
spec.version = Text2image::VERSION
|
|
8
8
|
spec.authors = ["Rheehose (Rhee Creative)"]
|
|
9
|
-
spec.email = ["rheehose@
|
|
9
|
+
spec.email = ["rheehose@rheehose.com"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "A Ruby library to convert text to images with automatic system font detection."
|
|
12
12
|
spec.description = "text2image allows you to easily transform text into black-and-white images using the best available system fonts. Ideal for quick image generation from text data."
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/hslcrb/rupack_text2image"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: text2image
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rheehose (Rhee Creative)
|
|
@@ -27,7 +27,7 @@ description: text2image allows you to easily transform text into black-and-white
|
|
|
27
27
|
using the best available system fonts. Ideal for quick image generation from text
|
|
28
28
|
data.
|
|
29
29
|
email:
|
|
30
|
-
- rheehose@
|
|
30
|
+
- rheehose@rheehose.com
|
|
31
31
|
executables: []
|
|
32
32
|
extensions: []
|
|
33
33
|
extra_rdoc_files: []
|
|
@@ -49,13 +49,13 @@ files:
|
|
|
49
49
|
- test_padded_result.png
|
|
50
50
|
- text2image.gemspec
|
|
51
51
|
- verify_work.rb
|
|
52
|
-
homepage: https://github.com/
|
|
52
|
+
homepage: https://github.com/hslcrb/rupack_text2image
|
|
53
53
|
licenses:
|
|
54
54
|
- MIT
|
|
55
55
|
metadata:
|
|
56
|
-
homepage_uri: https://github.com/
|
|
57
|
-
source_code_uri: https://github.com/
|
|
58
|
-
changelog_uri: https://github.com/
|
|
56
|
+
homepage_uri: https://github.com/hslcrb/rupack_text2image
|
|
57
|
+
source_code_uri: https://github.com/hslcrb/rupack_text2image
|
|
58
|
+
changelog_uri: https://github.com/hslcrb/rupack_text2image/blob/main/CHANGELOG.md
|
|
59
59
|
rdoc_options: []
|
|
60
60
|
require_paths:
|
|
61
61
|
- lib
|