turkish_support 1.1.2 → 1.1.3
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/.travis.yml +1 -1
- data/README.md +1 -1
- data/lib/turkish_support/version.rb +1 -1
- data/spec/spec_helper.rb +0 -5
- data/turkish_support.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ea4d5444e4bb6da4e3b833a0722f6d7f3540e4ce4271500f8807e84c91d72af
|
4
|
+
data.tar.gz: 63d120ac7d6794356019abb14f0cad1aad6d1af76277209581f821bbd3d56e66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8f9d5c9c02da13a3bf45b59e09937702382422d7ae08c63a9e7aab7853052a1e73716c0ba5079fcdf5310b30dd2b4100f35c186ca943513e2a04345da1470c6
|
7
|
+
data.tar.gz: 2de927b3c9352ce60a2e650da231fe08c76b5ecc7fc04479bf06cf9fe61603988c798d5f675cbcfa302e09c1585cca6512469719781c7f58b311d74488e077da
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -1,7 +1,2 @@
|
|
1
1
|
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
2
2
|
require 'turkish_support'
|
3
|
-
|
4
|
-
arr = %w[ ağa aça aşa aöa aüa aua afa aba ]
|
5
|
-
arr.sort # => ["aba", "afa", "aua", "aça", "aöa", "aüa", "ağa", "aşa"]
|
6
|
-
arr.sort { |a, b| a[0] <=> b[0] } # => ["aba", "aça", "aşa", "aöa", "aüa", "aua", "afa", "ağa"]
|
7
|
-
arr.sort { |a, b| b[0] <=> a[0] } # => ["aba", "aça", "aşa", "aöa", "aüa", "aua", "afa", "ağa"]
|
data/turkish_support.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ['lib']
|
20
20
|
|
21
|
-
spec.required_ruby_version = '>= 2.
|
21
|
+
spec.required_ruby_version = '>= 2.2.0'
|
22
22
|
spec.add_development_dependency 'bundler', '~> 1.5'
|
23
23
|
spec.add_development_dependency 'rake', '~> 12.0'
|
24
24
|
spec.add_development_dependency 'rspec', '~> 3.5'
|
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.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sıtkı Bağdat
|
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
95
|
requirements:
|
96
96
|
- - ">="
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 2.
|
98
|
+
version: 2.2.0
|
99
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - ">="
|