turkish_support 1.0.0.pre.alpha → 1.0.0
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 +4 -4
- data/README.md +5 -4
- data/lib/turkish_support/version.rb +1 -1
- data/turkish_support.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3db72490d22a19efe175685b906ba391f2c28626
|
4
|
+
data.tar.gz: a7ba6fd180cafe0459f1d803b9241377683c3884
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a14ce3c3e1b8387c25d8ad69cf7135e68b109c0d8141601b41c8b58aeb6b6785eed480512cc7c3e3133a6435bd18438f25564d84eeaa16b45292a4464e690796
|
7
|
+
data.tar.gz: 8745d64b84236f06bdabae86c182f3f2c91d58f2fa71f7c11a3edef4c8f0279e4437fadef81a8fc4a92d61589120e00e1d0287e32253416b3099b0309cee44e0
|
data/README.md
CHANGED
@@ -19,7 +19,7 @@ __Notice:__ TurkishSupport uses refinements instead of monkey patching. ~~Refine
|
|
19
19
|
* [Using with ruby on rails](#using-with-ruby-on-rails)
|
20
20
|
* [Using Core Methods](#using-core-methods)
|
21
21
|
* [String Methods](#string-methods)
|
22
|
-
* [#[] and #[]=](
|
22
|
+
* [#[] and #[]=](#-and-)
|
23
23
|
* [#=~](#-equal-tilda)
|
24
24
|
* [capitalize](#capitalize-and-capitalize)
|
25
25
|
* [casecmp](#casecmp)
|
@@ -29,7 +29,7 @@ __Notice:__ TurkishSupport uses refinements instead of monkey patching. ~~Refine
|
|
29
29
|
* [match](#match)
|
30
30
|
* [partition](#partition)
|
31
31
|
* [rpartition](#rpartition)
|
32
|
-
* [rindex](#
|
32
|
+
* [rindex](#rindex)
|
33
33
|
* [scan](#scan)
|
34
34
|
* [slice](#slice-and-slice)
|
35
35
|
* [split](#split)
|
@@ -38,7 +38,8 @@ __Notice:__ TurkishSupport uses refinements instead of monkey patching. ~~Refine
|
|
38
38
|
* [titleize](#titleize-and-titleize)
|
39
39
|
* [upcase](#upcase-and-upcase)
|
40
40
|
* [Array Methods](#array-methods)
|
41
|
-
* [sort](sort-and-sort)
|
41
|
+
* [sort](#sort-and-sort)
|
42
|
+
|
42
43
|
|
43
44
|
## Installation
|
44
45
|
|
@@ -87,7 +88,7 @@ end
|
|
87
88
|
Test.new.up_me('içel') # => "İÇEL"
|
88
89
|
```
|
89
90
|
|
90
|
-
### Using with rails
|
91
|
+
### Using with ruby on rails
|
91
92
|
|
92
93
|
__Note:__ You don't need to require, because it is already required by the rails.
|
93
94
|
|
data/turkish_support.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Sıtkı Bağdat']
|
10
10
|
spec.email = ['sbagdat@gmail.com']
|
11
11
|
spec.summary = 'Turkish character support for core ruby methods.'
|
12
|
-
spec.description = 'Turkish character support for core ruby methods
|
12
|
+
spec.description = 'Turkish character support for core ruby methods
|
13
13
|
like String#upcase, String#gsub, String#match, Array#sort, and etc...)'
|
14
14
|
spec.homepage = 'https://github.com/sbagdat/turkish_support'
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turkish_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sıtkı Bağdat
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: |-
|
56
|
-
Turkish character support for core ruby methods
|
56
|
+
Turkish character support for core ruby methods
|
57
57
|
like String#upcase, String#gsub, String#match, Array#sort, and etc...)
|
58
58
|
email:
|
59
59
|
- sbagdat@gmail.com
|
@@ -95,9 +95,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: 2.0.0
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
97
|
requirements:
|
98
|
-
- - "
|
98
|
+
- - ">="
|
99
99
|
- !ruby/object:Gem::Version
|
100
|
-
version:
|
100
|
+
version: '0'
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
103
|
rubygems_version: 2.4.5
|