wise_gopher 0.2.2 → 0.3.2

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: 509914f52ec8f5902d4ef0dc1de802f8c80bba0d77477617259e2d143ab30637
4
- data.tar.gz: 9b68edf080df0f2e74a9f8eab87fe620644ab5faee65e91170ccd8b9f6bcaf81
3
+ metadata.gz: 1b5ee8812c5f43c35badd034435bc43135bde85326b16aaa943047fe8ba6c6cb
4
+ data.tar.gz: 5ff89577e0ee88db9eeb45b89dd7a40357f0a2cd0e8cc6eb1c8e68fc2f323f14
5
5
  SHA512:
6
- metadata.gz: 66ddaa1559ccc3c33654016de9e46bbbe6f4d7efce4bcfc42dc519218abc3b51d027ab982179868c3af8896be3e6365806f10167b4bbf2164bfbb7422ecc4894
7
- data.tar.gz: 1c00e325744b986a070486540bf60ce42557256d39db27e588ffa31740cb9ae23115cb73f626ebef37803e01578e72bab900a1735b712f960dc056baa75d190a
6
+ metadata.gz: 45dc2fe309a15e395539e80c4e0ccb153382633508eed87d2d8ea8617542da9c9e98c7e31bb564be482a90487f4586ce9615fdac6987255ac91e4c74aeac4911
7
+ data.tar.gz: 7563bd1ef7407c2ab244776ace9b8ee5a21c14f42cf294a2cda4f6ab00aef2018760f6a86df5c37cd7862f118d024be22648da5bb140afcba592da002cbb786e
data/Gemfile.lock CHANGED
@@ -1,35 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wise_gopher (0.2.2)
5
- activerecord (>= 5, < 7)
4
+ wise_gopher (0.3.2)
5
+ activerecord (~> 7, >= 5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.1.4.4)
11
- activesupport (= 6.1.4.4)
12
- activerecord (6.1.4.4)
13
- activemodel (= 6.1.4.4)
14
- activesupport (= 6.1.4.4)
15
- activesupport (6.1.4.4)
10
+ activemodel (7.0.2.3)
11
+ activesupport (= 7.0.2.3)
12
+ activerecord (7.0.2.3)
13
+ activemodel (= 7.0.2.3)
14
+ activesupport (= 7.0.2.3)
15
+ activesupport (7.0.2.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
19
19
  tzinfo (~> 2.0)
20
- zeitwerk (~> 2.3)
21
20
  ast (2.4.2)
22
21
  byebug (11.1.3)
23
22
  coderay (1.1.3)
24
- concurrent-ruby (1.1.9)
23
+ concurrent-ruby (1.1.10)
25
24
  database_cleaner (1.99.0)
26
- diff-lcs (1.4.4)
27
- i18n (1.9.1)
25
+ diff-lcs (1.5.0)
26
+ i18n (1.10.0)
28
27
  concurrent-ruby (~> 1.0)
29
28
  method_source (1.0.0)
30
29
  minitest (5.15.0)
31
- parallel (1.20.1)
32
- parser (3.0.1.1)
30
+ parallel (1.22.1)
31
+ parser (3.1.2.0)
33
32
  ast (~> 2.4.1)
34
33
  pry (0.14.1)
35
34
  coderay (~> 1.1)
@@ -37,49 +36,49 @@ GEM
37
36
  pry-byebug (3.8.0)
38
37
  byebug (~> 11.0)
39
38
  pry (~> 0.10)
40
- pry-doc (1.1.0)
39
+ pry-doc (1.3.0)
41
40
  pry (~> 0.11)
42
41
  yard (~> 0.9.11)
43
- rainbow (3.0.0)
44
- rake (13.0.3)
45
- regexp_parser (2.1.1)
42
+ rainbow (3.1.1)
43
+ rake (13.0.6)
44
+ regexp_parser (2.3.0)
46
45
  rexml (3.2.5)
47
- rspec (3.10.0)
48
- rspec-core (~> 3.10.0)
49
- rspec-expectations (~> 3.10.0)
50
- rspec-mocks (~> 3.10.0)
51
- rspec-core (3.10.1)
52
- rspec-support (~> 3.10.0)
53
- rspec-expectations (3.10.1)
46
+ rspec (3.11.0)
47
+ rspec-core (~> 3.11.0)
48
+ rspec-expectations (~> 3.11.0)
49
+ rspec-mocks (~> 3.11.0)
50
+ rspec-core (3.11.0)
51
+ rspec-support (~> 3.11.0)
52
+ rspec-expectations (3.11.0)
54
53
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.10.0)
56
- rspec-mocks (3.10.2)
54
+ rspec-support (~> 3.11.0)
55
+ rspec-mocks (3.11.1)
57
56
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.10.0)
59
- rspec-support (3.10.2)
60
- rubocop (1.17.0)
57
+ rspec-support (~> 3.11.0)
58
+ rspec-support (3.11.0)
59
+ rubocop (1.27.0)
61
60
  parallel (~> 1.10)
