birdspotting 0.1.10 → 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: 00154f9dc8dfd9e96b4847dded563780c17d82d7bc08b73b723535938c709bbe
4
- data.tar.gz: 7942caeeb07ea7088c54334c7528a6e60e6261f169be2f35cd37063d5e398e0a
3
+ metadata.gz: fe9ed4b10b0f4fa46779501b9cfdf1d6f63178285e57fe5af378aa36cba88ea0
4
+ data.tar.gz: acba020f1745d16c60d71dbd18a0b2a131f0201b65844fcabb31dc25bbf82a68
5
5
  SHA512:
6
- metadata.gz: 81f4ec144bb755172ff1a88a189d7c557470415b5d2f036c0c96747fc959a36f4aa21be9458738718b9f388eaefbc6a38c7be5c372ac091eaddbda6b83540b31
7
- data.tar.gz: 8b0a26c1c64bb1129eadf0436aff54c479382ecca955c2a52fecd087a39f734c3c036adb80689484a4f37c779e15719da2d2a30559d730878a5ee09e76d78ce5
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.4.7
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.4.7
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.10)
5
- activerecord (>= 7.2, < 8.1)
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", ">= 7.2", "< 8.1"
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.10".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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -150,7 +150,7 @@ dependencies:
150
150
  version: '7.2'
151
151
  - - "<"
152
152
  - !ruby/object:Gem::Version
153
- version: '8.1'
153
+ version: '8.2'
154
154
  type: :runtime
155
155
  prerelease: false
156
156
  version_requirements: !ruby/object:Gem::Requirement
@@ -160,7 +160,7 @@ dependencies:
160
160
  version: '7.2'
161
161
  - - "<"
162
162
  - !ruby/object:Gem::Version
163
- version: '8.1'
163
+ version: '8.2'
164
164
  email:
165
165
  - oss@drivy.com
166
166
  executables: []
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
- rubygems_version: 3.6.9
209
+ rubygems_version: 4.0.16
210
210
  specification_version: 4
211
211
  summary: Rails migration helpers.
212
212
  test_files: []