wahy 1.3.6 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9b0fc0ec4e11c1a4f41de390c1f23681e4002302
4
- data.tar.gz: 2f0ce596d23a3ea913b8417faf5cf14b6edf0354
2
+ SHA256:
3
+ metadata.gz: '082430604f61d304623325ba97525f4106d08c49f9a65a220cd255537fbce42c'
4
+ data.tar.gz: 6feb236e10693ffed9efa938662baf44964ebac7fecfb4820fdba66873ffaecf
5
5
  SHA512:
6
- metadata.gz: 303ec72b164933c5cac2c2d66185312bbe8da495e922747de533e0d2c041f011fd36ead68b628e1ae95c285e4073b453fc8e1e18fe1c644a345e61a00f148517
7
- data.tar.gz: '0592670e41e12220b3e58109aacc8eab60f3474f1954084b278d7587d22c4aafe8d07f3682881275341593d02da00d239ad8b79e291b2dd16c0eddf0fda050ec'
6
+ metadata.gz: 551b780c2c14104a8d394324b96d2dc06c76f833e46ef6f8be4991050bf1285bfc0112acc859088e76a3e8bada8944c6a68b0a8e129b158be0bd0b9221f84afa
7
+ data.tar.gz: a07e5ff4f170d38175d1b4c8698b616131823e6776639db042914fcedd1f0632c910abd2fcab9c35b3a6d7ced048def2ccf492d9009ded1db1ac2a1ca61513f2
data/.rbenv-gemsets ADDED
@@ -0,0 +1 @@
1
+ wahy
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 4.0.2
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
- rvm:
4
- - 2.4.1
5
- before_install: gem install bundler -v 1.15.3
3
+ rbenv:
4
+ - 4.0.2
5
+ before_install: gem install bundler
data/README.md CHANGED
@@ -20,8 +20,6 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- ![alt text](https://github.com/cptangry/wahy/blob/master/Screenshot_2017-08-17_16-23-15.png "Thats's example of how terminal command works")
24
-
25
23
  ```shell
26
24
  # Just install gem and use wahy command
27
25
  # For help:
@@ -59,10 +57,9 @@ sign_one = signs[0] # or sign_one = signs.first # it's array
59
57
  # OR
60
58
  sing_two = Wahy.take_specific_sign signs, 1
61
59
 
62
-
63
60
  # Gem includes two XML data
64
- # English Quran Tranlation(eng.xml): Written by Yusuf Ali
65
- # Turkish Quran Tranlation(tur.xml): Written by Elmalılı Hamdi Yazır
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
66
63
  # Special Thanks to: http://www.qurandatabase.org/Database.aspx
67
64
  ```
68
65
 
Binary file