62
- parser (>= 3.0.0.0)
61
+ parser (>= 3.1.0.0)
63
62
  rainbow (>= 2.2.2, < 4.0)
64
63
  regexp_parser (>= 1.8, < 3.0)
65
64
  rexml
66
- rubocop-ast (>= 1.7.0, < 2.0)
65
+ rubocop-ast (>= 1.16.0, < 2.0)
67
66
  ruby-progressbar (~> 1.7)
68
67
  unicode-display_width (>= 1.4.0, < 3.0)
69
- rubocop-ast (1.7.0)
70
- parser (>= 3.0.1.1)
71
- rubocop-rake (0.5.1)
72
- rubocop
73
- rubocop-rspec (2.4.0)
68
+ rubocop-ast (1.17.0)
69
+ parser (>= 3.1.1.0)
70
+ rubocop-rake (0.6.0)
74
71
  rubocop (~> 1.0)
75
- rubocop-ast (>= 1.1.0)
72
+ rubocop-rspec (2.9.0)
73
+ rubocop (~> 1.19)
76
74
  ruby-progressbar (1.11.0)
77
75
  sqlite3 (1.4.2)
78
76
  tzinfo (2.0.4)
79
77
  concurrent-ruby (~> 1.0)
80
- unicode-display_width (2.0.0)
81
- yard (0.9.26)
82
- zeitwerk (2.5.4)
78
+ unicode-display_width (2.1.0)
79
+ webrick (1.7.0)
80
+ yard (0.9.27)
81
+ webrick (~> 1.7.0)
83
82
 
84
83
  PLATFORMS
85
84
  x86_64-darwin-21
@@ -99,4 +98,4 @@ DEPENDENCIES
99
98
  wise_gopher!
100
99
 
101
100
  BUNDLED WITH
102
- 2.3.6
101
+ 2.3.9
@@ -3,7 +3,7 @@
3
3
  module WiseGopher
4
4
  module VERSION
5
5
  MAJOR = 0
6
- MINOR = 2
6
+ MINOR = 3
7
7
  PATCH = 2
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH].join(".")
data/wise_gopher.gemspec CHANGED
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
33
33
  spec.require_paths = ["lib"]
34
34
 
35
- spec.add_dependency "activerecord", ">= 5", "< 7"
35
+ spec.add_dependency "activerecord", ">= 5", "~> 7"
36
36
 
37
37
  spec.add_development_dependency "database_cleaner", "~> 1.5"
38
38
  spec.add_development_dependency "pry"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wise_gopher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PageHey
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-04 00:00:00.000000000 Z
11
+ date: 2022-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '5'
20
- - - "<"
20
+ - - "~>"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '7'
23
23
  type: :runtime
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: '5'
30
- - - "<"
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '7'
33
33
  - !ruby/object:Gem::Dependency
@@ -210,7 +210,7 @@ metadata:
210
210
  homepage_uri: https://github.com/Pagehey/wise_gopher
211
211
  source_code_uri: https://github.com/Pagehey/wise_gopher
212
212
  changelog_uri: https://github.com/Pagehey/wise_gopher/blob/main/CHANGELOG.md
213
- post_install_message:
213
+ post_install_message:
214
214
  rdoc_options: []
215
215
  require_paths:
216
216
  - lib
@@ -225,8 +225,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.1.6
229
- signing_key:
228
+ rubygems_version: 3.2.32
229
+ signing_key:
230
230
  specification_version: 4
231
231
  summary: Encapsulate raw SQL queries and return result as plain Ruby objects, using
232
232
  ActiveRecord.