ae_fast_decimal_formatter 2.4.0 → 2.5.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: b3a2ba6ca2ee6d0063437082b40b0432496061cf17d5569ee3e4476816fbd57b
4
- data.tar.gz: 0c5f317799ae1d8ec9805db413bfde5eac30cc34f92a4f847b4b1796088692db
3
+ metadata.gz: 2333071f02f9d8b952cb3c487c13d4a37e797524f6f3de714c08ae64d499b09c
4
+ data.tar.gz: fba5d8d26b76831b2ef2f16387f42a452e31df6dcb1e0f4bf4e5bb0fe6acd227
5
5
  SHA512:
6
- metadata.gz: d5e7e14bfd5d1039c23b7812a3eef2c5851676978eebcb8fafa5cb5e45f541188a6fbe24af974f08427557d7fb037adfc37a840b8794151e932f96cd72e6d9e4
7
- data.tar.gz: 549f68442bb069d10e6a31950b0238633fabed0e397adf57a014f5dbee4bccef3217672c4ca7c161b023396e15369dd6a73bd490e6ba35a1eeff3df86b129fe5
6
+ metadata.gz: '0296161a29e8719c618cf2e7cfb2f681b1b16ac5c0cd5a80874f9dfe61121808ea953d4edc9b5265ccda215e8626b816a540a4c8068ed08835de2f25f3005750'
7
+ data.tar.gz: 6e7a82c48423f7b81e791d952c7099a309479799579e3f9ab734b520f3c4b9a6ded63c537e6f73834bc792a6bca7b12341b8b13563df541e80df5cee19d92f1e
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2025 AppFolio, Inc
1
+ Copyright (c) 2019-2026 AppFolio, Inc
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = spec.description
13
13
  spec.homepage = 'https://github.com/appfolio/ae_fast_decimal_formatter'
14
14
  spec.license = 'MIT'
15
- spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|ext/|LICENSE.txt|.*gemspec)}] }
15
+ spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|ext/|LICENSE.txt|ae_fast_decimal_formatter\.gemspec)}] }
16
16
  spec.require_paths = ['lib']
17
17
  spec.extensions = ['ext/ae_fast_decimal_formatter/extconf.rb']
18
18
 
19
- spec.required_ruby_version = Gem::Requirement.new('< 3.5')
19
+ spec.required_ruby_version = Gem::Requirement.new('< 4.1')
20
20
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
21
21
  end
@@ -1,3 +1,3 @@
1
1
  class AeFastDecimalFormatter
2
- VERSION = '2.4.0'
2
+ VERSION = '2.5.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_fast_decimal_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Efficiently format decimal number.
13
13
  email: opensource@appfolio.com
@@ -35,14 +35,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
35
35
  requirements:
36
36
  - - "<"
37
37
  - !ruby/object:Gem::Version
38
- version: '3.5'
38
+ version: '4.1'
39
39
  required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubygems_version: 3.6.2
45
+ rubygems_version: 4.0.7
46
46
  specification_version: 4
47
47
  summary: Efficiently format decimal number.
48
48
  test_files: []