birdspotting 0.1.9 → 0.1.10
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 +4 -4
- data/.circleci/config.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +2 -2
- data/birdspotting.gemspec +1 -1
- data/lib/birdspotting/version.rb +1 -1
- metadata +7 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00154f9dc8dfd9e96b4847dded563780c17d82d7bc08b73b723535938c709bbe
|
|
4
|
+
data.tar.gz: 7942caeeb07ea7088c54334c7528a6e60e6261f169be2f35cd37063d5e398e0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81f4ec144bb755172ff1a88a189d7c557470415b5d2f036c0c96747fc959a36f4aa21be9458738718b9f388eaefbc6a38c7be5c372ac091eaddbda6b83540b31
|
|
7
|
+
data.tar.gz: 8b0a26c1c64bb1129eadf0436aff54c479382ecca955c2a52fecd087a39f734c3c036adb80689484a4f37c779e15719da2d2a30559d730878a5ee09e76d78ce5
|
data/.circleci/config.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-3.
|
|
1
|
+
ruby-3.4.7
|
data/Gemfile.lock
CHANGED
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", ">=
|
|
40
|
+
spec.add_runtime_dependency "activerecord", ">= 7.2", "< 8.1"
|
|
41
41
|
end
|
data/lib/birdspotting/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.10
|
|
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:
|
|
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: '
|
|
150
|
+
version: '7.2'
|
|
152
151
|
- - "<"
|
|
153
152
|
- !ruby/object:Gem::Version
|
|
154
|
-
version: '8.
|
|
153
|
+
version: '8.1'
|
|
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: '
|
|
160
|
+
version: '7.2'
|
|
162
161
|
- - "<"
|
|
163
162
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: '8.
|
|
165
|
-
description:
|
|
163
|
+
version: '8.1'
|
|
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.
|
|
213
|
-
signing_key:
|
|
209
|
+
rubygems_version: 3.6.9
|
|
214
210
|
specification_version: 4
|
|
215
211
|
summary: Rails migration helpers.
|
|
216
212
|
test_files: []
|