astrological_forecast 1.2.2 → 1.2.3

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: b33bd03972963aaaf037c13b7a36fabf87bfd0e6aae6953f5a6911675d55f4be
4
- data.tar.gz: a4dabd46531312165cb4a560aeeaba98095a112c7c4e3f8ed87997c452bd1e07
3
+ metadata.gz: d2b8f6cf477a6aac937090bea62675afa394bd7dffffca96fd7325932e1dcaa7
4
+ data.tar.gz: de47b4a49a0d7a77262baca1719bb6015764b01bd7a168cfeed32517fe5f02aa
5
5
  SHA512:
6
- metadata.gz: 17c5ac67a65577124731f38b21aaab3c842a3449fc041688e91df20a98e4fb242a1ed9fc0a8a39a59e51957bd537a9ac2bb85d58305b5702fda9b2634405f62f
7
- data.tar.gz: 4871a7d652f018fe27b8c85d65c26cd5440e83e08a8f2014272483e1d586313443a36449f5f934bce03274dfcd855b77c152abbac2cc5e86e28411fa4956dade
6
+ metadata.gz: cc6134fdeb345e1fb0c4d86bfb4f9e99ea769003881c27b42660302a08cf3ad40bcb63d05655e0fda686428be95fff7e95d00b28f0f3926021914dad505d26c3
7
+ data.tar.gz: b71b00e7d34443cf81e6ea051c8919ab6a4333bdfe9232b72fbc6bf0157dafa567af8035b98e1c9604d68a41116f62a37eea6b75735ff155e6a636a65faa7b9f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- astrological_forecast (1.2.2)
4
+ astrological_forecast (1.2.3)
5
5
  nokogiri (~> 1.13)
6
6
  open-uri
7
7
 
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
- # astrological_forecast
1
+ # `astrological_forecast`
2
2
 
3
3
  ![Gem](https://img.shields.io/gem/v/astrological_forecast)
4
4
  ![CI](https://github.com/ProfessorNemo/astrological_forecast/actions/workflows/ci.yml/badge.svg)
5
5
  [![Test Coverage](https://codecov.io/gh/ProfessorNemo/astrological_forecast/graph/badge.svg)](https://codecov.io/gh/ProfessorNemo/astrological_forecast)
6
6
  ![Downloads total](https://img.shields.io/gem/dt/astrological_forecast)
7
+ ###### Язык написания - Ruby
7
8
 
8
9
  ## Описание:
9
10
  Парсер зодиакальных гороскопов с сайта https://orakul.com. Программа спрашивает у пользователя дату рождения, а в качестве результата
@@ -108,10 +109,10 @@ ruby name_programm.rb
108
109
  комфортной. Стоит подумать о том, чтобы выйти из нее раньше, чем это случится.
109
110
  ```
110
111
 
111
- ## Помочь в разработке
112
+ ## Помочь в разработке:
112
113
 
113
114
  Шлите ваши пулреквесты в https://github.com/ProfessorNemo/astrological_forecast.
114
115
 
115
- ## Лицензия
116
+ ## Лицензия:
116
117
 
117
- [MIT License](https://opensource.org/licenses/MIT)
118
+ [MIT License](https://opensource.org/licenses/MIT)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AstrologicalForecast
4
- VERSION = '1.2.2'
4
+ VERSION = '1.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astrological_forecast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb V. Zhegilin
@@ -50,7 +50,6 @@ extra_rdoc_files:
50
50
  files:
51
51
  - ".rspec"
52
52
  - ".rubocop.yml"
53
- - CHANGELOG.md
54
53
  - Gemfile
55
54
  - Gemfile.lock
56
55
  - LICENSE.txt
data/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- ## [Unreleased]
2
-
3
- ## [0.1.0] - 2022-10-02
4
-
5
- - Initial release