astrological_forecast 1.2.0 → 1.2.2
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 +1 -0
- data/Gemfile.lock +4 -1
- data/README.md +8 -0
- data/lib/astrological_forecast/version.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: b33bd03972963aaaf037c13b7a36fabf87bfd0e6aae6953f5a6911675d55f4be
|
|
4
|
+
data.tar.gz: a4dabd46531312165cb4a560aeeaba98095a112c7c4e3f8ed87997c452bd1e07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17c5ac67a65577124731f38b21aaab3c842a3449fc041688e91df20a98e4fb242a1ed9fc0a8a39a59e51957bd537a9ac2bb85d58305b5702fda9b2634405f62f
|
|
7
|
+
data.tar.gz: 4871a7d652f018fe27b8c85d65c26cd5440e83e08a8f2014272483e1d586313443a36449f5f934bce03274dfcd855b77c152abbac2cc5e86e28411fa4956dade
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
astrological_forecast (1.2.
|
|
4
|
+
astrological_forecast (1.2.2)
|
|
5
5
|
nokogiri (~> 1.13)
|
|
6
6
|
open-uri
|
|
7
7
|
|
|
@@ -10,6 +10,8 @@ GEM
|
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.2)
|
|
12
12
|
byebug (11.1.3)
|
|
13
|
+
codecov (0.6.0)
|
|
14
|
+
simplecov (>= 0.15, < 0.22)
|
|
13
15
|
date (3.2.2)
|
|
14
16
|
diff-lcs (1.5.0)
|
|
15
17
|
docile (1.4.0)
|
|
@@ -77,6 +79,7 @@ PLATFORMS
|
|
|
77
79
|
DEPENDENCIES
|
|
78
80
|
astrological_forecast!
|
|
79
81
|
byebug
|
|
82
|
+
codecov (~> 0.4)
|
|
80
83
|
json
|
|
81
84
|
rake (~> 13.0)
|
|
82
85
|
rspec (~> 3.1)
|
data/README.md
CHANGED
|
@@ -107,3 +107,11 @@ ruby name_programm.rb
|
|
|
107
107
|
стабильность - но не теряете ли Вы интересные возможности? Со временем зона комфорта может стать не такой уж
|
|
108
108
|
комфортной. Стоит подумать о том, чтобы выйти из нее раньше, чем это случится.
|
|
109
109
|
```
|
|
110
|
+
|
|
111
|
+
## Помочь в разработке
|
|
112
|
+
|
|
113
|
+
Шлите ваши пулреквесты в https://github.com/ProfessorNemo/astrological_forecast.
|
|
114
|
+
|
|
115
|
+
## Лицензия
|
|
116
|
+
|
|
117
|
+
[MIT License](https://opensource.org/licenses/MIT)
|