unicode-display_width 3.0.0.pre → 3.0.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: 24ff78422db61795aff270140d13402fb9d353b6e8fcf3f33c67cc48c8d1b9b8
4
- data.tar.gz: e6b5e5a3694cbdc95b4743763a416c6f760582b3ee8998a6410fba84384588b9
3
+ metadata.gz: 8ee4f0ac31dae0855f4de659fac788fb36a7298cc5a69cd2b4e104a709bab351
4
+ data.tar.gz: 5928bdbfd92df1baba4249fca92302240dfb4ad90579248085c1f5e103c3fc0d
5
5
  SHA512:
6
- metadata.gz: 735eab64e91f4d12d22c3faf87531bfb0bab9f7ae1abbcef4756b263c1ed1201bf2ca7dea2499d32f523b9e3833d520ed6c73e508b02df7e3ab191380fa4db2d
7
- data.tar.gz: 8a52b16c3222e2ba99fffd5027dc95a4c0b8458dc7deb2df4cb6dde0fde4aac90337677047dd01a050c23fcb88a69532ad7a4d81be94edf5bad8903572e03ae7
6
+ metadata.gz: e5af487be1d49d54f383cd8fc5cc0ea384714297537f5e23ef37f457bea5ff80a469e954ecdbf345eb6e966b29aad2f9557af0986a11642d66e21e9bf8309603
7
+ data.tar.gz: 7e6441597613b829540389e36b6d51415858ba05222ba14c33dec37c883d125a96d6566f3e4f65b666b7de89e9833e568fcb33e8a1a5f2f9ba5cb69616e63b0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 3.0.0 (unreleased)
3
+ ## 3.0.0
4
4
 
5
5
  **Rework Emoji support:**
6
6
 
@@ -27,6 +27,7 @@
27
27
  please migrate to the keyword arguments API
28
28
  - Gem raises `ArgumentError` for ambiguous values other than 1 or 2
29
29
  - Performance optimizations
30
+ - Require Ruby 2.5
30
31
 
31
32
  ## 2.6.0
32
33
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Unicode
4
4
  class DisplayWidth
5
- VERSION = "3.0.0.pre"
5
+ VERSION = "3.0.0"
6
6
  UNICODE_VERSION = "16.0.0"
7
7
  DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
8
8
  INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-display_width
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
@@ -14,22 +14,16 @@ dependencies:
14
14
  name: unicode-emoji
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '3.8'
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '5.0'
19
+ version: '4.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '3.8'
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '5.0'
26
+ version: '4.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rspec
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +53,8 @@ dependencies:
59
53
  - !ruby/object:Gem::Version
60
54
  version: '13.0'
61
55
  description: "[Unicode 16.0.0] Determines the monospace display width of a string
62
- using EastAsianWidth.txt, Unicode general category, and other data."
56
+ using EastAsianWidth.txt, Unicode general category, Emoji specification, and other
57
+ data."
63
58
  email:
64
59
  - hi@ruby.consulting
65
60
  executables: []
@@ -96,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
91
  requirements:
97
92
  - - ">="
98
93
  - !ruby/object:Gem::Version
99
- version: 2.4.0
94
+ version: 2.5.0
100
95
  required_rubygems_version: !ruby/object:Gem::Requirement
101
96
  requirements:
102
97
  - - ">="