richurls 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -0
- data/Gemfile.lock +29 -24
- data/richurls.gemspec +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fae0a9f1de4986a531f74b56b352b51a004f6aedd3fc3dad551019afba58676f
|
4
|
+
data.tar.gz: 65c3b687abfe9de86e4101437eaa0530a46bff9203683e9b6fb69234fa9f39b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 380a50c4f02c34a16d92cb10a748cd0356dc4ac9eddfa6390f2d5cb95c930a907910f076ae68f3f9af4028dfd5fbab6712cd6650e9aa1a5664eed0204dcffa7f
|
7
|
+
data.tar.gz: 01c47002c302abd9a667003726276e597a7ec510f522d27d31af20078df7bfbede75a5a7c39433af48927c6ac57d418a336d5016bbf1bf5ab3ed410abf403428
|
data/.rubocop.yml
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
AllCops:
|
2
2
|
TargetRubyVersion: 2.7
|
3
|
+
NewCops: disable
|
3
4
|
|
4
5
|
Lint/SuppressedException:
|
5
6
|
Enabled: false
|
@@ -37,3 +38,5 @@ Naming/MemoizedInstanceVariableName:
|
|
37
38
|
Enabled: false
|
38
39
|
Style/RegexpLiteral:
|
39
40
|
Enabled: false
|
41
|
+
Style/IfUnlessModifier:
|
42
|
+
Enabled: false
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
richurls (0.6.
|
4
|
+
richurls (0.6.1)
|
5
5
|
addressable (~> 2)
|
6
6
|
oj (~> 3)
|
7
7
|
ox (~> 2)
|
@@ -12,39 +12,44 @@ GEM
|
|
12
12
|
specs:
|
13
13
|
addressable (2.7.0)
|
14
14
|
public_suffix (>= 2.0.2, < 5.0)
|
15
|
-
ast (2.4.
|
16
|
-
diff-lcs (1.
|
17
|
-
oj (3.
|
18
|
-
ox (2.
|
19
|
-
parallel (1.
|
20
|
-
parser (
|
21
|
-
ast (~> 2.4.
|
15
|
+
ast (2.4.2)
|
16
|
+
diff-lcs (1.4.4)
|
17
|
+
oj (3.11.3)
|
18
|
+
ox (2.14.2)
|
19
|
+
parallel (1.20.1)
|
20
|
+
parser (3.0.0.0)
|
21
|
+
ast (~> 2.4.1)
|
22
22
|
patron (0.13.3)
|
23
|
-
public_suffix (4.0.
|
23
|
+
public_suffix (4.0.6)
|
24
24
|
rainbow (3.0.0)
|
25
|
-
redis (4.2.
|
25
|
+
redis (4.2.5)
|
26
|
+
regexp_parser (2.1.1)
|
26
27
|
rexml (3.2.4)
|
27
|
-
rspec (3.
|
28
|
-
rspec-core (~> 3.
|
29
|
-
rspec-expectations (~> 3.
|
30
|
-
rspec-mocks (~> 3.
|
31
|
-
rspec-core (3.
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-expectations (3.
|
28
|
+
rspec (3.10.0)
|
29
|
+
rspec-core (~> 3.10.0)
|
30
|
+
rspec-expectations (~> 3.10.0)
|
31
|
+
rspec-mocks (~> 3.10.0)
|
32
|
+
rspec-core (3.10.1)
|
33
|
+
rspec-support (~> 3.10.0)
|
34
|
+
rspec-expectations (3.10.1)
|
34
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.
|
36
|
-
rspec-mocks (3.
|
36
|
+
rspec-support (~> 3.10.0)
|
37
|
+
rspec-mocks (3.10.2)
|
37
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
-
rspec-support (~> 3.
|
39
|
-
rspec-support (3.
|
40
|
-
rubocop (0.
|
39
|
+
rspec-support (~> 3.10.0)
|
40
|
+
rspec-support (3.10.2)
|
41
|
+
rubocop (0.93.1)
|
41
42
|
parallel (~> 1.10)
|
42
|
-
parser (>= 2.7.
|
43
|
+
parser (>= 2.7.1.5)
|
43
44
|
rainbow (>= 2.2.2, < 4.0)
|
45
|
+
regexp_parser (>= 1.8)
|
44
46
|
rexml
|
47
|
+
rubocop-ast (>= 0.6.0)
|
45
48
|
ruby-progressbar (~> 1.7)
|
46
49
|
unicode-display_width (>= 1.4.0, < 2.0)
|
47
|
-
|
50
|
+
rubocop-ast (1.4.1)
|
51
|
+
parser (>= 2.7.1.5)
|
52
|
+
ruby-progressbar (1.11.0)
|
48
53
|
unicode-display_width (1.7.0)
|
49
54
|
|
50
55
|
PLATFORMS
|
data/richurls.gemspec
CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = 'richurls'
|
6
|
-
spec.version = '0.6.
|
6
|
+
spec.version = '0.6.1'
|
7
7
|
spec.authors = ['grdw']
|
8
8
|
spec.email = ['gerard@wetransfer.com']
|
9
9
|
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.description = 'Service which enriches URLs fast and cheap'
|
12
12
|
spec.homepage = 'https://github.com/wetransfer/richurls'
|
13
13
|
spec.license = 'GPL-3.0'
|
14
|
+
spec.required_ruby_version = '~> 2.7'
|
14
15
|
|
15
16
|
spec.metadata['homepage_uri'] = spec.homepage
|
16
17
|
spec.metadata['source_code_uri'] = 'https://github.com/wetransfer/richurls'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: richurls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- grdw
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -172,9 +172,9 @@ require_paths:
|
|
172
172
|
- lib
|
173
173
|
required_ruby_version: !ruby/object:Gem::Requirement
|
174
174
|
requirements:
|
175
|
-
- - "
|
175
|
+
- - "~>"
|
176
176
|
- !ruby/object:Gem::Version
|
177
|
-
version: '
|
177
|
+
version: '2.7'
|
178
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
179
179
|
requirements:
|
180
180
|
- - ">="
|