layout_convert 0.0.5 → 0.0.6

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: 0c303a459a9d43b427ef654f33b257dbfdbaf8d1
4
- data.tar.gz: cc013acc0691cefa6a06a53d1c61143252cd1b4a
3
+ metadata.gz: 283076f81c745977658fab031c8e260d01d5c369
4
+ data.tar.gz: 0dd666b2de0c5aff468aec3e7ec844b1151ca455
5
5
  SHA512:
6
- metadata.gz: d4e2cf0db510feca6582561efa0796e6bff7ad620ae557fd447f394da3ac3e06533d7ba2f1b23efd2dd44490b2fd1d2d44f47234afa6c32ccb006dfe96fa958b
7
- data.tar.gz: a5f09f6fc8253244e5d456e795f0ce855ebc1844ef78ef5fbef11d5a96ff3ed7200136f0a5d40bf7fb242eb6cfddc6d645c0f75b58a454a255582a62ad0b4c06
6
+ metadata.gz: d6bbffdf5d3e10e358d0f056f9128bec4bc5f6a3e4e1eb3e48b4e6fba31039d0416fef80adc68027f3e3cbc170b7c4b0f65b4ad624db4fc6685329ca36cddda9
7
+ data.tar.gz: bb449f51005757b37c9b2ca0ce602d6bf161936ce6394bc71f5639866f06d41210183ea82a20f26b47e536fc16216cc39d7d645f6eb4d4c91dbe051b5ad7e47a
@@ -9,24 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["bluurn"]
10
10
  spec.email = ["bluurn@gmail.com"]
11
11
  spec.summary = %q{Basic string Latin <-> Cyrillic Layour swapper }
12
- spec.description = %q{
13
- A String class now has these methods available
14
- * cyrillic?
15
- * latin?
16
- * mixed?
17
- * cyrillish?
18
- * latinish?
19
- * swap_layout
20
- Usage: It's simple, just type
21
- ```
22
- "ghbdtn".swap_layout
23
- ```
24
- And you will get this result
25
- ```
26
- => "привет"
27
- ```
28
- Easy! :)
29
- }
12
+ spec.description = %q{https://github.com/bluurn/layout_convert/}
30
13
  spec.homepage = ""
31
14
  spec.license = "MIT"
32
15
 
@@ -1,3 +1,3 @@
1
1
  module LayoutConvert
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: layout_convert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bluurn
@@ -38,24 +38,7 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: |2
42
-
43
- A String class now has these methods available
44
- * cyrillic?
45
- * latin?
46
- * mixed?
47
- * cyrillish?
48
- * latinish?
49
- * swap_layout
50
- Usage: It's simple, just type
51
- ```
52
- "ghbdtn".swap_layout
53
- ```
54
- And you will get this result
55
- ```
56
- => "привет"
57
- ```
58
- Easy! :)
41
+ description: https://github.com/bluurn/layout_convert/
59
42
  email:
60
43
  - bluurn@gmail.com
61
44
  executables: []