eyaml 0.1.3 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +12 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +32 -29
- data/lib/eyaml/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4f178a1f6b7fb06fde94557868732ec3b13a6d90f5682f2505f29c7c3699dfe
|
4
|
+
data.tar.gz: 63434158bf5b56334cefbf3d73da83e357a39f02e17c7aaad2e63d0622ee70b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 945cb549642f915c0ecb60c2fc55709dced0e4805b7e3367657cb2daee7242995d8b09ab6fd0546e58334b557bd6bcb9ca03f8e13d3f1484c71d90ea0ba47b91
|
7
|
+
data.tar.gz: db020b6d97d9f8296d8ec8c51101d2db12deb04535c89bec2949a256a6fb2e0854a910e9e08b3b160f265878b68594040d41ace1263ad49477dcecdddf03baf2
|
@@ -0,0 +1,12 @@
|
|
1
|
+
version: 2
|
2
|
+
updates:
|
3
|
+
- package-ecosystem: "bundler"
|
4
|
+
directory: "/"
|
5
|
+
schedule:
|
6
|
+
interval: "weekly"
|
7
|
+
|
8
|
+
- package-ecosystem: "github-actions"
|
9
|
+
# Checks for workflow files stored in the default location of `.github/workflows`
|
10
|
+
directory: "/"
|
11
|
+
schedule:
|
12
|
+
interval: "weekly"
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,68 +1,70 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
eyaml (0.
|
4
|
+
eyaml (0.2.0)
|
5
5
|
rbnacl (~> 7.1)
|
6
6
|
thor (~> 1.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (
|
12
|
-
actionview (=
|
13
|
-
activesupport (=
|
14
|
-
rack (~> 2.0, >= 2.0
|
11
|
+
actionpack (7.0.1)
|
12
|
+
actionview (= 7.0.1)
|
13
|
+
activesupport (= 7.0.1)
|
14
|
+
rack (~> 2.0, >= 2.2.0)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (
|
19
|
-
activesupport (=
|
18
|
+
actionview (7.0.1)
|
19
|
+
activesupport (= 7.0.1)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activesupport (
|
24
|
+
activesupport (7.0.1)
|
25
25
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
26
|
i18n (>= 1.6, < 2)
|
27
27
|
minitest (>= 5.1)
|
28
28
|
tzinfo (~> 2.0)
|
29
|
-
zeitwerk (~> 2.3)
|
30
29
|
builder (3.2.4)
|
31
30
|
coderay (1.1.3)
|
32
|
-
concurrent-ruby (1.1.
|
31
|
+
concurrent-ruby (1.1.9)
|
33
32
|
crass (1.0.6)
|
34
|
-
diff-lcs (1.
|
33
|
+
diff-lcs (1.5.0)
|
35
34
|
erubi (1.10.0)
|
36
|
-
fakefs (1.
|
37
|
-
ffi (1.15.
|
38
|
-
i18n (1.8.
|
35
|
+
fakefs (1.4.0)
|
36
|
+
ffi (1.15.5)
|
37
|
+
i18n (1.8.11)
|
39
38
|
concurrent-ruby (~> 1.0)
|
40
|
-
loofah (2.
|
39
|
+
loofah (2.13.0)
|
41
40
|
crass (~> 1.0.2)
|
42
41
|
nokogiri (>= 1.5.9)
|
43
42
|
method_source (1.0.0)
|
44
|
-
minitest (5.
|
45
|
-
nokogiri (1.
|
43
|
+
minitest (5.15.0)
|
44
|
+
nokogiri (1.13.0-arm64-darwin)
|
46
45
|
racc (~> 1.4)
|
47
|
-
|
46
|
+
nokogiri (1.13.0-x86_64-linux)
|
47
|
+
racc (~> 1.4)
|
48
|
+
pry (0.14.1)
|
48
49
|
coderay (~> 1.1)
|
49
50
|
method_source (~> 1.0)
|
50
|
-
racc (1.
|
51
|
+
racc (1.6.0)
|
51
52
|
rack (2.2.3)
|
52
53
|
rack-test (1.1.0)
|
53
54
|
rack (>= 1.0, < 3)
|
54
55
|
rails-dom-testing (2.0.3)
|
55
56
|
activesupport (>= 4.2.0)
|
56
57
|
nokogiri (>= 1.6)
|
57
|
-
rails-html-sanitizer (1.
|
58
|
+
rails-html-sanitizer (1.4.2)
|
58
59
|
loofah (~> 2.3)
|
59
|
-
railties (
|
60
|
-
actionpack (=
|
61
|
-
activesupport (=
|
60
|
+
railties (7.0.1)
|
61
|
+
actionpack (= 7.0.1)
|
62
|
+
activesupport (= 7.0.1)
|
62
63
|
method_source
|
63
|
-
rake (>=
|
64
|
+
rake (>= 12.2)
|
64
65
|
thor (~> 1.0)
|
65
|
-
|
66
|
+
zeitwerk (~> 2.5)
|
67
|
+
rake (13.0.6)
|
66
68
|
rbnacl (7.1.1)
|
67
69
|
ffi
|
68
70
|
rspec (3.10.0)
|
@@ -77,19 +79,20 @@ GEM
|
|
77
79
|
rspec-mocks (3.10.2)
|
78
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
79
81
|
rspec-support (~> 3.10.0)
|
80
|
-
rspec-support (3.10.
|
81
|
-
thor (1.1
|
82
|
+
rspec-support (3.10.3)
|
83
|
+
thor (1.2.1)
|
82
84
|
tzinfo (2.0.4)
|
83
85
|
concurrent-ruby (~> 1.0)
|
84
|
-
zeitwerk (2.
|
86
|
+
zeitwerk (2.5.3)
|
85
87
|
|
86
88
|
PLATFORMS
|
87
89
|
arm64-darwin-20
|
90
|
+
x86_64-linux
|
88
91
|
|
89
92
|
DEPENDENCIES
|
90
93
|
eyaml!
|
91
94
|
fakefs
|
92
|
-
ffi (~> 1.15.
|
95
|
+
ffi (~> 1.15.5)
|
93
96
|
pry
|
94
97
|
railties
|
95
98
|
rake (~> 13.0)
|
data/lib/eyaml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyaml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Emil Stolarsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -75,6 +75,7 @@ executables:
|
|
75
75
|
extensions: []
|
76
76
|
extra_rdoc_files: []
|
77
77
|
files:
|
78
|
+
- ".github/dependabot.yml"
|
78
79
|
- ".github/workflows/test.yml"
|
79
80
|
- ".gitignore"
|
80
81
|
- ".rspec"
|