deploy_horoscope 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64818bb1860df82c284e0fe8a8b6b9d8eed93d9b8ac89607b99639467d11bc00
4
- data.tar.gz: 28e5321702fccdcd6242e7147b0c95ec50b155efdaf5456aba23e57bce0d24d5
3
+ metadata.gz: e0377ec56a159fe70b0dbbbe3395688d49eabf76d90e73462ee829f273f23a64
4
+ data.tar.gz: d675224abe04c868b9407685018e6bcd6a7d675cb59920cdf186ccd2e7f5ff74
5
5
  SHA512:
6
- metadata.gz: 169ced5a08c410d11d0d552517f75ea7adf05f1d2aad303a91192dce2d9369d9f97d843095a9e4c2866bf69bd2f57fb7cfbf65ba2164027a17319de6f6f92250
7
- data.tar.gz: 116a8096d1b66fec09904bc58143e830804cdab6f08d322184ef00d77d400d303dc7022d270c10a1abb98c73f24efbff70b9bb6dc8781f25f632b746ebeb735c
6
+ metadata.gz: 95e028f0a78e1412fb136aafc3e4053300a009b4ffa0c7062c5a93acead8fdd5e6d10af3679a56a1a66402e744db430e42f5044e5862ffaf88677845d4bcf47d
7
+ data.tar.gz: b93b0a09b171e709a7405b638c740a77be67dbc61bcde6d24ca1c2c3c4273494a893fdca1930be52cf6b422599a96f0d05ce5a1cfbb6e87b0e460720953cabef
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  When it's best to deploy to production? You can see the dates in https://deployhoroscope.ru/ The information is addressed to those who are planning to deploy to production in the near future. Especially for the resource an astrologer has calculated the most favorable calendar dates for this procedure for all zodiac signs.
4
4
 
5
+ [Rubygems](https://rubygems.org/gems/deploy_horoscope)
6
+
5
7
  ## Installation
6
8
 
7
9
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeployHoroscope
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -3,7 +3,6 @@
3
3
  require "nokogiri"
4
4
  require "net/http"
5
5
  require "uri"
6
- require "pry"
7
6
  require "date"
8
7
 
9
8
  require_relative "deploy_horoscope/client"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy_horoscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kopylovvlad