birdspotting 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -2
- data/.ruby-version +1 -1
- data/Gemfile.lock +52 -58
- data/birdspotting.gemspec +1 -1
- data/lib/birdspotting/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b619af54da10cde159808980f399d8bd798f11f793bf1948d115845d570a238
|
4
|
+
data.tar.gz: 14f0bdfb60a5cb401fed28008e073609ee43fb45357cefdf186eb4b6e0dbf0ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cef452d314b2bb76ade1a57bf37318f74b7d23259fb57ad9209929731365b86a0d31ec572b142732a13d974d7e9a30f9e53007a98ccfc990edd3464f2c331dde
|
7
|
+
data.tar.gz: 7f38ab2e861041ef12cbfeb2ff811727e5637474d97beec7c63b9c33bac4d023c49d2d3ed7a4b912c368dee9339c8ebb2795f0ee23bfd1cf49765232e8e3e46b
|
data/.circleci/config.yml
CHANGED
@@ -16,7 +16,7 @@ version: 2
|
|
16
16
|
jobs:
|
17
17
|
test:
|
18
18
|
docker:
|
19
|
-
- image: circleci/ruby:2.
|
19
|
+
- image: circleci/ruby:2.6.5-stretch
|
20
20
|
steps:
|
21
21
|
- checkout
|
22
22
|
- *step_restore_vendor_cache
|
@@ -40,4 +40,4 @@ workflows:
|
|
40
40
|
|
41
41
|
test:
|
42
42
|
jobs:
|
43
|
-
- test
|
43
|
+
- test
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.6.5
|
data/Gemfile.lock
CHANGED
@@ -1,32 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
birdspotting (0.1.
|
5
|
-
activerecord (~>
|
4
|
+
birdspotting (0.1.3)
|
5
|
+
activerecord (~> 6.0.2.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
|
-
activesupport (5.2.1)
|
10
|
+
activemodel (6.0.2.1)
|
11
|
+
activesupport (= 6.0.2.1)
|
12
|
+
activerecord (6.0.2.1)
|
13
|
+
activemodel (= 6.0.2.1)
|
14
|
+
activesupport (= 6.0.2.1)
|
15
|
+
activesupport (6.0.2.1)
|
17
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
17
|
i18n (>= 0.7, < 2)
|
19
18
|
minitest (~> 5.1)
|
20
19
|
tzinfo (~> 1.1)
|
21
|
-
|
20
|
+
zeitwerk (~> 2.2)
|
22
21
|
ast (2.4.0)
|
23
22
|
coderay (1.1.2)
|
24
|
-
concurrent-ruby (1.
|
23
|
+
concurrent-ruby (1.1.6)
|
25
24
|
diff-lcs (1.3)
|
26
|
-
docile (1.3.
|
27
|
-
ffi (1.
|
25
|
+
docile (1.3.2)
|
26
|
+
ffi (1.12.2)
|
28
27
|
formatador (0.2.5)
|
29
|
-
guard (2.
|
28
|
+
guard (2.16.1)
|
30
29
|
formatador (>= 0.2.4)
|
31
30
|
listen (>= 2.7, < 4.0)
|
32
31
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -43,71 +42,66 @@ GEM
|
|
43
42
|
guard-rubocop (1.3.0)
|
44
43
|
guard (~> 2.0)
|
45
44
|
rubocop (~> 0.20)
|
46
|
-
i18n (1.
|
45
|
+
i18n (1.8.2)
|
47
46
|
concurrent-ruby (~> 1.0)
|
48
|
-
jaro_winkler (1.5.
|
49
|
-
|
50
|
-
|
51
|
-
rb-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
method_source (0.9.0)
|
56
|
-
minitest (5.11.3)
|
47
|
+
jaro_winkler (1.5.4)
|
48
|
+
listen (3.2.1)
|
49
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
50
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
51
|
+
lumberjack (1.2.4)
|
52
|
+
method_source (0.9.2)
|
53
|
+
minitest (5.14.0)
|
57
54
|
nenv (0.3.0)
|
58
|
-
notiffany (0.1.
|
55
|
+
notiffany (0.1.3)
|
59
56
|
nenv (~> 0.1)
|
60
57
|
shellany (~> 0.0)
|
61
|
-
parallel (1.
|
62
|
-
parser (2.
|
58
|
+
parallel (1.19.1)
|
59
|
+
parser (2.7.0.2)
|
63
60
|
ast (~> 2.4.0)
|
64
|
-
|
65
|
-
pry (0.11.3)
|
61
|
+
pry (0.12.2)
|
66
62
|
coderay (~> 1.1.0)
|
67
63
|
method_source (~> 0.9.0)
|
68
64
|
rainbow (3.0.0)
|
69
65
|
rake (10.5.0)
|
70
66
|
rb-fsevent (0.10.3)
|
71
|
-
rb-inotify (0.
|
72
|
-
ffi (
|
73
|
-
rspec (3.
|
74
|
-
rspec-core (~> 3.
|
75
|
-
rspec-expectations (~> 3.
|
76
|
-
rspec-mocks (~> 3.
|
77
|
-
rspec-core (3.
|
78
|
-
rspec-support (~> 3.
|
79
|
-
rspec-expectations (3.
|
67
|
+
rb-inotify (0.10.1)
|
68
|
+
ffi (~> 1.0)
|
69
|
+
rspec (3.9.0)
|
70
|
+
rspec-core (~> 3.9.0)
|
71
|
+
rspec-expectations (~> 3.9.0)
|
72
|
+
rspec-mocks (~> 3.9.0)
|
73
|
+
rspec-core (3.9.1)
|
74
|
+
rspec-support (~> 3.9.1)
|
75
|
+
rspec-expectations (3.9.0)
|
80
76
|
diff-lcs (>= 1.2.0, < 2.0)
|
81
|
-
rspec-support (~> 3.
|
82
|
-
rspec-mocks (3.
|
77
|
+
rspec-support (~> 3.9.0)
|
78
|
+
rspec-mocks (3.9.1)
|
83
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
84
|
-
rspec-support (~> 3.
|
85
|
-
rspec-support (3.
|
80
|
+
rspec-support (~> 3.9.0)
|
81
|
+
rspec-support (3.9.2)
|
86
82
|
rspec_junit_formatter (0.4.1)
|
87
83
|
rspec-core (>= 2, < 4, != 2.12.0)
|
88
|
-
rubocop (0.
|
84
|
+
rubocop (0.79.0)
|
89
85
|
jaro_winkler (~> 1.5.1)
|
90
86
|
parallel (~> 1.10)
|
91
|
-
parser (>= 2.
|
92
|
-
powerpack (~> 0.1)
|
87
|
+
parser (>= 2.7.0.1)
|
93
88
|
rainbow (>= 2.2.2, < 4.0)
|
94
89
|
ruby-progressbar (~> 1.7)
|
95
|
-
unicode-display_width (
|
96
|
-
rubocop-rspec (1.
|
97
|
-
rubocop (>= 0.
|
98
|
-
ruby-progressbar (1.10.
|
99
|
-
ruby_dep (1.5.0)
|
90
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
91
|
+
rubocop-rspec (1.38.0)
|
92
|
+
rubocop (>= 0.68.1)
|
93
|
+
ruby-progressbar (1.10.1)
|
100
94
|
shellany (0.0.1)
|
101
|
-
simplecov (0.
|
95
|
+
simplecov (0.18.1)
|
102
96
|
docile (~> 1.1)
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
thor (0.20.0)
|
97
|
+
simplecov-html (~> 0.11.0)
|
98
|
+
simplecov-html (0.11.0)
|
99
|
+
thor (1.0.1)
|
107
100
|
thread_safe (0.3.6)
|
108
|
-
tzinfo (1.2.
|
101
|
+
tzinfo (1.2.6)
|
109
102
|
thread_safe (~> 0.1)
|
110
|
-
unicode-display_width (1.
|
103
|
+
unicode-display_width (1.6.1)
|
104
|
+
zeitwerk (2.2.2)
|
111
105
|
|
112
106
|
PLATFORMS
|
113
107
|
ruby
|
@@ -125,4 +119,4 @@ DEPENDENCIES
|
|
125
119
|
simplecov
|
126
120
|
|
127
121
|
BUNDLED WITH
|
128
|
-
1.
|
122
|
+
1.17.3
|
data/birdspotting.gemspec
CHANGED
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drivy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2020-02-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -144,14 +144,14 @@ dependencies:
|
|
144
144
|
requirements:
|
145
145
|
- - "~>"
|
146
146
|
- !ruby/object:Gem::Version
|
147
|
-
version:
|
147
|
+
version: 6.0.2.1
|
148
148
|
type: :runtime
|
149
149
|
prerelease: false
|
150
150
|
version_requirements: !ruby/object:Gem::Requirement
|
151
151
|
requirements:
|
152
152
|
- - "~>"
|
153
153
|
- !ruby/object:Gem::Version
|
154
|
-
version:
|
154
|
+
version: 6.0.2.1
|
155
155
|
description:
|
156
156
|
email:
|
157
157
|
- oss@drivy.com
|
@@ -199,8 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
|
203
|
-
rubygems_version: 2.7.6
|
202
|
+
rubygems_version: 3.0.6
|
204
203
|
signing_key:
|
205
204
|
specification_version: 4
|
206
205
|
summary: Rails migration helpers.
|