birdspotting 0.1.9 → 0.1.11

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: 2ea5db29208419e2edd66dc2cdbb65f222f87cd6f38f8c379caf803e96fce333
4
- data.tar.gz: f26f41edfc9b8c5297de5cf1d0bbea6b903f5c2cd33344ce6ee640243cca966a
3
+ metadata.gz: fe9ed4b10b0f4fa46779501b9cfdf1d6f63178285e57fe5af378aa36cba88ea0
4
+ data.tar.gz: acba020f1745d16c60d71dbd18a0b2a131f0201b65844fcabb31dc25bbf82a68
5
5
  SHA512:
6
- metadata.gz: 0ae6aa3c0c41045a12d1f5248af0bfd6e8c1bd9aeaf9a82f3dadf73d72c68d2b74709163fc577e7f8daa41108368ae6a208ea6496bc2956e9074595b4bac93ab
7
- data.tar.gz: a2687e1e9bb3de1913c07cdd09da0d8bb1ba0288e29718a94bc886692177c560551d8173e3740289e9cb904c29a2c087db6689faa6f43dcfff82e85094a8e30f
6
+ metadata.gz: fd2a7bebd4b2f790d6195c305263884ab844207c580b912bf2aa306923adcd03f246d326b47623d024e351c5817f5f7e0b1803115c65dd97dcbd8019d32753c2
7
+ data.tar.gz: 90c991067df3220daf80f56dd2a998c3f52f30a31d9d455e670c39946601633a8eba96d6adc54533d75b2b0375d60a2f3f481c67370e741421382daf51c2d454
data/.circleci/config.yml CHANGED
@@ -8,21 +8,22 @@ aliasses:
8
8
  - &step_save_vendor_cache
9
9
  save_cache:
10
10
  key: birdspotting-vendor-{{ .Branch }}-{{ .Revision }}
11
- paths: [ vendor/bundle ]
12
-
11
+ paths: [vendor/bundle]
13
12
 
14
13
  version: 2
15
14
 
16
15
  jobs:
17
16
  test:
18
17
  docker:
19
- - image: cimg/ruby:3.0.6
18
+ - image: cimg/ruby:4.0.6
20
19
  steps:
21
20
  - checkout
22
21
  - *step_restore_vendor_cache
23
22
  - run:
24
23
  name: Install Ruby dependencies
25
- command: bundle install --path vendor/bundle --jobs=2
24
+ command: |
25
+ bundle config set path 'vendor/bundle'
26
+ bundle install --jobs=2
26
27
  - *step_save_vendor_cache
27
28
  - run:
28
29
  name: Run RSpec suite
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.3.5
1
+ ruby-4.0.6
data/Gemfile.lock CHANGED
@@ -1,40 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- birdspotting (0.1.9)
5
- activerecord (>= 6.1, < 8.0)
4
+ birdspotting (0.1.11)
5
+ activerecord (>= 7.2, < 8.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
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)
10
+ activemodel (8.1.3.1)
11
+ activesupport (= 8.1.3.1)
12
+ activerecord (8.1.3.1)
13
+ activemodel (= 8.1.3.1)
14
+ activesupport (= 8.1.3.1)
15
15
  timeout (>= 0.4.0)
16
- activesupport (7.2.2.1)
16
+ activesupport (8.1.3.1)
17
17
  base64
18
- benchmark (>= 0.3)
19
18
  bigdecimal
20
19
  concurrent-ruby (~> 1.0, >= 1.3.1)
21
20
  connection_pool (>= 2.2.5)
22
21
  drb
23
22
  i18n (>= 1.6, < 2)
23
+ json
24
24
  logger (>= 1.4.2)
25
25
  minitest (>= 5.1)
26
26
  securerandom (>= 0.3)
27
27
  tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
28
29
  ast (2.4.3)
29
- base64 (0.2.0)
30
- benchmark (0.4.0)
31
- bigdecimal (3.1.9)
30
+ base64 (0.3.0)
31
+ bigdecimal (4.1.2)
32
32
  coderay (1.1.3)
33
- concurrent-ruby (1.3.5)
34
- connection_pool (2.5.3)
33
+ concurrent-ruby (1.3.8)
34
+ connection_pool (3.0.2)
35
35
  diff-lcs (1.6.1)
