shreddies 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +33 -33
- data/lib/shreddies/version.rb +1 -1
- data/shreddies.gemspec +3 -2
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4fb25c2ab5843fd1cd224ece7b704c5cd276ad214745d390824c314430c8240
|
4
|
+
data.tar.gz: e7695133c7b3d2ff7df8996ffd9eafb570e74742b021ec823d214b4d712e1d36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4dcc777b060c26e2a39e2c9d8f9ad3c64b6b2fb2a648ef9d219e1aabcde976f77aae127a649451b33530df53fc367c347841fe82544b7a5fe2389b11ff22ae5
|
7
|
+
data.tar.gz: b775744e57f086c8f789ab3b794997b92189dfdd1a1fedca95994a4157178dc780b3ec054bf467c63903049589c3693e785aac879771b5faa5ebed690e4fc8a5
|
data/Gemfile.lock
CHANGED
@@ -1,53 +1,53 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shreddies (0.
|
5
|
-
activerecord (>=
|
6
|
-
railties (>=
|
4
|
+
shreddies (0.10.0)
|
5
|
+
activerecord (>= 6)
|
6
|
+
railties (>= 6)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (7.0.
|
12
|
-
actionview (= 7.0.
|
13
|
-
activesupport (= 7.0.
|
11
|
+
actionpack (7.0.3)
|
12
|
+
actionview (= 7.0.3)
|
13
|
+
activesupport (= 7.0.3)
|
14
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 (7.0.
|
19
|
-
activesupport (= 7.0.
|
18
|
+
actionview (7.0.3)
|
19
|
+
activesupport (= 7.0.3)
|
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
|
-
activemodel (7.0.
|
25
|
-
activesupport (= 7.0.
|
26
|
-
activerecord (7.0.
|
27
|
-
activemodel (= 7.0.
|
28
|
-
activesupport (= 7.0.
|
29
|
-
activesupport (7.0.
|
24
|
+
activemodel (7.0.3)
|
25
|
+
activesupport (= 7.0.3)
|
26
|
+
activerecord (7.0.3)
|
27
|
+
activemodel (= 7.0.3)
|
28
|
+
activesupport (= 7.0.3)
|
29
|
+
activesupport (7.0.3)
|
30
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
31
|
i18n (>= 1.6, < 2)
|
32
32
|
minitest (>= 5.1)
|
33
33
|
tzinfo (~> 2.0)
|
34
34
|
autotest-suffix (1.1.0)
|
35
35
|
builder (3.2.4)
|
36
|
-
combustion (1.3.
|
36
|
+
combustion (1.3.7)
|
37
37
|
activesupport (>= 3.0.0)
|
38
38
|
railties (>= 3.0.0)
|
39
39
|
thor (>= 0.14.6)
|
40
|
-
concurrent-ruby (1.1.
|
40
|
+
concurrent-ruby (1.1.10)
|
41
41
|
crass (1.0.6)
|
42
42
|
erubi (1.10.0)
|
43
|
-
i18n (1.
|
43
|
+
i18n (1.10.0)
|
44
44
|
concurrent-ruby (~> 1.0)
|
45
|
-
loofah (2.
|
45
|
+
loofah (2.18.0)
|
46
46
|
crass (~> 1.0.2)
|
47
47
|
nokogiri (>= 1.5.9)
|
48
48
|
method_source (1.0.0)
|
49
|
-
mini_portile2 (2.
|
50
|
-
minitest (5.
|
49
|
+
mini_portile2 (2.8.0)
|
50
|
+
minitest (5.16.2)
|
51
51
|
minitest-autotest (1.1.1)
|
52
52
|
minitest-server (~> 1.0)
|
53
53
|
path_expander (~> 1.0)
|
@@ -55,32 +55,32 @@ GEM
|
|
55
55
|
minitest (>= 4, < 6)
|
56
56
|
minitest-server (1.0.6)
|
57
57
|
minitest (~> 5.0)
|
58
|
-
nokogiri (1.13.
|
59
|
-
mini_portile2 (~> 2.
|
58
|
+
nokogiri (1.13.6)
|
59
|
+
mini_portile2 (~> 2.8.0)
|
60
60
|
racc (~> 1.4)
|
61
|
-
path_expander (1.1.
|
61
|
+
path_expander (1.1.1)
|
62
62
|
racc (1.6.0)
|
63
|
-
rack (2.2.
|
64
|
-
rack-test (
|
65
|
-
rack (>= 1.
|
63
|
+
rack (2.2.4)
|
64
|
+
rack-test (2.0.2)
|
65
|
+
rack (>= 1.3)
|
66
66
|
rails-dom-testing (2.0.3)
|
67
67
|
activesupport (>= 4.2.0)
|
68
68
|
nokogiri (>= 1.6)
|
69
|
-
rails-html-sanitizer (1.4.
|
69
|
+
rails-html-sanitizer (1.4.3)
|
70
70
|
loofah (~> 2.3)
|
71
|
-
railties (7.0.
|
72
|
-
actionpack (= 7.0.
|
73
|
-
activesupport (= 7.0.
|
71
|
+
railties (7.0.3)
|
72
|
+
actionpack (= 7.0.3)
|
73
|
+
activesupport (= 7.0.3)
|
74
74
|
method_source
|
75
75
|
rake (>= 12.2)
|
76
76
|
thor (~> 1.0)
|
77
77
|
zeitwerk (~> 2.5)
|
78
78
|
rake (13.0.6)
|
79
|
-
sqlite3 (1.4.
|
79
|
+
sqlite3 (1.4.4)
|
80
80
|
thor (1.2.1)
|
81
81
|
tzinfo (2.0.4)
|
82
82
|
concurrent-ruby (~> 1.0)
|
83
|
-
zeitwerk (2.
|
83
|
+
zeitwerk (2.6.0)
|
84
84
|
|
85
85
|
PLATFORMS
|
86
86
|
ruby
|
@@ -96,4 +96,4 @@ DEPENDENCIES
|
|
96
96
|
sqlite3
|
97
97
|
|
98
98
|
BUNDLED WITH
|
99
|
-
2.
|
99
|
+
2.3.17
|
data/lib/shreddies/version.rb
CHANGED
data/shreddies.gemspec
CHANGED
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
end
|
25
25
|
spec.require_paths = ['lib']
|
26
26
|
|
27
|
-
spec.add_runtime_dependency 'activerecord', '>=
|
28
|
-
spec.add_dependency 'railties', '>=
|
27
|
+
spec.add_runtime_dependency 'activerecord', '>= 6'
|
28
|
+
spec.add_dependency 'railties', '>= 6'
|
29
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
29
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shreddies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '6'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '6'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: railties
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '6'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '6'
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- joel@developwithstyle.com
|
@@ -69,6 +69,7 @@ metadata:
|
|
69
69
|
homepage_uri: https://github.com/joelmoss/shreddies
|
70
70
|
source_code_uri: https://github.com/joelmoss/shreddies
|
71
71
|
changelog_uri: https://github.com/joelmoss/shreddies/releases
|
72
|
+
rubygems_mfa_required: 'true'
|
72
73
|
post_install_message:
|
73
74
|
rdoc_options: []
|
74
75
|
require_paths:
|
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
85
|
- !ruby/object:Gem::Version
|
85
86
|
version: '0'
|
86
87
|
requirements: []
|
87
|
-
rubygems_version: 3.3.
|
88
|
+
rubygems_version: 3.3.7
|
88
89
|
signing_key:
|
89
90
|
specification_version: 4
|
90
91
|
summary: Stupid simple Rails model and object serializer
|