turkish_ranges 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 07df9bccb8c08e73eaccb0bdea30a7ff2f1a2b3e5b81b3c5caba3c7642f4acca
4
+ data.tar.gz: c6d1c09a6062e25c5123f50ef949367756d84e9f9a78c839fec2f5e168546a42
5
+ SHA512:
6
+ metadata.gz: d24e2990d53bd263a86aa48cc0ca3913eb544786f673b78d9496930feb0175ccae846648296ecda33ff1125464b5d865898f5a6d526b6f0a1e341124d8ce0e3f
7
+ data.tar.gz: 9bda5d5ad151562a846cd99f351edfd204aca214cd1290251b4aa439b58ea7ec507c158ad4031aaaabd3dea2c34f76c7e2251ef008372f54c697623b1e036569
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: turkish_ranges
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Sıtkı Bağdat
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ranges and string comparisons meet Turkish language. You can use it anywhere
14
+ in your code, Range, Regexp, etc..
15
+ email:
16
+ - sbagdat@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/sbagdat/turkish_ranges
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ allowed_push_host: https://rubygems.org
26
+ homepage_uri: https://github.com/sbagdat/turkish_ranges
27
+ source_code_uri: https://github.com/sbagdat/turkish_ranges
28
+ changelog_uri: https://github.com/sbagdat/turkish_ranges/CHANGELOG.md
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: 2.7.0
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.1.2
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Ranges and string comparisons meet Turkish language
48
+ test_files: []