customization 1.0.1 → 1.0.3

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 +3 -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: 91134bfd02aeb63eb7386720fde50e2ea500db0fe9cb613401cea738d916564c
4
+ data.tar.gz: 90dbcbe91f29e1021ef5c0eabe4b8029c1c34475fb14e130f67ab5acf674fda7
5
5
  SHA512:
6
- metadata.gz: ac81973cc832693f3b0b7e572644cd9e02980feafcd6666ecd0d8eeff60cf20d646bbd47af0a05469184ad171b833cbfd381adb2c6f2b3fe18159c429e603893
7
- data.tar.gz: 9edb4ca50bea7512bdcede79015fc3107ca2c2c11f1056784272317e3f5652ce89f3be1252cacec6ef2beb55f1e3351a3b56263604d9e543e8dc34c74cc153d4
6
+ metadata.gz: ce63ab87e683084982658e6938e6cb05cacdd66ffec9ffb8d625c01a4a864572053439f2f99fe7c8b5d99e03b41f3a491d36aba631c388d0aaef99709f930cc0
7
+ data.tar.gz: 0e95bf70e92ec7707e829d26782797b8199b1d70f6d0ddd5e248ef32b956e54960949ba6ad98535c2d7bb3d3e8d9a5f78474bfeaa65e0c1631bcc075e876b765
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThatAlecs
@@ -23,6 +23,7 @@ homepage: https://github.com/thatalecs/customization
23
23
  licenses:
24
24
  - MIT
25
25
  metadata:
26
+ documentation_uri: https://github.com/thatalecs/customization/wiki
26
27
  source_code_uri: https://github.com/thatalecs/customization
27
28
  post_install_message:
28
29
  rdoc_options: []
@@ -32,7 +33,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
32
33
  requirements:
33
34
  - - ">="
34
35
  - !ruby/object:Gem::Version
35
- version: '0'
36
+ version: 2.5.0
36
37
  required_rubygems_version: !ruby/object:Gem::Requirement
37
38
  requirements:
38
39
  - - ">="