cacchern 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +17 -19
- data/lib/cacchern/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 341cf3b2a39ee7d40815308c97c956e90d19479cee8ce6694522879f83f05ebe
|
4
|
+
data.tar.gz: 1a364b9551eb5ab5ed8c47862945f042bf35d744d4006c50ed23b0421517550a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0fdd11cc81c31b48e0d52128000b9e16c62314880270ab5fa6a51acd2151b75079acdbb9fa5f353d0ae755dfc859edcde2bd7622bf0780fb75b89b9a718d527
|
7
|
+
data.tar.gz: 2670f32fbd1d87f79c5d147057a22599f2987e93ae401a56e1b8e0cd3340825683b601030e148e66e959460c78311513745e4e7154aefb30f2542aed2cd8c172
|
data/Gemfile.lock
CHANGED
@@ -1,60 +1,58 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cacchern (0.0.
|
4
|
+
cacchern (0.0.6)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
activemodel (5.2.
|
10
|
-
activesupport (= 5.2.
|
11
|
-
activesupport (5.2.
|
9
|
+
activemodel (5.2.3)
|
10
|
+
activesupport (= 5.2.3)
|
11
|
+
activesupport (5.2.3)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 0.7, < 2)
|
14
14
|
minitest (~> 5.1)
|
15
15
|
tzinfo (~> 1.1)
|
16
16
|
ast (2.4.0)
|
17
|
-
concurrent-ruby (1.
|
17
|
+
concurrent-ruby (1.1.5)
|
18
18
|
database_cleaner (1.7.0)
|
19
19
|
diff-lcs (1.3)
|
20
|
-
dotenv (2.
|
21
|
-
i18n (1.
|
20
|
+
dotenv (2.7.2)
|
21
|
+
i18n (1.6.0)
|
22
22
|
concurrent-ruby (~> 1.0)
|
23
|
-
jaro_winkler (1.5.
|
23
|
+
jaro_winkler (1.5.2)
|
24
24
|
minitest (5.11.3)
|
25
|
-
parallel (1.
|
26
|
-
parser (2.
|
25
|
+
parallel (1.17.0)
|
26
|
+
parser (2.6.3.0)
|
27
27
|
ast (~> 2.4.0)
|
28
|
-
powerpack (0.1.2)
|
29
28
|
rainbow (3.0.0)
|
30
|
-
rake (12.3.
|
31
|
-
redis (4.0.
|
29
|
+
rake (12.3.2)
|
30
|
+
redis (4.0.3)
|
32
31
|
rspec (3.8.0)
|
33
32
|
rspec-core (~> 3.8.0)
|
34
33
|
rspec-expectations (~> 3.8.0)
|
35
34
|
rspec-mocks (~> 3.8.0)
|
36
35
|
rspec-core (3.8.0)
|
37
36
|
rspec-support (~> 3.8.0)
|
38
|
-
rspec-expectations (3.8.
|
37
|
+
rspec-expectations (3.8.3)
|
39
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
39
|
rspec-support (~> 3.8.0)
|
41
40
|
rspec-mocks (3.8.0)
|
42
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
42
|
rspec-support (~> 3.8.0)
|
44
43
|
rspec-support (3.8.0)
|
45
|
-
rubocop (0.
|
44
|
+
rubocop (0.69.0)
|
46
45
|
jaro_winkler (~> 1.5.1)
|
47
46
|
parallel (~> 1.10)
|
48
|
-
parser (>= 2.
|
49
|
-
powerpack (~> 0.1)
|
47
|
+
parser (>= 2.6)
|
50
48
|
rainbow (>= 2.2.2, < 4.0)
|
51
49
|
ruby-progressbar (~> 1.7)
|
52
|
-
unicode-display_width (
|
50
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
53
51
|
ruby-progressbar (1.10.0)
|
54
52
|
thread_safe (0.3.6)
|
55
53
|
tzinfo (1.2.5)
|
56
54
|
thread_safe (~> 0.1)
|
57
|
-
unicode-display_width (1.
|
55
|
+
unicode-display_width (1.6.0)
|
58
56
|
|
59
57
|
PLATFORMS
|
60
58
|
ruby
|
data/lib/cacchern/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cacchern
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shuhei TAKASUGI
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|