astrological_forecast 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22419f96b8e3c0ee981d59eac209fd9add183fa77d8c3878053d3d45bdd9f8e3
4
- data.tar.gz: aee46d6f478f3cee452d77ea52db9f6b3ca9c81c326dd2ad4a3e029e76d7a091
3
+ metadata.gz: a111b14ccf8469b90c964b7e689a109cb105be893da4e107b3bbeda545495d24
4
+ data.tar.gz: 729186d2e464206ee0de6671828a07fdd031a7635ee1a4e64a4cabf34c94672a
5
5
  SHA512:
6
- metadata.gz: dd13a198a130294ea82a92b1307794fec891d64a514e9c4c7781f523ac4e953840e9a779577b588c33ac3f699f78ca7483b824eec29821dcdce5c145fa34e22e
7
- data.tar.gz: 5c72068c8a42972629ab39fc744dffc2356d4a47395a3c9365165ee12e08703bb2f3bda878d210767549dd24d14226250f0fc9bed02b7cdd9b8ff0f12f064da3
6
+ metadata.gz: 4e93d44676db5433eddc46603f84ac947dbb12233eb67dce5b0cf13a0479ff06af232527ccb3fd9d5925cb5a7755777a1590486cd0a5b58ecbe5bf433db1597f
7
+ data.tar.gz: 377826061dc0ac9e4ef69e7e9c5fd98eb4c170ab69673c885f5b12a0758315aa0cc5c1a2a0701eaad17acb9a2e7c07982ef7d50dc3e6f06e79a7eb39292006f6
data/Gemfile CHANGED
@@ -5,8 +5,6 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in astrological_forecast.gemspec
6
6
  gemspec
7
7
 
8
- gem 'json'
9
-
10
8
  gem 'rake', '~> 13.0'
11
9
 
12
10
  group :test do
@@ -21,4 +19,4 @@ group :test do
21
19
  gem 'webmock', '~> 3.1'
22
20
  end
23
21
 
24
- gem 'addressable', '~> 2.8'
22
+
data/Gemfile.lock CHANGED
@@ -1,8 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- astrological_forecast (1.3.3)
5
- nokogiri (~> 1.13)
4
+ astrological_forecast (1.3.4)
5
+ addressable
6
+ nokogiri
6
7
  open-uri
7
8
 
8
9
  GEM
@@ -21,7 +22,7 @@ GEM
21
22
  docile (1.4.0)
22
23
  hashdiff (1.0.1)
23
24
  json (2.6.2)
24
- nokogiri (1.13.8-x86_64-linux)
25
+ nokogiri (1.13.9-x86_64-linux)
25
26
  racc (~> 1.4)
26
27
  open-uri (0.2.0)
27
28
  stringio
@@ -36,35 +37,35 @@ GEM
36
37
  rake (13.0.6)
37
38
  regexp_parser (2.6.0)
38
39
  rexml (3.2.5)
39
- rspec (3.11.0)
40
- rspec-core (~> 3.11.0)
41
- rspec-expectations (~> 3.11.0)
42
- rspec-mocks (~> 3.11.0)
43
- rspec-core (3.11.0)
44
- rspec-support (~> 3.11.0)
45
- rspec-expectations (3.11.1)
40
+ rspec (3.12.0)
41
+ rspec-core (~> 3.12.0)
42
+ rspec-expectations (~> 3.12.0)
43
+ rspec-mocks (~> 3.12.0)
44
+ rspec-core (3.12.0)
45
+ rspec-support (~> 3.12.0)
46
+ rspec-expectations (3.12.0)
46
47
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.11.0)
48
- rspec-mocks (3.11.1)
48
+ rspec-support (~> 3.12.0)
49
+ rspec-mocks (3.12.0)
49
50
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.11.0)
51
- rspec-support (3.11.1)
52
- rubocop (1.36.0)
51
+ rspec-support (~> 3.12.0)
52
+ rspec-support (3.12.0)
53
+ rubocop (1.38.0)
53
54
  json (~> 2.3)
54
55
  parallel (~> 1.10)
55
56
  parser (>= 3.1.2.1)
56
57
  rainbow (>= 2.2.2, < 4.0)
57
58
  regexp_parser (>= 1.8, < 3.0)
58
59
  rexml (>= 3.2.5, < 4.0)
59
- rubocop-ast (>= 1.20.1, < 2.0)
60
+ rubocop-ast (>= 1.23.0, < 2.0)
60
61
  ruby-progressbar (~> 1.7)
61
62
  unicode-display_width (>= 1.4.0, < 3.0)
62
- rubocop-ast (1.21.0)
63
+ rubocop-ast (1.23.0)
63
64
  parser (>= 3.1.1.0)
64
65
  rubocop-performance (1.15.0)
65
66
  rubocop (>= 1.7.0, < 2.0)
66
67
  rubocop-ast (>= 0.4.0)
67
- rubocop-rspec (2.13.2)
68
+ rubocop-rspec (2.15.0)
68
69
  rubocop (~> 1.33)
69
70
  ruby-progressbar (1.11.0)
70
71
  simplecov (0.21.2)
@@ -88,11 +89,9 @@ PLATFORMS
88
89
  x86_64-linux
89
90
 
90
91
  DEPENDENCIES
91
- addressable (~> 2.8)
92
92
  astrological_forecast!
93
93
  byebug
94
94
  codecov (~> 0.4)
95
- json
96
95
  rake (~> 13.0)
97
96
  rspec (~> 3.1)
98
97
  rubocop (~> 1.36)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AstrologicalForecast
4
- VERSION = '1.3.3'
4
+ VERSION = '1.3.4'
5
5
  end
metadata CHANGED
@@ -1,29 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astrological_forecast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
- - Gleb V. Zhegilin
7
+ - Gleb V. Zhegulin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-11 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: addressable
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: nokogiri
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
- - - "~>"
31
+ - - ">="
18
32
  - !ruby/object:Gem::Version
19
- version: '1.13'
33
+ version: '0'
20
34
  type: :runtime
21
35
  prerelease: false
22
36
  version_requirements: !ruby/object:Gem::Requirement
23
37
  requirements:
24
- - - "~>"
38
+ - - ">="
25
39
  - !ruby/object:Gem::Version
26
- version: '1.13'
40
+ version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: open-uri
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -89,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
103
  - !ruby/object:Gem::Version
90
104
  version: '0'
91
105
  requirements: []
92
- rubygems_version: 3.3.22
106
+ rubygems_version: 3.3.23
93
107
  signing_key:
94
108
  specification_version: 4
95
109
  summary: Zodiac horoscope parser from https://orakul.com.