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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +8 -6
- data/MIT-LICENSE.txt +1 -1
- data/README.md +6 -5
- data/Rakefile +5 -1
- data/az.gemspec +6 -5
- data/lib/az/constants.rb +4 -2
- metadata +22 -16
- data/.travis.yml +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59495c3ba73f221643dfe9e7b3f3878e1038198961a61c559f9066c1325ec5c2
|
4
|
+
data.tar.gz: 2ab5f789535f827060e5cb24f7d853a34a2db177ec8cce7b48f760169694d1d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8c7e9bb03dd6d31a63d5b8ca65b65977db06f36dd598862ef4957edaa511a53910b69de09f7f72b1c0c4f31c24c0dbc1913e3d4857e4d43738363a2c8afe36c
|
7
|
+
data.tar.gz: ff4d07d08e9194e582b2fac22cab303d748e6a18bf38dad867fff7d13f9af89a8977412fe3c12cdbf89d9b36549618f9f6fa15750f14bc2625fa48f543d1aaca
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,17 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
az (1.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
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
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
|
-
|
27
|
+
2.4.4
|
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
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
|
-
-
|
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 <
|
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
|
-
|
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 = "
|
9
|
-
gem.description = "
|
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 = ["
|
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 = "
|
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", "
|
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
|
5
|
-
UNICODE_VERSION = "
|
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
|
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:
|
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: '
|
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: '
|
61
|
-
description:
|
66
|
+
version: '3.0'
|
67
|
+
description: "[Unicode 16.0] Generate Alternative Unicode Representations of A - Z"
|
62
68
|
email:
|
63
|
-
-
|
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
|
-
|
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.
|
105
|
-
signing_key:
|
110
|
+
rubygems_version: 3.5.9
|
111
|
+
signing_key:
|
106
112
|
specification_version: 4
|
107
|
-
summary:
|
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
|