alphabets 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 6a69d1fcd1c0e8e8cf4484f7952d856f061a9ba9
4
- data.tar.gz: 2f82d1fce623b31121988574e23be05ff89f8642
3
+ metadata.gz: c216ee4a7b107894022b7076ba064b0f55c3ce16
4
+ data.tar.gz: 5cda91fc6b8f8ada7a1cf1bf408e587d88ade6a6
5
5
  SHA512:
6
- metadata.gz: ac66a5766a45ad1bd3db4e48808a52ac3ae16a43871f563a20c7f70c61f9d4376011455dc016172113646acf5e112dff6ab099f449cdea2b134f3ea5668b9834
7
- data.tar.gz: e322e27d4193b7744e84a046a1712e2fdc6ad63cce698a49a1a99b411bd9db0e0d67ab53ec28e5be22ed103a3f1c5652699c87a71773679683ea3a0e09fa4499
6
+ metadata.gz: a7f0054c9774dc7bae7721d6fddd70acbf7ab1f21629aad85e18fd09e5b9be1c1117ce838edfe44b808f237e993805f9891a73ebcd9ea14ae95916498d9c52b7
7
+ data.tar.gz: a5ddd59dbfebf39ecede9d5dd3d5350c3eb0f4e599d23209489a445f43dadf2f8a9a9b16d03d856b0c1ffb02c87cf005082edee51f8ef370fecb653e8150f463
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ Hoe.spec 'alphabets' do
22
22
  self.extra_deps = []
23
23
 
24
24
  self.spec_extras = {
25
- :required_ruby_version => '>= 2.2.2'
25
+ required_ruby_version: '>= 2.2.2'
26
26
  }
27
27
 
28
28
  end
@@ -46,7 +46,7 @@ UNACCENT = Reader.parse( <<TXT )
46
46
  Ň N ň n
47
47
 
48
48
  Ö O ö o
49
- Ő OE ő oe # hungarian - just use O/o - why? (it's not a ligature) why not?
49
+ Ő O ő o # hungarian - use OE/oe - why? (it's not a ligature) why not?
50
50
  Ó O ó o
51
51
  Ò O ò o
52
52
  Õ O õ o
@@ -101,8 +101,10 @@ UNACCENT_DE = Reader.parse( <<TXT )
101
101
  ß ss
102
102
  TXT
103
103
 
104
- ## add UNACCENT_ES - why? why not? is Espanyol catalan spelling or spanish (castillian)?
105
- # 'ñ'=>'ny', ## e.g. Español => Espanyol
104
+
105
+ ## add UNACCENT_ES - why? why not? is Espanyol catalan spelling or spanish (castillian)?
106
+ # 'ñ'=>'ny', ## e.g. Español => Espanyol
107
+
106
108
 
107
109
  DOWNCASE = %w[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z].reduce({}) do |h,ch|
108
110
  h[ch] = ch.downcase
@@ -6,7 +6,7 @@
6
6
  class Alphabet
7
7
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
8
8
  MINOR = 1
9
- PATCH = 2
9
+ PATCH = 3
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphabets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-08 00:00:00.000000000 Z
11
+ date: 2020-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc