birdspotting 0.1.6 → 0.1.9

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: 266f0f68ff6ce93a97756a7dab9279d68a41b2f7f1172f86831e3fa1a4997655
4
- data.tar.gz: 171236dfbd9720ff2c34d4a042929e858f0464b05711618a4500df4aaffcdc89
3
+ metadata.gz: 2ea5db29208419e2edd66dc2cdbb65f222f87cd6f38f8c379caf803e96fce333
4
+ data.tar.gz: f26f41edfc9b8c5297de5cf1d0bbea6b903f5c2cd33344ce6ee640243cca966a
5
5
  SHA512:
6
- metadata.gz: 4ccf7643b5041f49c6d05352d9ada4f0e24846d66116e9340862ee8112c1b037b1be08b17d0282256dad574be110ca310bcc050c1bd37df4f1ef4658c600676f
7
- data.tar.gz: 4b070c6d3902756bc51cd33ee8ed6ebfc4417f0b7d782958cf132565d8caa6ac3ed6fed210ace028d9834c1036ead5f74a489ab6b2e631a3b2f0692d6da839dc
6
+ metadata.gz: 0ae6aa3c0c41045a12d1f5248af0bfd6e8c1bd9aeaf9a82f3dadf73d72c68d2b74709163fc577e7f8daa41108368ae6a208ea6496bc2956e9074595b4bac93ab
7
+ data.tar.gz: a2687e1e9bb3de1913c07cdd09da0d8bb1ba0288e29718a94bc886692177c560551d8173e3740289e9cb904c29a2c087db6689faa6f43dcfff82e85094a8e30f
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.0.6
1
+ ruby-3.3.5
data/Gemfile.lock CHANGED
@@ -1,36 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- birdspotting (0.1.6)
5
- activerecord (>= 6.0, < 7.0)
4
+ birdspotting (0.1.9)
5
+ activerecord (>= 6.1, < 8.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.1.6)
11
- activesupport (= 6.1.6)
12
- activerecord (6.1.6)
13
- activemodel (= 6.1.6)
14
- activesupport (= 6.1.6)
15
- activesupport (6.1.6)
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
10
+ activemodel (7.2.2.1)
11
+ activesupport (= 7.2.2.1)
12
+ activerecord (7.2.2.1)
13
+ activemodel (= 7.2.2.1)
14
+ activesupport (= 7.2.2.1)
15
+ timeout (>= 0.4.0)
16
+ activesupport (7.2.2.1)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
+ connection_pool (>= 2.2.5)
22
+ drb
17
23
  i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
18
25
  minitest (>= 5.1)
19
- tzinfo (~> 2.0)
20
- zeitwerk (~> 2.3)
21
- ast (2.4.0)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ ast (2.4.3)
29
+ base64 (0.2.0)
30
+ benchmark (0.4.0)
31
+ bigdecimal (3.1.9)
22
32
  coderay (1.1.3)
23
- concurrent-ruby (1.1.10)
24
- diff-lcs (1.5.0)
25
- docile (1.3.2)
26
- ffi (1.15.5)
33
+ concurrent-ruby (1.3.5)
34
+ connection_pool (2.5.3)
35
+ diff-lcs (1.6.1)
36
+ docile (1.4.1)
37
+ drb (2.2.1)
38
+ ffi (1.17.2)
27
39
  formatador (1.1.0)
28
- guard (2.18.0)
40
+ guard (2.19.1)
29
41
  formatador (>= 0.2.4)
30
42
  listen (>= 2.7, < 4.0)
43
+ logger (~> 1.6)
31
44
  lumberjack (>= 1.0.12, < 2.0)
32
45
  nenv (~> 0.1)
33
46
  notiffany (~> 0.0)
47
+ ostruct (~> 0.6)
34
48
  pry (>= 0.13.0)
35
49
  shellany (~> 0.0)
36
50
  thor (>= 0.18.1)
@@ -39,70 +53,89 @@ GEM
39
53
  guard (~> 2.1)
40
54
  guard-compat (~> 1.1)
41
55
  rspec (>= 2.99.0, < 4.0)
42
- guard-rubocop (1.3.0)
56
+ guard-rubocop (1.5.0)
43
57
  guard (~> 2.0)
44
- rubocop (~> 0.20)
45
- i18n (1.10.0)
58
+ rubocop (< 2.0)
59
+ i18n (1.14.7)
46
60
  concurrent-ruby (~> 1.0)
47
- jaro_winkler (1.5.4)
48
- listen (3.7.1)
61
+ json (2.11.3)
62
+ language_server-protocol (3.17.0.4)
63
+ lint_roller (1.1.0)
64
+ listen (3.9.0)
49
65
  rb-fsevent (~> 0.10, >= 0.10.3)
50
66
  rb-inotify (~> 0.9, >= 0.9.10)
51
- lumberjack (1.2.8)
52
- method_source (1.0.0)
53
- minitest (5.15.0)
67
+ logger (1.7.0)
68
+ lumberjack (1.2.10)
69
+ method_source (1.1.0)
70
+ minitest (5.25.5)
54
71
  nenv (0.3.0)
55
72
  notiffany (0.1.3)
56
73
  nenv (~> 0.1)
57
74
  shellany (~> 0.0)
58
- parallel (1.19.1)
59
- parser (2.7.0.2)
60
- ast (~> 2.4.0)
61
- pry (0.14.1)
75
+ ostruct (0.6.1)
76
+ parallel (1.27.0)
77
+ parser (3.3.8.0)
78
+ ast (~> 2.4.1)
79
+ racc
80
+ prism (1.4.0)
81
+ pry (0.15.2)
62
82
  coderay (~> 1.1)
63
83
  method_source (~> 1.0)
64
- rainbow (3.0.0)
65
- rake (13.0.3)
66
- rb-fsevent (0.11.1)
67
- rb-inotify (0.10.1)
84
+ racc (1.8.1)
85
+ rainbow (3.1.1)
86
+ rake (13.2.1)
87
+ rb-fsevent (0.11.2)
88
+ rb-inotify (0.11.1)
68
89
  ffi (~> 1.0)
69
- rspec (3.11.0)
70
- rspec-core (~> 3.11.0)
71
- rspec-expectations (~> 3.11.0)
72
- rspec-mocks (~> 3.11.0)
73
- rspec-core (3.11.0)
74
- rspec-support (~> 3.11.0)
75
- rspec-expectations (3.11.0)
90
+ regexp_parser (2.10.0)
91
+ rspec (3.13.0)
92
+ rspec-core (~> 3.13.0)
93
+ rspec-expectations (~> 3.13.0)
94
+ rspec-mocks (~> 3.13.0)
95
+ rspec-core (3.13.3)
96
+ rspec-support (~> 3.13.0)
97
+ rspec-expectations (3.13.4)
76
98
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.11.0)
78
- rspec-mocks (3.11.1)
99
+ rspec-support (~> 3.13.0)
100
+ rspec-mocks (3.13.3)
79
101
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.11.0)
81
- rspec-support (3.11.0)
82
- rspec_junit_formatter (0.4.1)
102
+ rspec-support (~> 3.13.0)
103
+ rspec-support (3.13.3)
104
+ rspec_junit_formatter (0.6.0)
83
105
  rspec-core (>= 2, < 4, != 2.12.0)
84
- rubocop (0.79.0)
85
- jaro_winkler (~> 1.5.1)
106
+ rubocop (1.75.4)
107
+ json (~> 2.3)
108
+ language_server-protocol (~> 3.17.0.2)
109
+ lint_roller (~> 1.1.0)
86
110
  parallel (~> 1.10)
87
- parser (>= 2.7.0.1)
111
+ parser (>= 3.3.0.2)
88
112
  rainbow (>= 2.2.2, < 4.0)
113
+ regexp_parser (>= 2.9.3, < 3.0)
114
+ rubocop-ast (>= 1.44.0, < 2.0)
89
115
  ruby-progressbar (~> 1.7)
90
- unicode-display_width (>= 1.4.0, < 1.7)
91
- rubocop-rspec (1.38.0)
92
- rubocop (>= 0.68.1)
93
- ruby-progressbar (1.10.1)
116
+ unicode-display_width (>= 2.4.0, < 4.0)
117
+ rubocop-ast (1.44.1)
118
+ parser (>= 3.3.7.2)
119
+ prism (~> 1.4)
120
+ rubocop-rspec (3.6.0)
121
+ lint_roller (~> 1.1)
122
+ rubocop (~> 1.72, >= 1.72.1)
123
+ ruby-progressbar (1.13.0)
124
+ securerandom (0.4.1)
94
125
  shellany (0.0.1)
95
126
  simplecov (0.22.0)
96
127
  docile (~> 1.1)
97
128
  simplecov-html (~> 0.11)
98
129
  simplecov_json_formatter (~> 0.1)
99
- simplecov-html (0.12.3)
130
+ simplecov-html (0.13.1)
100
131
  simplecov_json_formatter (0.1.4)
101
- thor (1.2.1)
102
- tzinfo (2.0.4)
132
+ thor (1.3.2)
133
+ timeout (0.4.3)
134
+ tzinfo (2.0.6)
103
135
  concurrent-ruby (~> 1.0)
104
- unicode-display_width (1.6.1)
105
- zeitwerk (2.5.4)
136
+ unicode-display_width (3.1.4)
137
+ unicode-emoji (~> 4.0, >= 4.0.4)
138
+ unicode-emoji (4.0.4)
106
139
 
107
140
  PLATFORMS
108
141
  ruby
data/birdspotting.gemspec CHANGED
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
37
37
  spec.add_development_dependency "rubocop-rspec"
38
38
  spec.add_development_dependency "simplecov"
39
39
 
40
- spec.add_runtime_dependency "activerecord", ">= 6.0", "< 7.0"
40
+ spec.add_runtime_dependency "activerecord", ">= 6.1", "< 8.0"
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Birdspotting
2
- VERSION = "0.1.6".freeze
2
+ VERSION = "0.1.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birdspotting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: exe
16
16
  cert_chain: []
17
- date: 2023-11-23 00:00:00.000000000 Z
17
+ date: 2025-05-02 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: bundler
@@ -148,20 +148,20 @@ dependencies:
148
148
  requirements:
149
149
  - - ">="
150
150
  - !ruby/object:Gem::Version
151
- version: '6.0'
151
+ version: '6.1'
152
152
  - - "<"
153
153
  - !ruby/object:Gem::Version
154
- version: '7.0'
154
+ version: '8.0'
155
155
  type: :runtime
156
156
  prerelease: false
157
157
  version_requirements: !ruby/object:Gem::Requirement
158
158
  requirements:
159
159
  - - ">="
160
160
  - !ruby/object:Gem::Version
161
- version: '6.0'
161
+ version: '6.1'
162
162
  - - "<"
163
163
  - !ruby/object:Gem::Version
164
- version: '7.0'
164
+ version: '8.0'
165
165
  description:
166
166
  email:
167
167
  - oss@drivy.com
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  - !ruby/object:Gem::Version
210
210
  version: '0'
211
211
  requirements: []
212
- rubygems_version: 3.2.33
212
+ rubygems_version: 3.5.16
213
213
  signing_key:
214
214
  specification_version: 4
215
215
  summary: Rails migration helpers.