vietnamese_accentless 0.1.0 → 0.1.1

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: 9760df6d75ab4edf1bb2cc893dbf4b86dc6623d95384301f0120a73efaa64299
4
- data.tar.gz: c51e1646a9ce879419bb1f2203bb7afeea73b72b19558f45c9674c32e9d5b6a1
3
+ metadata.gz: 118d01cbfe583733e84a21be30c5bcbdb1ac76bdc30bde545803d8b2b8ffbc6a
4
+ data.tar.gz: 17fe77fa23a2781595cf4b6e5a7dfd4ad053819359d215a69438ca7897275eab
5
5
  SHA512:
6
- metadata.gz: be085e10ba377387a5400d3c85b11845bb58593d18c74e936268298754a791b4a556a655716047c8f14660113e586a4c1430e6ef73f2623f62dce1525d52b3eb
7
- data.tar.gz: fd7c4b631900545f7a6d654bf150b9d232c64c4044787a2105a82f605b89a5bcc561cb13ab2f39aed20e65758feaae21e280d3bd12f46a0d622ac3c909da426d
6
+ metadata.gz: 7775c3be84a0873f032ea3f515f8712bb0b2d276b0469d0dcee4dc45b33fea8b9038db80cd9cda34d0f9441636f9c8aa4f714393d6ea0bb08fb62416e4282c79
7
+ data.tar.gz: 456f9200ba86f7ef253746c8e32efe2a95dbe34290ecf33214cac3919171b1fe80ccf70733ec9f07623f5d6480662a4eee25bd7bb1dffe8b2f8b5073e8d5f193
data/.rspec CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
data/Gemfile CHANGED
@@ -5,6 +5,6 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in vietnamese_accentless.gemspec
6
6
  gemspec
7
7
 
8
- gem 'rake', '~> 13.0'
9
- gem 'rspec', '~> 3.0'
10
- gem 'rubocop', '~> 1.21'
8
+ gem 'rake', '~> 13'
9
+ gem 'rspec', '~> 3'
10
+ gem 'rubocop', '~> 1'
data/Gemfile.lock CHANGED
@@ -8,48 +8,51 @@ GEM
8
8
  specs:
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.5.0)
11
- parallel (1.21.0)
12
- parser (3.0.3.2)
11
+ json (2.6.3)
12
+ parallel (1.23.0)
13
+ parser (3.2.2.1)
13
14
  ast (~> 2.4.1)
14
- rainbow (3.0.0)
15
+ rainbow (3.1.1)
15
16
  rake (13.0.6)
16
- regexp_parser (2.2.0)
17
+ regexp_parser (2.8.0)
17
18
  rexml (3.2.5)
18
- rspec (3.10.0)
19
- rspec-core (~> 3.10.0)
20
- rspec-expectations (~> 3.10.0)
21
- rspec-mocks (~> 3.10.0)
22
- rspec-core (3.10.1)
23
- rspec-support (~> 3.10.0)
24
- rspec-expectations (3.10.1)
19
+ rspec (3.12.0)
20
+ rspec-core (~> 3.12.0)
21
+ rspec-expectations (~> 3.12.0)
22
+ rspec-mocks (~> 3.12.0)
23
+ rspec-core (3.12.2)
24
+ rspec-support (~> 3.12.0)
25
+ rspec-expectations (3.12.3)
25
26
  diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.10.0)
27
- rspec-mocks (3.10.2)
27
+ rspec-support (~> 3.12.0)
28
+ rspec-mocks (3.12.5)
28
29
  diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.10.0)
30
- rspec-support (3.10.3)
31
- rubocop (1.24.0)
30
+ rspec-support (~> 3.12.0)
31
+ rspec-support (3.12.0)
32
+ rubocop (1.50.2)
33
+ json (~> 2.3)
32
34
  parallel (~> 1.10)
33
- parser (>= 3.0.0.0)
35
+ parser (>= 3.2.0.0)
34
36
  rainbow (>= 2.2.2, < 4.0)
35
37
  regexp_parser (>= 1.8, < 3.0)
36
- rexml
37
- rubocop-ast (>= 1.15.0, < 2.0)
38
+ rexml (>= 3.2.5, < 4.0)
39
+ rubocop-ast (>= 1.28.0, < 2.0)
38
40
  ruby-progressbar (~> 1.7)
39
- unicode-display_width (>= 1.4.0, < 3.0)
40
- rubocop-ast (1.15.0)
41
- parser (>= 3.0.1.1)
42
- ruby-progressbar (1.11.0)
43
- unicode-display_width (2.1.0)
41
+ unicode-display_width (>= 2.4.0, < 3.0)
42
+ rubocop-ast (1.28.1)
43
+ parser (>= 3.2.1.0)
44
+ ruby-progressbar (1.13.0)
45
+ unicode-display_width (2.4.2)
44
46
 
45
47
  PLATFORMS
48
+ arm64-darwin-22
46
49
  x86_64-darwin-21
47
50
 
48
51
  DEPENDENCIES
49
- rake (~> 13.0)
50
- rspec (~> 3.0)
51
- rubocop (~> 1.21)
52
+ rake (~> 13)
53
+ rspec (~> 3)
54
+ rubocop (~> 1)
52
55
  vietnamese_accentless!
53
56
 
54
57
  BUNDLED WITH
55
- 2.3.1
58
+ 2.4.10
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VietnameseAccentless
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vietnamese_accentless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuto Yasunaga
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-24 00:00:00.000000000 Z
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.2.32
52
+ rubygems_version: 3.4.10
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Remove accent from Vietnamese text