az 2.0.1 β†’ 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c239e6d1aa094835f3e2cc63caa4315ef9127c3e47108cf2bf3c0a0a8e40ebc
4
- data.tar.gz: e159f2a988cc0e030ce4a445fd84d074adb9f680ba0d73898d37da5ecdd6239f
3
+ metadata.gz: 59495c3ba73f221643dfe9e7b3f3878e1038198961a61c559f9066c1325ec5c2
4
+ data.tar.gz: 2ab5f789535f827060e5cb24f7d853a34a2db177ec8cce7b48f760169694d1d9
5
5
  SHA512:
6
- metadata.gz: d32eccdd4e3d2bcda763c1e9d96b8ef6018ecb5bf2c6764049e0fdcfe7c1428daaabca33a1bf5a7456d0d4eef12332966600a3b548531d3fc32ad1fb46409aa6
7
- data.tar.gz: ddfad2771f68f689ee704d5f644fd63ec0bb9e0887c0e26d511f85753754613ed5d1e58611b9d20f58cd5854b8fbc31f2da83406e2ec833cebde7dd94f8d969b
6
+ metadata.gz: a8c7e9bb03dd6d31a63d5b8ca65b65977db06f36dd598862ef4957edaa511a53910b69de09f7f72b1c0c4f31c24c0dbc1913e3d4857e4d43738363a2c8afe36c
7
+ data.tar.gz: ff4d07d08e9194e582b2fac22cab303d748e6a18bf38dad867fff7d13f9af89a8977412fe3c12cdbf89d9b36549618f9f6fa15750f14bc2625fa48f543d1aaca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 2.1.0
4
+ - Incorporate new "outlined" style from Unicode 16
5
+ - Update clipboard dependency
6
+
7
+ ### 2.0.2
8
+ - Relax Ruby version requirement to allow Ruby 3.0
9
+
3
10
  ### 2.0.1
4
11
  - Fix italic font to include Planck constant
5
12
 
data/Gemfile.lock CHANGED
@@ -1,17 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- az (1.0.0)
4
+ az (2.1.0)
5
+ clipboard (>= 1.4, < 3.0)
5
6
  paint (>= 0.9, < 3.0)
6
7
  rationalist (~> 2.0)
7
8
 
8
9
  GEM
9
10
  remote: https://rubygems.org/
10
11
  specs:
11
- minitest (5.11.3)
12
- paint (2.1.0)
13
- rake (12.3.1)
14
- rationalist (2.0.0)
12
+ clipboard (2.0.0)
13
+ minitest (5.20.0)
14
+ paint (2.3.0)
15
+ rake (13.0.6)
16
+ rationalist (2.0.1)
15
17
 
16
18
  PLATFORMS
17
19
  ruby
@@ -22,4 +24,4 @@ DEPENDENCIES
22
24
  rake
23
25
 
24
26
  BUNDLED WITH
25
- 1.17.2
27
+ 2.4.4
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019 Jan Lelis, mail@janlelis.de
1
+ Copyright (c) 2019-2023 Jan Lelis, https://janlelis.com
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
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # az [![[version]](https://badge.fury.io/rb/az.svg)](https://badge.fury.io/rb/az) [![[travis]](https://travis-ci.org/janlelis/az.png)](https://travis-ci.org/janlelis/az)
1
+ # Generate Alternative Unicode Representations of A - Z [![[version]](https://badge.fury.io/rb/az.svg)](https://badge.fury.io/rb/az) [![[ci]](https://github.com/janlelis/az/workflows/Test/badge.svg)](https://github.com/janlelis/az/actions?query=workflow%3ATest)
2
2
 
3
3
  Going from A to Z in different ways. It will translate Latin ASCII characters to funky Unicode ones.
4
4
 
@@ -35,7 +35,7 @@ az "character.construction", :fraktur
35
35
 
36
36
  ## Included Fonts
37
37
 
