rtl 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rtl/version.rb +1 -1
- data/rtl.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76ae8208b04aa3bae512be2ca55670acfb97c3ee
|
4
|
+
data.tar.gz: a14f83726ea092ffac965bc42b0b041fe099790a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3616a0dea0b2a1011793c1916969ead169e12bbc5033791f081fd30ad0144622db991508a97f9d47203f6c02ca004bde293f59aa56d86db42838c70143438f3
|
7
|
+
data.tar.gz: 719937ec6521b826f6dd89d15c27b5095e61f392574720c1d0084c8bfcd32862d2bb497b18a1db083e75c5a2cdcafb560c9955749a80f45ce0025f58895ac722
|
data/lib/rtl/version.rb
CHANGED
data/rtl.gemspec
CHANGED
@@ -10,10 +10,10 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.authors = ["Abdullah Barrak (abarrak)"]
|
11
11
|
spec.email = ["a@abarrak.com"]
|
12
12
|
|
13
|
-
spec.summary = "A gem for checking RTL direction of
|
13
|
+
spec.summary = "A gem for checking RTL direction of a language."
|
14
14
|
spec.description = "RTL helps you to check whether a language direction is right-to-left (RTL)
|
15
15
|
or left-to-right (LTR) implicitly, by supplying its full name, iso code,
|
16
|
-
or
|
16
|
+
or other options."
|
17
17
|
spec.homepage = "https://github.com/abarrak/rtl"
|
18
18
|
spec.license = "MIT"
|
19
19
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abdullah Barrak (abarrak)
|
@@ -55,7 +55,7 @@ dependencies:
|
|
55
55
|
description: |-
|
56
56
|
RTL helps you to check whether a language direction is right-to-left (RTL)
|
57
57
|
or left-to-right (LTR) implicitly, by supplying its full name, iso code,
|
58
|
-
or
|
58
|
+
or other options.
|
59
59
|
email:
|
60
60
|
- a@abarrak.com
|
61
61
|
executables: []
|
@@ -95,5 +95,5 @@ rubyforge_project:
|
|
95
95
|
rubygems_version: 2.4.8
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
|
-
summary: A gem for checking RTL direction of
|
98
|
+
summary: A gem for checking RTL direction of a language.
|
99
99
|
test_files: []
|