36
36
  docile (1.4.1)
37
- drb (2.2.1)
37
+ drb (2.2.3)
38
38
  ffi (1.17.2)
39
39
  formatador (1.1.0)
40
40
  guard (2.19.1)
@@ -56,7 +56,7 @@ GEM
56
56
  guard-rubocop (1.5.0)
57
57
  guard (~> 2.0)
58
58
  rubocop (< 2.0)
59
- i18n (1.14.7)
59
+ i18n (1.15.2)
60
60
  concurrent-ruby (~> 1.0)
61
61
  json (2.11.3)
62
62
  language_server-protocol (3.17.0.4)
@@ -67,7 +67,7 @@ GEM
67
67
  logger (1.7.0)
68
68
  lumberjack (1.2.10)
69
69
  method_source (1.1.0)
70
- minitest (5.25.5)
70
+ minitest (5.27.0)
71
71
  nenv (0.3.0)
72
72
  notiffany (0.1.3)
73
73
  nenv (~> 0.1)
@@ -130,12 +130,13 @@ GEM
130
130
  simplecov-html (0.13.1)
131
131
  simplecov_json_formatter (0.1.4)
132
132
  thor (1.3.2)
133
- timeout (0.4.3)
133
+ timeout (0.6.1)
134
134
  tzinfo (2.0.6)
135
135
  concurrent-ruby (~> 1.0)
136
136
  unicode-display_width (3.1.4)
137
137
  unicode-emoji (~> 4.0, >= 4.0.4)
138
- unicode-emoji (4.0.4)
138
+ unicode-emoji (4.2.0)
139
+ uri (1.1.1)
139
140
 
140
141
  PLATFORMS
141
142
  ruby
@@ -153,4 +154,4 @@ DEPENDENCIES
153
154
  simplecov
154
155
 
155
156
  BUNDLED WITH
156
- 2.4.22
157
+ 4.0.18
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.1", "< 8.0"
40
+ spec.add_runtime_dependency "activerecord", ">= 7.2", "< 8.2"
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Birdspotting
2
- VERSION = "0.1.9".freeze
2
+ VERSION = "0.1.11".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.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -11,10 +11,9 @@ authors:
11
11
  - Laurent Humez
12
12
  - Rémy Hannequin
13
13
  - Hugo Dornbierer
14
- autorequire:
15
14
  bindir: exe
16
15
  cert_chain: []
17
- date: 2025-05-02 00:00:00.000000000 Z
16
+ date: 1980-01-02 00:00:00.000000000 Z
18
17
  dependencies:
19
18
  - !ruby/object:Gem::Dependency
20
19
  name: bundler
@@ -148,21 +147,20 @@ dependencies:
148
147
  requirements:
149
148
  - - ">="
150
149
  - !ruby/object:Gem::Version
151
- version: '6.1'
150
+ version: '7.2'
152
151
  - - "<"
153
152
  - !ruby/object:Gem::Version
154
- version: '8.0'
153
+ version: '8.2'
155
154
  type: :runtime
156
155
  prerelease: false
157
156
  version_requirements: !ruby/object:Gem::Requirement
158
157
  requirements:
159
158
  - - ">="
160
159
  - !ruby/object:Gem::Version
161
- version: '6.1'
160
+ version: '7.2'
162
161
  - - "<"
163
162
  - !ruby/object:Gem::Version
164
- version: '8.0'
165
- description:
163
+ version: '8.2'
166
164
  email:
167
165
  - oss@drivy.com
168
166
  executables: []
@@ -194,7 +192,6 @@ homepage: https://github.com/drivy/birdspotting
194
192
  licenses:
195
193
  - MIT
196
194
  metadata: {}
197
- post_install_message:
198
195
  rdoc_options: []
199
196
  require_paths:
200
197
  - lib
@@ -209,8 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
206
  - !ruby/object:Gem::Version
210
207
  version: '0'
211
208
  requirements: []
212
- rubygems_version: 3.5.16
213
- signing_key:
209
+ rubygems_version: 4.0.16
214
210
  specification_version: 4
215
211
  summary: Rails migration helpers.
216
212
  test_files: []