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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edc05e2758e3747ad424a36f97920ba9cc391af0c455e8d64bcf0ef7c10fa1f4
4
- data.tar.gz: 5a387045ebdff1edf2ee26eed149637025cb8c116c2777d6a42de3c47d98d493
3
+ metadata.gz: 9b619af54da10cde159808980f399d8bd798f11f793bf1948d115845d570a238
4
+ data.tar.gz: 14f0bdfb60a5cb401fed28008e073609ee43fb45357cefdf186eb4b6e0dbf0ea
5
5
  SHA512:
6
- metadata.gz: 5a0acd02e5ddea2c8a8b71348ba12de111a0e886cc2b4c2accd9cff3ced575fb15fa3a32f57fc8ddb2ade088fd30698c03cf43aa2d420d486be845d6b14c6df4
7
- data.tar.gz: 9aadba08caf2bccf9466654e08eb491a62f868e273f60288f1a5db24169ce934a84b6f190bebc367f881904786e44df12f83c675feb84baf46d7dad5ba6c4228
6
+ metadata.gz: cef452d314b2bb76ade1a57bf37318f74b7d23259fb57ad9209929731365b86a0d31ec572b142732a13d974d7e9a30f9e53007a98ccfc990edd3464f2c331dde
7
+ data.tar.gz: 7f38ab2e861041ef12cbfeb2ff811727e5637474d97beec7c63b9c33bac4d023c49d2d3ed7a4b912c368dee9339c8ebb2795f0ee23bfd1cf49765232e8e3e46b
@@ -16,7 +16,7 @@ version: 2
16
16
  jobs:
17
17
  test:
18
18
  docker:
19
- - image: circleci/ruby:2.4-jessie-node
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
@@ -1 +1 @@
1
- ruby-2.4.4
1
+ ruby-2.6.5
@@ -1,32 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- birdspotting (0.1.2)
5
- activerecord (~> 5.0)
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 (5.2.1)
11
- activesupport (= 5.2.1)
12
- activerecord (5.2.1)
13
- activemodel (= 5.2.1)
14
- activesupport (= 5.2.1)
15
- arel (>= 9.0)
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
- arel (9.0.0)
20
+ zeitwerk (~> 2.2)
22
21
  ast (2.4.0)
23
22
  coderay (1.1.2)
24
- concurrent-ruby (1.0.5)
23
+ concurrent-ruby (1.1.6)
25
24
  diff-lcs (1.3)
26
- docile (1.3.1)
27
- ffi (1.9.25)
25
+ docile (1.3.2)
26
+ ffi (1.12.2)
28
27
  formatador (0.2.5)
29
- guard (2.14.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.1.0)
45
+ i18n (1.8.2)
47
46
  concurrent-ruby (~> 1.0)
48
- jaro_winkler (1.5.1)
49
- json (2.1.0)
50
- listen (3.1.5)
51
- rb-fsevent (~> 0.9, >= 0.9.4)
52
- rb-inotify (~> 0.9, >= 0.9.7)
53
- ruby_dep (~> 1.2)
54
- lumberjack (1.0.13)
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.1)
55
+ notiffany (0.1.3)
59
56
  nenv (~> 0.1)
60
57
  shellany (~> 0.0)
61
- parallel (1.12.1)
62
- parser (2.5.1.2)
58
+ parallel (1.19.1)
59
+ parser (2.7.0.2)
63
60
  ast (~> 2.4.0)
64
- powerpack (0.1.2)
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.9.10)
72
- ffi (>= 0.5.0, < 2)
73
- rspec (3.8.0)
74
- rspec-core (~> 3.8.0)
75
- rspec-expectations (~> 3.8.0)
76
- rspec-mocks (~> 3.8.0)
77
- rspec-core (3.8.0)
78
- rspec-support (~> 3.8.0)
79
- rspec-expectations (3.8.1)
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.8.0)
82
- rspec-mocks (3.8.0)
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.8.0)
85
- rspec-support (3.8.0)
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.59.0)
84
+ rubocop (0.79.0)
89
85
  jaro_winkler (~> 1.5.1)
90
86
  parallel (~> 1.10)
91
- parser (>= 2.5, != 2.5.1.1)
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 (~> 1.0, >= 1.0.1)
96
- rubocop-rspec (1.29.1)
97
- rubocop (>= 0.58.0)
98
- ruby-progressbar (1.10.0)
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.16.1)
95
+ simplecov (0.18.1)
102
96
  docile (~> 1.1)
103
- json (>= 1.8, < 3)
104
- simplecov-html (~> 0.10.0)
105
- simplecov-html (0.10.2)
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.5)
101
+ tzinfo (1.2.6)
109
102
  thread_safe (~> 0.1)
110
- unicode-display_width (1.4.0)
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.16.1
122
+ 1.17.3
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.add_development_dependency "rubocop-rspec"
30
30
  spec.add_development_dependency "simplecov"
31
31
 
32
- spec.add_runtime_dependency "activerecord", "~> 5.0"
32
+ spec.add_runtime_dependency "activerecord", "~> 6.0.2.1"
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module Birdspotting
2
- VERSION = "0.1.2".freeze
2
+ VERSION = "0.1.3".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.2
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: 2018-09-19 00:00:00.000000000 Z
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: '5.0'
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: '5.0'
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
- rubyforge_project:
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.