38
- **Please note:** Be sure to understand that the output from az does not change the real font, but displays these special "font" codepoints within the actual font.
38
+ **Please note:** Be sure to understand that the output from az does not change the real font, but displays these special "font" codepoints within the actual font. Also note that assistive technology might be unable to properly interpret these.
39
39
 
40
40
  Font | Output
41
41
  ------------------------------------|------------
@@ -56,6 +56,7 @@ bold_fraktur / fraktur_bold | 𝕱𝖗𝖔𝖒 𝕬 𝖙𝖔 𝖅
56
56
  parentheses | πŸ„•β’­β’ͺβ’¨ πŸ„ β’―β’ͺ πŸ„©
57
57
  small_caps | Fʀᴏᴍ A ᴛᴏ Z
58
58
  double_struck | π”½π•£π• π•ž 𝔸 π•₯𝕠 β„€
59
+ outlined | πœ³›πœ³§πœ³€πœ³’ πœ³– 𜳩𜳀 𜳯
59
60
  circled | β’»β“‘β“žβ“œ β’Ά β“£β“ž Ⓩ
60
61
  circled_upper / upper_circled | ⒻⓇⓄⓂ β’Ά ⓉⓄ Ⓩ
61
62
  circled_negative / negative_circled | πŸ…•πŸ…‘πŸ…žπŸ…œ πŸ… πŸ…£πŸ…ž πŸ…©
@@ -66,7 +67,7 @@ tag | `󠁆󠁲󠁯󠁭 󠁁 󠁴󠁯 󠁚`
66
67
 
67
68
  ## Also see
68
69
 
69
- - [character.construction/az](https://character.construction/az)
70
- - CLI: [uniscribe](https://github.com/janlelis/uniscribe)
70
+ - [character.construction/az](https://character.construction/az) - lists all letters on one page
71
+ - [uniscribe](https://github.com/janlelis/uniscribe) - commandline utility that explains characters
71
72
 
72
- Copyright (C) 2019 Jan Lelis <http://janlelis.com>. Released under the MIT license.
73
+ Copyright (C) 2019-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.
data/Rakefile CHANGED
@@ -32,6 +32,10 @@ end
32
32
 
33
33
  desc "#{gemspec.name} | Spec"
34
34
  task :spec do
35
- sh "for file in spec/*.rb; do ruby $file; done"
35
+ if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
36
+ sh "for %f in (spec/\*.rb) do ruby spec/%f"
37
+ else
38
+ sh "for file in spec/*.rb; do ruby $file; done"
39
+ end
36
40
  end
37
41
  task default: :spec
data/az.gemspec CHANGED
@@ -5,10 +5,10 @@ require File.dirname(__FILE__) + "/lib/az/constants"
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "az"
7
7
  gem.version = Az::VERSION
8
- gem.summary = "Collects different ways of A-Z"
9
- gem.description = "Going from A to Z in different ways"
8
+ gem.summary = "Going from A to Z in different ways"
9
+ gem.description = "[Unicode 16.0] Generate Alternative Unicode Representations of A - Z"
10
10
  gem.authors = ["Jan Lelis"]
11
- gem.email = ["mail@janlelis.de"]
11
+ gem.email = ["hi@ruby.consulting"]
12
12
  gem.homepage = "https://github.com/janlelis/az"
13
13
  gem.license = "MIT"
14
14
 
@@ -16,10 +16,11 @@ Gem::Specification.new do |gem|
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
+ gem.metadata = { "rubygems_mfa_required" => "true" }
19
20
 
20
- gem.required_ruby_version = "~> 2.0"
21
+ gem.required_ruby_version = ">= 2.0"
21
22
 
22
23
  gem.add_dependency "paint", ">= 0.9", "< 3.0"
23
24
  gem.add_dependency "rationalist", "~> 2.0"
24
- gem.add_dependency "clipboard", "~> 1.3"
25
+ gem.add_dependency "clipboard", ">= 1.4", "< 3.0"
25
26
  end
data/lib/az/constants.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Az
4
- VERSION = "2.0.1"
5
- UNICODE_VERSION = "12.0.0"
4
+ VERSION = "2.1.0"
5
+ UNICODE_VERSION = "16.0.0"
6
6
 
7
7
  FONTS = {
8
8
  ascii: "A-Za-z",
@@ -30,6 +30,8 @@ module Az
30
30
  small_caps: "A-Zα΄€Κ™α΄„α΄…α΄‡κœ°Ι’ΚœΙͺα΄Šα΄‹ΚŸα΄Ι΄α΄α΄©qΚ€κœ±α΄›α΄œα΄ α΄‘xyα΄’", # upper remains ascii
31
31
  double_struck: "𝔸𝔹ℂ𝔻-𝔾ℍ𝕀-π•„β„•π•†β„™β„šβ„π•Š-𝕐℀𝕒-𝕫",
32
32
 
33
+ outlined: "πœ³–-πœ³―πœ³–-𜳯", # added in Unicode 16, now lower
34
+
33
35
  circled: "β’Ά-Ⓩⓐ-β“©",
34
36
  circled_upper: "β’Ά-Ⓩ⒢-Ⓩ",
35
37
  upper_circled: "β’Ά-Ⓩ⒢-Ⓩ",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: az
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-05 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paint
@@ -48,26 +48,31 @@ dependencies:
48
48
  name: clipboard
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '1.4'
54
+ - - "<"
52
55
  - !ruby/object:Gem::Version
53
- version: '1.3'
56
+ version: '3.0'
54
57
  type: :runtime
55
58
  prerelease: false
56
59
  version_requirements: !ruby/object:Gem::Requirement
57
60
  requirements:
58
- - - "~>"
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '1.4'
64
+ - - "<"
59
65
  - !ruby/object:Gem::Version
60
- version: '1.3'
61
- description: Going from A to Z in different ways
66
+ version: '3.0'
67
+ description: "[Unicode 16.0] Generate Alternative Unicode Representations of A - Z"
62
68
  email:
63
- - mail@janlelis.de
69
+ - hi@ruby.consulting
64
70
  executables:
65
71
  - az
66
72
  extensions: []
67
73
  extra_rdoc_files: []
68
74
  files:
69
75
  - ".gitignore"
70
- - ".travis.yml"
71
76
  - CHANGELOG.md
72
77
  - CODE_OF_CONDUCT.md
73
78
  - Gemfile
@@ -85,14 +90,15 @@ files:
85
90
  homepage: https://github.com/janlelis/az
86
91
  licenses:
87
92
  - MIT
88
- metadata: {}
89
- post_install_message:
93
+ metadata:
94
+ rubygems_mfa_required: 'true'
95
+ post_install_message:
90
96
  rdoc_options: []
91
97
  require_paths:
92
98
  - lib
93
99
  required_ruby_version: !ruby/object:Gem::Requirement
94
100
  requirements:
95
- - - "~>"
101
+ - - ">="
96
102
  - !ruby/object:Gem::Version
97
103
  version: '2.0'
98
104
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -101,9 +107,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
107
  - !ruby/object:Gem::Version
102
108
  version: '0'
103
109
  requirements: []
104
- rubygems_version: 3.0.1
105
- signing_key:
110
+ rubygems_version: 3.5.9
111
+ signing_key:
106
112
  specification_version: 4
107
- summary: Collects different ways of A-Z
113
+ summary: Going from A to Z in different ways
108
114
  test_files:
109
115
  - spec/az_spec.rb
data/.travis.yml DELETED
@@ -1,24 +0,0 @@
1
- sudo: false
2
- language: ruby
3
-
4
- script: bundle exec ruby spec/az_spec.rb
5
-
6
- rvm:
7
- - ruby-head
8
- - 2.6.1
9
- - 2.5.3
10
- - 2.4.5
11
- - 2.3.8
12
- - 2.2
13
- - 2.1
14
- - 2.0
15
- - jruby-head
16
- - jruby-9.2.6.0
17
-
18
- matrix:
19
- allow_failures:
20
- - rvm: jruby-head
21
- - rvm: 2.3.8
22
- - rvm: 2.2
23
- - rvm: 2.1
24
- - rvm: 2.0