rtl 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rtl/version.rb +1 -1
  3. data/rtl.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df2a044c0ebc80f6ff0b8763d52827e529567aef
4
- data.tar.gz: 0958f273ac491d0875fe34af4977ee6656ed7823
3
+ metadata.gz: 76ae8208b04aa3bae512be2ca55670acfb97c3ee
4
+ data.tar.gz: a14f83726ea092ffac965bc42b0b041fe099790a
5
5
  SHA512:
6
- metadata.gz: 3c6c90a696f41b2c58ef2e30ad749237a90a5aeb10bc0aec31ecd3e23ae39259ebd3738aa842eb6702d620ca8ea30ae8e9a2b2385d14a83e353b062de392b4df
7
- data.tar.gz: fc173904a30a2c44d6490d37ad58b4501613da920736ace9dae69a12b03719f5dc0c6299d1fbc0f1570953ff020f7bcf42a42f13072c1d7952931c43383e6a99
6
+ metadata.gz: e3616a0dea0b2a1011793c1916969ead169e12bbc5033791f081fd30ad0144622db991508a97f9d47203f6c02ca004bde293f59aa56d86db42838c70143438f3
7
+ data.tar.gz: 719937ec6521b826f6dd89d15c27b5095e61f392574720c1d0084c8bfcd32862d2bb497b18a1db083e75c5a2cdcafb560c9955749a80f45ce0025f58895ac722
data/lib/rtl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rtl
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 languages."
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 others options."
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.0
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 others options.
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 languages.
98
+ summary: A gem for checking RTL direction of a language.
99
99
  test_files: []