customization 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/errors.rb +0 -6
  3. metadata +17 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e271a2b70d4d88c5b15c8d8b6e5af12979c404d0bb0b9f1b027da6c6ada4f0f3
4
- data.tar.gz: 9073810054c1b2326da120af78c5c83176968c3e810fba621789535a4d15853e
3
+ metadata.gz: 0d2feb97fde32cea84f0d77e435fa77d8608082c23275f172396dd3d48525c15
4
+ data.tar.gz: b063cc01c04171822e2aa42e9d1ffaeefab8c2bb5d69d36b55872455cdeed3b1
5
5
  SHA512:
6
- metadata.gz: ac81973cc832693f3b0b7e572644cd9e02980feafcd6666ecd0d8eeff60cf20d646bbd47af0a05469184ad171b833cbfd381adb2c6f2b3fe18159c429e603893
7
- data.tar.gz: 9edb4ca50bea7512bdcede79015fc3107ca2c2c11f1056784272317e3f5652ce89f3be1252cacec6ef2beb55f1e3351a3b56263604d9e543e8dc34c74cc153d4
6
+ metadata.gz: d439939227424de81721ffbc3e9528c943f95a612ea57107e1e8f3f75b90f046144d1fb84865b0cbf55b6d71ae656a37f0d6e917e7b830aabbab824dd7317673
7
+ data.tar.gz: 5761eecb474822b5acc148c1e7d9c16c3cf2e87c55281a6f3aa378f8fb6e829647f0e2b9f4e094ff72b9d222fa51d1b75ad4eb2135bb1d842017aeb580e321f9
data/lib/errors.rb CHANGED
@@ -13,12 +13,6 @@ module Customization
13
13
  end
14
14
  end
15
15
 
16
- class InvalidFontSizeError < StandardError
17
- def initialize(size)
18
- super("Invalid font size: #{size}")
19
- end
20
- end
21
-
22
16
  class InvalidBorderError < StandardError
23
17
  def initialize(border)
24
18
  super("Invalid text border style: #{border}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThatAlecs
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-10-11 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: other_gem
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
13
27
  description: Customization is a library for customizing text with various effects
14
28
  and colors.
15
29
  email:
@@ -23,6 +37,7 @@ homepage: https://github.com/thatalecs/customization
23
37
  licenses:
24
38
  - MIT
25
39
  metadata:
40
+ documentation_uri: https://github.com/thatalecs/customization/wiki
26
41
  source_code_uri: https://github.com/thatalecs/customization
27
42
  post_install_message:
28
43
  rdoc_options: []