layout_convert 0.0.5 → 0.0.6
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/layout_convert.gemspec +1 -18
- data/lib/layout_convert/version.rb +1 -1
- metadata +2 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 283076f81c745977658fab031c8e260d01d5c369
|
4
|
+
data.tar.gz: 0dd666b2de0c5aff468aec3e7ec844b1151ca455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6bbffdf5d3e10e358d0f056f9128bec4bc5f6a3e4e1eb3e48b4e6fba31039d0416fef80adc68027f3e3cbc170b7c4b0f65b4ad624db4fc6685329ca36cddda9
|
7
|
+
data.tar.gz: bb449f51005757b37c9b2ca0ce602d6bf161936ce6394bc71f5639866f06d41210183ea82a20f26b47e536fc16216cc39d7d645f6eb4d4c91dbe051b5ad7e47a
|
data/layout_convert.gemspec
CHANGED
@@ -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
|
|
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.
|
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:
|
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: []
|