astrological_forecast 1.2.0 → 1.2.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: 808f1cf51d88ca67c4354318e268910ddbec4bbeef9f4e53c39d2fe4b25f216c
4
- data.tar.gz: d83a09cc35a444f549cdefb5ab4252a4bd8ab611a14f523cec3d2657d20707c7
3
+ metadata.gz: 856e802b7a6c6f3ebed5976e324b50862259d55e36e4f9b6fe85cfa2bffc55d9
4
+ data.tar.gz: 4823ab6bc788241ed355faf26c66b7c3663c3091d2114011e6ddba5eea0cb7d7
5
5
  SHA512:
6
- metadata.gz: a1c49bd6331479e2388636a4bacb82766de7196c967fe2a657db60e3e561ad335ed061e535a04f3d2f4f08ea22ea954bc837d950fd7304d5fed2fdbf802dbdba
7
- data.tar.gz: bc1d5a14b6336d974cff98307152da44082e458a2fc8c78b425ab3a364412a00f61d00321979f46387b981170335f80c8e6944157d5ba6d0581be5aa3fbc2350
6
+ metadata.gz: 74f5a49ef2906d9b3a086bf775cc910a442bcd8d758a898c1d2ca485027a00269aa6e1e5ca34b7916462083a87ca05a292e2249ec9d8608279ec13f8d10510d1
7
+ data.tar.gz: c9d2fd749d4f1088f5488d324656c27e365ab3cf32d17bd239a059bc796859a3f3f983a8b7a728cbdbcce3e97781b1e30329b12029893385bc896016eb08cfaf
data/Gemfile CHANGED
@@ -11,6 +11,7 @@ gem 'rake', '~> 13.0'
11
11
 
12
12
  group :test do
13
13
  gem 'byebug'
14
+ gem 'codecov', '~> 0.4'
14
15
  gem 'rspec', '~> 3.1'
15
16
  gem 'rubocop', '~> 1.36'
16
17
  gem 'rubocop-performance', '~> 1.15'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- astrological_forecast (1.2.0)
4
+ astrological_forecast (1.2.1)
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AstrologicalForecast
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
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.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb V. Zhegilin