ae_fast_decimal_formatter 2.3.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: e75fc2110fec072e2abbd0ad55861c539d5dcdfca3339ae4d3aa725c833ca323
4
- data.tar.gz: e292fff85b811c98e2cd298bf242b6f56c09644e714b51895e9d0817c12d9463
3
+ metadata.gz: 2333071f02f9d8b952cb3c487c13d4a37e797524f6f3de714c08ae64d499b09c
4
+ data.tar.gz: fba5d8d26b76831b2ef2f16387f42a452e31df6dcb1e0f4bf4e5bb0fe6acd227
5
5
  SHA512:
6
- metadata.gz: f59c73ddae2a60015cdf9f738eaeeaab2f17666a46e83168b6362949758262485d583ea516ea07ccc3f7a8ea4c4c9ec5b0a5cff7e8ebe04785e9428ec15dee92
7
- data.tar.gz: 29ee2c4db7d803bd46b4370b5f63ebaee0068358614bb6e5330770c21c00cccbee3e22639472acdd3114a4ae04821327cf94f6591bafea5fa2857a378341ac39
6
+ metadata.gz: '0296161a29e8719c618cf2e7cfb2f681b1b16ac5c0cd5a80874f9dfe61121808ea953d4edc9b5265ccda215e8626b816a540a4c8068ed08835de2f25f3005750'
7
+ data.tar.gz: 6e7a82c48423f7b81e791d952c7099a309479799579e3f9ab734b520f3c4b9a6ded63c537e6f73834bc792a6bca7b12341b8b13563df541e80df5cee19d92f1e
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2024 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.4')
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.3.0'
2
+ VERSION = '2.5.0'
3
3
  end
metadata CHANGED
@@ -1,14 +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.3.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Efficiently format decimal number.
14
13
  email: opensource@appfolio.com
@@ -29,7 +28,6 @@ licenses:
29
28
  - MIT
30
29
  metadata:
31
30
  allowed_push_host: https://rubygems.org
32
- post_install_message:
33
31
  rdoc_options: []
34
32
  require_paths:
35
33
  - lib
@@ -37,15 +35,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
37
35
  requirements:
38
36
  - - "<"
39
37
  - !ruby/object:Gem::Version
40
- version: '3.4'
38
+ version: '4.1'
41
39
  required_rubygems_version: !ruby/object:Gem::Requirement
42
40
  requirements:
43
41
  - - ">="
44
42
  - !ruby/object:Gem::Version
45
43
  version: '0'
46
44
  requirements: []
47
- rubygems_version: 3.5.3
48
- signing_key:
45
+ rubygems_version: 4.0.7
49
46
  specification_version: 4
50
47
  summary: Efficiently format decimal number.
51
48
  test_files: []