astrological_forecast 1.3.4 → 2.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/Gemfile +0 -2
- data/Gemfile.lock +22 -22
- data/README.md +16 -4
- data/lib/astrological_forecast/definition_sign.rb +1 -1
- data/lib/astrological_forecast/facts.rb +6 -4
- data/lib/astrological_forecast/forecast.rb +6 -3
- data/lib/astrological_forecast/type.rb +1 -1
- data/lib/astrological_forecast/version.rb +1 -1
- data/lib/astrological_forecast.rb +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9caf93370cf8653834f4485454a9da5bd120b267527d20b5b860ed050cbf439
|
|
4
|
+
data.tar.gz: 4b508193efc0909795a49013311a2f6dd44b66c101f319c733efabb102fae859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f56f2cbe98682cf443dd3b00c92e4022f555dfefd962728a7547faddec50e3c89ea077391be362a4829cfbd2c9550a5b98d1bda9851c0f3f22abf915ad27b951
|
|
7
|
+
data.tar.gz: dbaa4201c29343f548a8e39c8a8db66b5040cbace0e108f9ad1f7807ab7e7577edce6f3ef11a10f8df97f939b79896b997bf7d3b76c7714dabd6e3578021c6f2
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
astrological_forecast (
|
|
4
|
+
astrological_forecast (2.0.0)
|
|
5
5
|
addressable
|
|
6
6
|
nokogiri
|
|
7
7
|
open-uri
|
|
@@ -17,25 +17,25 @@ GEM
|
|
|
17
17
|
simplecov (>= 0.15, < 0.22)
|
|
18
18
|
crack (0.4.5)
|
|
19
19
|
rexml
|
|
20
|
-
date (3.
|
|
20
|
+
date (3.3.3)
|
|
21
21
|
diff-lcs (1.5.0)
|
|
22
22
|
docile (1.4.0)
|
|
23
23
|
hashdiff (1.0.1)
|
|
24
|
-
json (2.6.
|
|
25
|
-
nokogiri (1.
|
|
24
|
+
json (2.6.3)
|
|
25
|
+
nokogiri (1.14.0-x86_64-linux)
|
|
26
26
|
racc (~> 1.4)
|
|
27
|
-
open-uri (0.
|
|
27
|
+
open-uri (0.3.0)
|
|
28
28
|
stringio
|
|
29
29
|
time
|
|
30
30
|
uri
|
|
31
31
|
parallel (1.22.1)
|
|
32
|
-
parser (3.
|
|
32
|
+
parser (3.2.0.0)
|
|
33
33
|
ast (~> 2.4.1)
|
|
34
|
-
public_suffix (5.0.
|
|
35
|
-
racc (1.6.
|
|
34
|
+
public_suffix (5.0.1)
|
|
35
|
+
racc (1.6.2)
|
|
36
36
|
rainbow (3.1.1)
|
|
37
37
|
rake (13.0.6)
|
|
38
|
-
regexp_parser (2.6.
|
|
38
|
+
regexp_parser (2.6.1)
|
|
39
39
|
rexml (3.2.5)
|
|
40
40
|
rspec (3.12.0)
|
|
41
41
|
rspec-core (~> 3.12.0)
|
|
@@ -43,29 +43,29 @@ GEM
|
|
|
43
43
|
rspec-mocks (~> 3.12.0)
|
|
44
44
|
rspec-core (3.12.0)
|
|
45
45
|
rspec-support (~> 3.12.0)
|
|
46
|
-
rspec-expectations (3.12.
|
|
46
|
+
rspec-expectations (3.12.2)
|
|
47
47
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
48
|
rspec-support (~> 3.12.0)
|
|
49
|
-
rspec-mocks (3.12.
|
|
49
|
+
rspec-mocks (3.12.2)
|
|
50
50
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
51
51
|
rspec-support (~> 3.12.0)
|
|
52
52
|
rspec-support (3.12.0)
|
|
53
|
-
rubocop (1.
|
|
53
|
+
rubocop (1.43.0)
|
|
54
54
|
json (~> 2.3)
|
|
55
55
|
parallel (~> 1.10)
|
|
56
|
-
parser (>= 3.
|
|
56
|
+
parser (>= 3.2.0.0)
|
|
57
57
|
rainbow (>= 2.2.2, < 4.0)
|
|
58
58
|
regexp_parser (>= 1.8, < 3.0)
|
|
59
59
|
rexml (>= 3.2.5, < 4.0)
|
|
60
|
-
rubocop-ast (>= 1.
|
|
60
|
+
rubocop-ast (>= 1.24.1, < 2.0)
|
|
61
61
|
ruby-progressbar (~> 1.7)
|
|
62
|
-
unicode-display_width (>=
|
|
63
|
-
rubocop-ast (1.
|
|
62
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
63
|
+
rubocop-ast (1.24.1)
|
|
64
64
|
parser (>= 3.1.1.0)
|
|
65
|
-
rubocop-performance (1.15.
|
|
65
|
+
rubocop-performance (1.15.2)
|
|
66
66
|
rubocop (>= 1.7.0, < 2.0)
|
|
67
67
|
rubocop-ast (>= 0.4.0)
|
|
68
|
-
rubocop-rspec (2.
|
|
68
|
+
rubocop-rspec (2.17.0)
|
|
69
69
|
rubocop (~> 1.33)
|
|
70
70
|
ruby-progressbar (1.11.0)
|
|
71
71
|
simplecov (0.21.2)
|
|
@@ -74,11 +74,11 @@ GEM
|
|
|
74
74
|
simplecov_json_formatter (~> 0.1)
|
|
75
75
|
simplecov-html (0.12.3)
|
|
76
76
|
simplecov_json_formatter (0.1.4)
|
|
77
|
-
stringio (3.0.
|
|
78
|
-
time (0.2.
|
|
77
|
+
stringio (3.0.4)
|
|
78
|
+
time (0.2.1)
|
|
79
79
|
date
|
|
80
|
-
unicode-display_width (2.
|
|
81
|
-
uri (0.
|
|
80
|
+
unicode-display_width (2.4.2)
|
|
81
|
+
uri (0.12.0)
|
|
82
82
|
vcr (6.1.0)
|
|
83
83
|
webmock (3.18.1)
|
|
84
84
|
addressable (>= 2.8.0)
|
data/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[][gem]
|
|
5
5
|
[][actions]
|
|
6
6
|
[](https://codecov.io/gh/ProfessorNemo/astrological_forecast)
|
|
7
|
+
[](https://depfu.com/repos/github/ProfessorNemo/astrological_forecast)
|
|
7
8
|
|
|
8
9
|
[gem]: https://rubygems.org/gems/astrological_forecast
|
|
9
10
|
[gem]: https://rubygems.org/gems/astrological_forecast
|
|
@@ -60,15 +61,15 @@ gem 'astrological_forecast'
|
|
|
60
61
|
``` rb
|
|
61
62
|
require 'astrological_forecast'
|
|
62
63
|
|
|
63
|
-
AstrologicalForecast.predict
|
|
64
|
+
AstrologicalForecast.predict(true)
|
|
64
65
|
|
|
65
|
-
# Или, если не хотите
|
|
66
|
+
# Или, если не хотите использовать консоль для ввода данных:
|
|
66
67
|
|
|
67
|
-
AstrologicalForecast.predict('19.05', 'общий', 'на сегодня')
|
|
68
|
+
AstrologicalForecast.predict(true, '19.05', 'общий', 'на сегодня')
|
|
68
69
|
|
|
69
70
|
```
|
|
70
71
|
|
|
71
|
-
## Запуск (версия с вводом
|
|
72
|
+
## Запуск (версия с вводом прогноза в консоль):
|
|
72
73
|
|
|
73
74
|
``` rb
|
|
74
75
|
ruby name_programm.rb
|
|
@@ -114,6 +115,17 @@ ruby name_programm.rb
|
|
|
114
115
|
комфортной. Стоит подумать о том, чтобы выйти из нее раньше, чем это случится.
|
|
115
116
|
```
|
|
116
117
|
|
|
118
|
+
## Запуск (версия БЕЗ вывода прогноза в консоль):
|
|
119
|
+
|
|
120
|
+
``` rb
|
|
121
|
+
require 'astrological_forecast'
|
|
122
|
+
|
|
123
|
+
astro = AstrologicalForecast.predict(false, '19.05', 'общий', 'на сегодня')
|
|
124
|
+
|
|
125
|
+
# astro.class -> Hash
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
|
|
117
129
|
## Помочь в разработке:
|
|
118
130
|
|
|
119
131
|
Шлите ваши пулреквесты в https://github.com/ProfessorNemo/astrological_forecast.
|
|
@@ -23,16 +23,18 @@ module AstrologicalForecast
|
|
|
23
23
|
|
|
24
24
|
class << self
|
|
25
25
|
def give_types
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
|
|
27
|
+
TYPES.each_with_index do |type, index|
|
|
28
|
+
|
|
29
|
+
puts "#{index + 1}. #{type[0]}"
|
|
28
30
|
end
|
|
29
31
|
puts
|
|
30
32
|
print '> '
|
|
31
33
|
end
|
|
32
34
|
|
|
33
35
|
def give_period
|
|
34
|
-
PERIOD.
|
|
35
|
-
puts "#{index + 1}. #{period}"
|
|
36
|
+
PERIOD.each_with_index do |period, index|
|
|
37
|
+
puts "#{index + 1}. #{period[0]}"
|
|
36
38
|
end
|
|
37
39
|
puts
|
|
38
40
|
print '> '
|
|
@@ -7,6 +7,7 @@ module AstrologicalForecast
|
|
|
7
7
|
@signs = params[:signs]
|
|
8
8
|
@user_type = params[:user_type]
|
|
9
9
|
@user_period = params[:user_period]
|
|
10
|
+
@console = params[:console]
|
|
10
11
|
end
|
|
11
12
|
|
|
12
13
|
# получение прогноза
|
|
@@ -18,8 +19,8 @@ module AstrologicalForecast
|
|
|
18
19
|
{ number: @definition['number'],
|
|
19
20
|
name_ru: @definition['sign_ru'],
|
|
20
21
|
name_en: @signs.keys[@definition['number'].to_i - 1],
|
|
21
|
-
type: AstrologicalForecast::Facts::TYPES[AstrologicalForecast::Facts::TYPES.
|
|
22
|
-
time: AstrologicalForecast::Facts::PERIOD[AstrologicalForecast::Facts::PERIOD.
|
|
22
|
+
type: AstrologicalForecast::Facts::TYPES[AstrologicalForecast::Facts::TYPES.each_key(&:to_sym)[@user_type - 1]],
|
|
23
|
+
time: AstrologicalForecast::Facts::PERIOD[AstrologicalForecast::Facts::PERIOD.each_key(&:to_sym)[@user_period - 1]] }
|
|
23
24
|
|
|
24
25
|
begin
|
|
25
26
|
intro = AstrologicalForecast::Introduction.init(vars)
|
|
@@ -29,7 +30,9 @@ module AstrologicalForecast
|
|
|
29
30
|
abort e.message
|
|
30
31
|
end
|
|
31
32
|
|
|
32
|
-
forecast_results(intro, prediction)
|
|
33
|
+
return forecast_results(intro, prediction) if @console
|
|
34
|
+
|
|
35
|
+
intro.merge prediction
|
|
33
36
|
end
|
|
34
37
|
|
|
35
38
|
def forecast_results(intro, prediction)
|
|
@@ -63,7 +63,7 @@ module AstrologicalForecast
|
|
|
63
63
|
|
|
64
64
|
# Проверка на корректность заданного типа прогноза и периода прогнозирования
|
|
65
65
|
def manual_check(opt, const, error)
|
|
66
|
-
types = const.each_with_index.
|
|
66
|
+
types = const.each_with_index.with_object({}) do |(var, i), result|
|
|
67
67
|
result[var[0]] = i + 1
|
|
68
68
|
end
|
|
69
69
|
|
|
@@ -6,7 +6,7 @@ require_relative 'main'
|
|
|
6
6
|
BASE_URL = 'https://orakul.com/'
|
|
7
7
|
|
|
8
8
|
module AstrologicalForecast
|
|
9
|
-
def self.predict(date = nil, type = nil, period = nil)
|
|
9
|
+
def self.predict(console = false, date = nil, type = nil, period = nil)
|
|
10
10
|
determinant = AstrologicalForecast::DefinitionSign.new(date: date)
|
|
11
11
|
|
|
12
12
|
characteristic = AstrologicalForecast::Type.new(type: type, period: period)
|
|
@@ -15,7 +15,8 @@ module AstrologicalForecast
|
|
|
15
15
|
definition: determinant.definition,
|
|
16
16
|
signs: determinant.signs,
|
|
17
17
|
user_type: characteristic.user_type,
|
|
18
|
-
user_period: characteristic.user_period
|
|
18
|
+
user_period: characteristic.user_period,
|
|
19
|
+
console: console
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
forecast = AstrologicalForecast::Forecast.new(params)
|
|
@@ -23,3 +24,6 @@ module AstrologicalForecast
|
|
|
23
24
|
forecast.data_forecast
|
|
24
25
|
end
|
|
25
26
|
end
|
|
27
|
+
|
|
28
|
+
# AstrologicalForecast.predict(true, '19.05', 'общий', 'на сегодня')
|
|
29
|
+
# AstrologicalForecast.predict(true)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: astrological_forecast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gleb V. Zhegulin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
|
-
rubygems_version: 3.3.
|
|
106
|
+
rubygems_version: 3.3.26
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Zodiac horoscope parser from https://orakul.com.
|