turkish_support 1.0.0.pre.alpha → 1.0.0

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: fca374a0e22cae4752a98bc96a26b64d99e57612
4
- data.tar.gz: 5ff3bac0eb61748ec55b9de97f6fed195f15222a
3
+ metadata.gz: 3db72490d22a19efe175685b906ba391f2c28626
4
+ data.tar.gz: a7ba6fd180cafe0459f1d803b9241377683c3884
5
5
  SHA512:
6
- metadata.gz: 1682d709edeeb141dc55ff93b9243298ae32892d8fe8e5beeabcc4a9b6d9c4800686a9f2a7d8899e52409e557843fd7dc9c37b89d4a072704314c388372809e7
7
- data.tar.gz: a90302ff8136ee2ad490f6746cf1043c1fe61a58e750944fe8c5a21c333a4c8b0cab194f8fc6c637b10cfa3710ce9ea338aac4500ce2491bfdcb6d47ff40d16f
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 #[]=](-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](#rpartition)
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
 
@@ -1,3 +1,3 @@
1
1
  module TurkishSupport
2
- VERSION = '1.0.0-alpha'
2
+ VERSION = '1.0.0'
3
3
  end
@@ -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.pre.alpha
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: 1.3.1
100
+ version: '0'
101
101
  requirements: []
102
102
  rubyforge_project:
103
103
  rubygems_version: 2.4.5