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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +90 -57
- data/birdspotting.gemspec +1 -1
- data/lib/birdspotting/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ea5db29208419e2edd66dc2cdbb65f222f87cd6f38f8c379caf803e96fce333
|
4
|
+
data.tar.gz: f26f41edfc9b8c5297de5cf1d0bbea6b903f5c2cd33344ce6ee640243cca966a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ae6aa3c0c41045a12d1f5248af0bfd6e8c1bd9aeaf9a82f3dadf73d72c68d2b74709163fc577e7f8daa41108368ae6a208ea6496bc2956e9074595b4bac93ab
|
7
|
+
data.tar.gz: a2687e1e9bb3de1913c07cdd09da0d8bb1ba0288e29718a94bc886692177c560551d8173e3740289e9cb904c29a2c087db6689faa6f43dcfff82e85094a8e30f
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-3.
|
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.
|
5
|
-
activerecord (>= 6.
|
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 (
|
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", ">= 6.
|
40
|
+
spec.add_runtime_dependency "activerecord", ">= 6.1", "< 8.0"
|
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.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:
|
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.
|
151
|
+
version: '6.1'
|
152
152
|
- - "<"
|
153
153
|
- !ruby/object:Gem::Version
|
154
|
-
version: '
|
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.
|
161
|
+
version: '6.1'
|
162
162
|
- - "<"
|
163
163
|
- !ruby/object:Gem::Version
|
164
|
-
version: '
|
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.
|
212
|
+
rubygems_version: 3.5.16
|
213
213
|
signing_key:
|
214
214
|
specification_version: 4
|
215
215
|
summary: Rails migration helpers.
|