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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb0d3931cb713209d4e80ca9523e0ef0ce77d48196c0e90cd93c04625b4f6fbd
4
- data.tar.gz: e5ddf3e583a8311733e10c218d3e1e421d44d254c4b9a7c3b331120d36b973c1
3
+ metadata.gz: e3981f185b025442e821d5838614fc2c7a27573fe2480861fd00e2b4b05882a5
4
+ data.tar.gz: b7288e9acd06dcb43a84eadb1e397847578ce26263a79abda188eecbcf35116a
5
5
  SHA512:
6
- metadata.gz: 86ccbdd21981642e01bee9983358dbb2684b89ae454021009f71a24ede88b4b2a8f9075380018cc5315c82b136f25d54b1fa1317c8da1029be6afb1cdf07a50a
7
- data.tar.gz: 32eea1ac4e7840d28bd293f6694eec07ed0c40817561ea60484f3b4843038d19b47f02aed079dc5223e0f4071d478a67758dd68464fbe16ac45198c0d504c6c0
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/rheehose/text2image.git
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* - [rheehose](https://github.com/rheehose)
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/rheehose/text2image.git
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* - [rheehose](https://github.com/rheehose)
43
+ - **Rheehose (Rhee Creative)** - *Initial work* - [hslcrb](https://github.com/hslcrb)
44
44
 
45
45
  ## License
46
46
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Text2image
4
- VERSION = "1.0.0"
4
+ VERSION = "1.1.0"
5
5
  end
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@example.com"]
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/rheehose/text2image"
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.0.0
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@example.com
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/rheehose/text2image
52
+ homepage: https://github.com/hslcrb/rupack_text2image
53
53
  licenses:
54
54
  - MIT
55
55
  metadata:
56
- homepage_uri: https://github.com/rheehose/text2image
57
- source_code_uri: https://github.com/rheehose/text2image
58
- changelog_uri: https://github.com/rheehose/text2image/blob/main/CHANGELOG.md
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