wahy 1.3.7 → 1.3.8
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/.travis.yml +1 -1
- data/README.md +2 -3
- data/lib/wahy/version.rb +1 -1
- data/lib/wahy.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '082430604f61d304623325ba97525f4106d08c49f9a65a220cd255537fbce42c'
|
|
4
|
+
data.tar.gz: 6feb236e10693ffed9efa938662baf44964ebac7fecfb4820fdba66873ffaecf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 551b780c2c14104a8d394324b96d2dc06c76f833e46ef6f8be4991050bf1285bfc0112acc859088e76a3e8bada8944c6a68b0a8e129b158be0bd0b9221f84afa
|
|
7
|
+
data.tar.gz: a07e5ff4f170d38175d1b4c8698b616131823e6776639db042914fcedd1f0632c910abd2fcab9c35b3a6d7ced048def2ccf492d9009ded1db1ac2a1ca61513f2
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -57,10 +57,9 @@ sign_one = signs[0] # or sign_one = signs.first # it's array
|
|
|
57
57
|
# OR
|
|
58
58
|
sing_two = Wahy.take_specific_sign signs, 1
|
|
59
59
|
|
|
60
|
-
|
|
61
60
|
# Gem includes two XML data
|
|
62
|
-
# English Quran Tranlation(
|
|
63
|
-
# Turkish Quran Tranlation(
|
|
61
|
+
# English Quran Tranlation(/lib/data/config_en.xml): Written by Yusuf Ali
|
|
62
|
+
# Turkish Quran Tranlation(/lib/data/config_tr.xml): Written by Elmalılı Hamdi Yazır
|
|
64
63
|
# Special Thanks to: http://www.qurandatabase.org/Database.aspx
|
|
65
64
|
```
|
|
66
65
|
|
data/lib/wahy/version.rb
CHANGED
data/lib/wahy.rb
CHANGED
|
@@ -108,7 +108,7 @@ module Wahy
|
|
|
108
108
|
elsif lang == 'eng'
|
|
109
109
|
doc = Nokogiri::XML(ENGLISH)
|
|
110
110
|
else
|
|
111
|
-
print 'Please,
|
|
111
|
+
print 'Please, select a correct option ("tur" or "eng"): '
|
|
112
112
|
selection = gets.chomp
|
|
113
113
|
new_data selection
|
|
114
114
|
end
|