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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b077e5e3ded93d578f46495109754b95d9f0110694bac2f81a1d089b62e7431a
4
- data.tar.gz: 35c5401865e497a574ccb2b160a234b05b2ed4ae6e8933adf4980721927074b5
3
+ metadata.gz: '082430604f61d304623325ba97525f4106d08c49f9a65a220cd255537fbce42c'
4
+ data.tar.gz: 6feb236e10693ffed9efa938662baf44964ebac7fecfb4820fdba66873ffaecf
5
5
  SHA512:
6
- metadata.gz: b10e92ab862fedc6422c0934dac093d10674fc4680a30fc814c4a9922c58255dde076da7830414592191d1b67ea884e48ec2ff40fc0b1e544c41a5bdf67e1c47
7
- data.tar.gz: d0007bd63cdd021c217b7747fee5567d60180376bb68f1a466e14723c77354db7d09304599e900b4ffdf73a9632dc8f2dbc42f4ba25158387b09e478f2c44201
6
+ metadata.gz: 551b780c2c14104a8d394324b96d2dc06c76f833e46ef6f8be4991050bf1285bfc0112acc859088e76a3e8bada8944c6a68b0a8e129b158be0bd0b9221f84afa
7
+ data.tar.gz: a07e5ff4f170d38175d1b4c8698b616131823e6776639db042914fcedd1f0632c910abd2fcab9c35b3a6d7ced048def2ccf492d9009ded1db1ac2a1ca61513f2
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
- rvm:
3
+ rbenv:
4
4
  - 4.0.2
5
5
  before_install: gem install bundler
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(eng.xml): Written by Yusuf Ali
63
- # 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
64
63
  # Special Thanks to: http://www.qurandatabase.org/Database.aspx
65
64
  ```
66
65
 
data/lib/wahy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wahy
2
- VERSION = "1.3.7"
2
+ VERSION = "1.3.8"
3
3
  end
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, eelect a correct option ("tur" or "eng"): '
111
+ print 'Please, select a correct option ("tur" or "eng"): '
112
112
  selection = gets.chomp
113
113
  new_data selection
114
114
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wahy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gökhan Çağlar