harold 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +29 -26
- data/harold.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f28b164ddcc78416136bf13e8edae7c069280feefe2e5d9ac321ef1009505e1f
|
4
|
+
data.tar.gz: 8eb1cc7ebef6255a4d3ef47c01a62836fe1cff354e102b0d9acb79233a19af8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 540890ebce56d693dceabdf2c444ee6d25318eb619abb7554ce329dd2e2b56f1f382e37561232bec58be20a909f401a9fe5e257a4d5b8b62ba7a2da06d814bab
|
7
|
+
data.tar.gz: 761c49f3bc1fcc80bb639b55218cd477f25917eb76f7d68d138eefd6306b3548c49f62124818614c19c491ff1c84bc31f6908655db0787e4e0f47e5cc5350df6
|
data/Gemfile.lock
CHANGED
@@ -1,42 +1,45 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
harold (0.1.
|
4
|
+
harold (0.1.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
ast (2.4.
|
10
|
-
diff-lcs (1.
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
rexml (3.2.
|
17
|
-
rspec (3.
|
18
|
-
rspec-core (~> 3.
|
19
|
-
rspec-expectations (~> 3.
|
20
|
-
rspec-mocks (~> 3.
|
21
|
-
rspec-core (3.
|
22
|
-
rspec-support (~> 3.
|
23
|
-
rspec-expectations (3.
|
9
|
+
ast (2.4.2)
|
10
|
+
diff-lcs (1.5.0)
|
11
|
+
parallel (1.22.1)
|
12
|
+
parser (3.1.2.0)
|
13
|
+
ast (~> 2.4.1)
|
14
|
+
rainbow (3.1.1)
|
15
|
+
regexp_parser (2.3.0)
|
16
|
+
rexml (3.2.5)
|
17
|
+
rspec (3.11.0)
|
18
|
+
rspec-core (~> 3.11.0)
|
19
|
+
rspec-expectations (~> 3.11.0)
|
20
|
+
rspec-mocks (~> 3.11.0)
|
21
|
+
rspec-core (3.11.0)
|
22
|
+
rspec-support (~> 3.11.0)
|
23
|
+
rspec-expectations (3.11.0)
|
24
24
|
diff-lcs (>= 1.2.0, < 2.0)
|
25
|
-
rspec-support (~> 3.
|
26
|
-
rspec-mocks (3.
|
25
|
+
rspec-support (~> 3.11.0)
|
26
|
+
rspec-mocks (3.11.1)
|
27
27
|
diff-lcs (>= 1.2.0, < 2.0)
|
28
|
-
rspec-support (~> 3.
|
29
|
-
rspec-support (3.
|
30
|
-
rubocop (0.
|
31
|
-
jaro_winkler (~> 1.5.1)
|
28
|
+
rspec-support (~> 3.11.0)
|
29
|
+
rspec-support (3.11.0)
|
30
|
+
rubocop (0.93.1)
|
32
31
|
parallel (~> 1.10)
|
33
|
-
parser (>= 2.7.
|
32
|
+
parser (>= 2.7.1.5)
|
34
33
|
rainbow (>= 2.2.2, < 4.0)
|
34
|
+
regexp_parser (>= 1.8)
|
35
35
|
rexml
|
36
|
+
rubocop-ast (>= 0.6.0)
|
36
37
|
ruby-progressbar (~> 1.7)
|
37
38
|
unicode-display_width (>= 1.4.0, < 2.0)
|
38
|
-
|
39
|
-
|
39
|
+
rubocop-ast (1.17.0)
|
40
|
+
parser (>= 3.1.1.0)
|
41
|
+
ruby-progressbar (1.11.0)
|
42
|
+
unicode-display_width (1.8.0)
|
40
43
|
|
41
44
|
PLATFORMS
|
42
45
|
ruby
|
@@ -48,4 +51,4 @@ DEPENDENCIES
|
|
48
51
|
rubocop (~> 0.79)
|
49
52
|
|
50
53
|
BUNDLED WITH
|
51
|
-
2.
|
54
|
+
2.3.10
|
data/harold.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: harold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
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: 2022-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.2.22
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: Helpers for collaborative environments
|