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 +4 -4
- data/README.md +2 -0
- data/lib/deploy_horoscope/version.rb +1 -1
- data/lib/deploy_horoscope.rb +0 -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: e0377ec56a159fe70b0dbbbe3395688d49eabf76d90e73462ee829f273f23a64
|
|
4
|
+
data.tar.gz: d675224abe04c868b9407685018e6bcd6a7d675cb59920cdf186ccd2e7f5ff74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
```
|
data/lib/deploy_horoscope.rb
CHANGED