transliteration 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e1191d9f06c5942968c582f840318b669ab254c5
4
+ data.tar.gz: c83ff3f16fb33a74b90b6be1e806fdd84b50745d
5
+ SHA512:
6
+ metadata.gz: c961172330a22ee085d0ff17d9bc9276f81ca2f86a72a6cbb38adbb9f8e71e080fb21f3511c6d904ff6d7ecca28c20565ebd9b5427893541c034e63c6962138a
7
+ data.tar.gz: 38cce392fb55d0171203325c95648e6140688eae73f672ea8acb26c7cf173c02c7216efeb386d9fa8ad303b0f88e47d290d783c517dab0c74750e46ea064cc7b
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: transliteration
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Pavel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simple gem for transliteration RU symbols to EN.
14
+ email:
15
+ - solonovich.pavel@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: ''
21
+ licenses:
22
+ - LGPL-3.0
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Simple gem for transliteration RU symbols to EN.
44
+ test_files: []