abachrome-float 0.1.6 → 0.1.7

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: b60f07aeb2dcb4db6f2c95e76a491996a4dc205d8b444d4576cad57f1cac6a5f
4
- data.tar.gz: 95f3bffe2123ad4822630e57290694c581bae13b1980f1b8d36f1ad273c958e8
3
+ metadata.gz: 611a688194cc6088dca3b2275eaea63e826626a813981fb7bfee6caff47b9d00
4
+ data.tar.gz: 79c9db5fbca185caa24cc4499e4e164edb3d1a7879d6a7ce1de8119e55a3c5cf
5
5
  SHA512:
6
- metadata.gz: 276d7d23e132c01463f2a17802bd645ac2764634b7b756e421de98c0c42409c6eac3bcd693c4da84ef865b43b01ca1ac47bafe7e3fca6c4923420cf014b207d7
7
- data.tar.gz: 546090227f1340344b14815c53573bf779f962251515a61480f90a2a4bd5bc860ba65f05330f02d2577876f17ae6a7471d9003c7d19d5fc18d18c5374db476e1
6
+ metadata.gz: 4f81bb9c158bc3ee52bfd7c3b1ae539c9f4dec3f3a33899b94eb3158eca283b8a5ffc879a918cc78c0533aac0c415ab86028695bb10cd12d0a841ef282af3a15
7
+ data.tar.gz: efbdf16f0bbf1ec0ca8d08dbc64dc1a637a9eed1b09903c731e93424b00e06fba159484af3146820e757f81c74b1fcb10377f90dedf534ffa95fe3edbd995c2f
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Abachrome
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
 
7
7
  # Copyright (c) 2025 Durable Programming, LLC. All rights reserved.
data/lib/abachrome.rb CHANGED
@@ -21,7 +21,6 @@ require_relative "abachrome/to_abcd"
21
21
  module Abachrome
22
22
  module_function
23
23
 
24
- autoload :AbcDecimal, "abachrome/abc_decimal"
25
24
  autoload :Color, "abachrome/color"
26
25
  autoload :Palette, "abachrome/palette"
27
26
  autoload :ColorSpace, "abachrome/color_space"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abachrome-float
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durable Programming