polskie_stringi 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/polskie_stringi.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -36,7 +36,7 @@ PKG_FILES = FileList[
36
36
 
37
37
  spec = Gem::Specification.new do |s|
38
38
  s.name = "polskie_stringi"
39
- s.version = "0.0.5"
39
+ s.version = "0.0.6"
40
40
  s.author = "v1x100r"
41
41
  s.email = "v1x100r@gmail.com"
42
42
  s.homepage = ""
@@ -13,7 +13,7 @@ class ::String
13
13
 
14
14
  def downcase
15
15
  # pl_replace z tablicy dużych liter na tablicę małych liter
16
- pl_replace(String.polish_chars('small') + ('A'..'Z').to_a, String.polish_chars('small') + ('A'..'Z').to_a)
16
+ pl_replace(String.polish_chars('big') + ('A'..'Z').to_a, String.polish_chars('small') + ('a'..'z').to_a)
17
17
  end
18
18
 
19
19
  def downcase!
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - v1x100r
@@ -27,8 +27,8 @@ extensions: []
27
27
  extra_rdoc_files:
28
28
  - README
29
29
  files:
30
- - MIT-LICENSE
31
30
  - README
31
+ - MIT-LICENSE
32
32
  - Rakefile
33
33
  - init.rb
34
34
  - lib/polskie_stringi.rb