srbovanje 3.0.0 → 3.0.1
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/README.md +3 -1
- data/ext/lib/preslovi.x86_64-darwin.so +0 -0
- data/ext/lib/preslovi.x86_64-linux.so +0 -0
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da72b0c0c61f64acd60aad069bc601572e5a004d38f09a12340fb102ad03190
|
|
4
|
+
data.tar.gz: e8757f48fbf9a9c09447c840de502cf77f29e6056fc93c8e95403adc4b177e90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93e028587d103b26670b5f2d52f65c759e78a0af02710df3cac05fd561895812de84e5e5df9cb40859cdd09e77127de6f9f0c1b091402eabeb00f5135370fe52
|
|
7
|
+
data.tar.gz: f6a3dc243b299bf24acc78c0f9c051096731bbd9b3f778d7cc2a750fa0baa41180404dc6ec0e92e55390c142ad3e143b459ad4468466acd4343d792fa150aa8b
|
data/README.md
CHANGED
|
@@ -9,6 +9,8 @@ U Gemfile projekta dodajte:
|
|
|
9
9
|
|
|
10
10
|
gem 'srbovanje'
|
|
11
11
|
|
|
12
|
+
Podržane platforme su Linux i macOS (darwin).
|
|
13
|
+
|
|
12
14
|
## Korišćenje
|
|
13
15
|
|
|
14
16
|
```ruby
|
|
@@ -51,7 +53,7 @@ koje koristi i18n gem, tako da će npr. parameterize raditi pravilnije:
|
|
|
51
53
|
|
|
52
54
|
Od verzije 3.0, Srbovanje koristi [Go](https://golang.org/) ekstenziju zbog
|
|
53
55
|
dramatično boljih (30x) performansi. Ekstenzija je unapred kompajlirana i
|
|
54
|
-
spakovana uz gem, tako da instaliranje
|
|
56
|
+
spakovana uz gem, tako da instaliranje nema dodatnih zahteva.
|
|
55
57
|
|
|
56
58
|
## MIT License
|
|
57
59
|
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: srbovanje
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dejan Simic
|
|
@@ -16,20 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.13.1
|
|
19
|
+
version: '1.9'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '1.
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.13.1
|
|
26
|
+
version: '1.9'
|
|
33
27
|
description: Transliteracija ćirilice na latinicu i tzv. "ošišanu" (ASCII) latinicu.
|
|
34
28
|
email: desimic@gmail.com
|
|
35
29
|
executables: []
|