prayer_time 1.0.0 → 1.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 +19 -19
- data/lib/prayer_time/version.rb +1 -1
- data/prayer_time.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49ab5b715295108e7206af624995b456046edd83
|
4
|
+
data.tar.gz: 2872c095fb4d755648cc9e32d47b30fa9c57524d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40c6e9ff5b78662b3e3f80b1499631f065b9ca73f3dbb5e1b477b47c85391eef3dcf640d60a30e4ab18dbed77f54c35080fcb86bc7d9bffa1fe3988785908963
|
7
|
+
data.tar.gz: 87ec745b7e51071868c11b0e6e2c580faae66a7682a0e26517dee336712112b4f8bc16eea43856a75f2a450228fa9cad457d66435e3034ebf4e02e37ccd9aac7
|
data/README.md
CHANGED
@@ -35,24 +35,24 @@ PrayerTime.times("TURKIYE", "SAMSUN", "19 MAYIS")
|
|
35
35
|
# => {"Imsak"=>"03:26",
|
36
36
|
# "Gunes"=>"05:17",
|
37
37
|
# "Ogle"=>"12:49",
|
38
|
-
#
|
39
|
-
#
|
40
|
-
#
|
41
|
-
#
|
42
|
-
#
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
38
|
+
# "Ikindi"=>"16:44",
|
39
|
+
# "Aksam"=>"20:09",
|
40
|
+
# "Yatsi"=>"21:51",
|
41
|
+
# "NextImsak"=>"03:26",
|
42
|
+
# "MoonSrc"=>"d7.gif",
|
43
|
+
# "HicriTarih"=>"21 Şevval 1437",
|
44
|
+
# "MiladiTarih"=>"25.07.2016",
|
45
|
+
# "RumiTarih"=>nil,
|
46
|
+
# "Enlem"=>0,
|
47
|
+
# "Boylam"=>0,
|
48
|
+
# "KibleAcisi"=>"169",
|
49
|
+
# "UlkeAdi"=>"TÜRKİYE",
|
50
|
+
# "SehirAdi"=>"SAMSUN",
|
51
|
+
# "KibleSaati"=>"12:26",
|
52
|
+
# "GunesBatis"=>"20:01",
|
53
|
+
# "GunesDogus"=>"05:24",
|
54
|
+
# "ItemId"=>9809,
|
55
|
+
# "HolyDaysItem"=>nil}
|
56
56
|
```
|
57
57
|
If the country hasn't any town, something like this:
|
58
58
|
```ruby
|
@@ -77,7 +77,7 @@ PrayerTime.times("BOSNA HERSEK", "SREBRENICA" , "")
|
|
77
77
|
|
78
78
|
## Contributing
|
79
79
|
|
80
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/ecmelkytz/
|
80
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ecmelkytz/prayer_time
|
81
81
|
|
82
82
|
1. Fork it
|
83
83
|
2. Create your feature branch (git checkout -b my-new-feature)
|
data/lib/prayer_time/version.rb
CHANGED
data/prayer_time.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = "This gem obtains to praying times from Presidency of Religious Affairs"
|
13
13
|
spec.description = "This gem obtains to praying times from Presidency of Religious Affairs"
|
14
|
-
spec.homepage = "https://github.com/ecmelkytz/
|
14
|
+
spec.homepage = "https://github.com/ecmelkytz/prayer_time"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prayer_time
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ecmel Kaytazoğlu
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -70,7 +70,7 @@ files:
|
|
70
70
|
- lib/prayer_time/request.rb
|
71
71
|
- lib/prayer_time/version.rb
|
72
72
|
- prayer_time.gemspec
|
73
|
-
homepage: https://github.com/ecmelkytz/
|
73
|
+
homepage: https://github.com/ecmelkytz/prayer_time
|
74
74
|
licenses:
|
75
75
|
- MIT
|
76
76
|
metadata: {}
|