birdspotting 0.1.8 → 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 +90 -57
- 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
|
@@ -1,36 +1,50 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
birdspotting (0.1.
|
|
5
|
-
activerecord (>=
|
|
4
|
+
birdspotting (0.1.10)
|
|
5
|
+
activerecord (>= 7.2, < 8.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activemodel (
|
|
11
|
-
activesupport (=
|
|
12
|
-
activerecord (
|
|
13
|
-
activemodel (=
|
|
14
|
-
activesupport (=
|
|
15
|
-
|
|
16
|
-
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
ast (2.4.
|
|
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.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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.
|
|
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.
|
|
56
|
+
guard-rubocop (1.5.0)
|
|
43
57
|
guard (~> 2.0)
|
|
44
|
-
rubocop (
|
|
45
|
-
i18n (1.
|
|
58
|
+
rubocop (< 2.0)
|
|
59
|
+
i18n (1.14.7)
|
|
46
60
|
concurrent-ruby (~> 1.0)
|
|
47
|
-
|
|
48
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
rb-
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
rspec-
|
|
72
|
-
rspec-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
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.
|
|
78
|
-
rspec-mocks (3.
|
|
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.
|
|
81
|
-
rspec-support (3.
|
|
82
|
-
rspec_junit_formatter (0.
|
|
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 (
|
|
85
|
-
|
|
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 (>=
|
|
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 (>=
|
|
91
|
-
rubocop-
|
|
92
|
-
|
|
93
|
-
|
|
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.
|
|
130
|
+
simplecov-html (0.13.1)
|
|
100
131
|
simplecov_json_formatter (0.1.4)
|
|
101
|
-
thor (1.2
|
|
102
|
-
|
|
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.
|
|
105
|
-
|
|
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", ">=
|
|
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: '
|
|
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: '
|
|
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: []
|