webpacker_uploader 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +53 -50
- data/README.md +4 -4
- data/lib/webpacker_uploader/version.rb +1 -1
- data/webpacker_uploader.gemspec +2 -1
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96198a1aa60035fa87959114f6dde6550671c8dfed6c308e2edf96baf9645376
|
|
4
|
+
data.tar.gz: f1d88a52f9f75e7f044deccbbb7c923141eecfbc421dabc48ff3ac578b73795c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fe1589c9e7b36aaacf0a582aa94f057ddd48b05ba20fca373bb8430a621edeaeb69e64b82831e2a621a6fe3729a3a49514fad40dba351cb005ff7f928d56f62
|
|
7
|
+
data.tar.gz: cb7127ff364dee3a702e36b4fce6a9a371f5dea1af50bfe3cbfd9844fe3d61778d0ebef9c14b4d0561930bbdaf75bba5e76055f16acbff35c9958a72ec6b50fc
|
data/.rubocop.yml
CHANGED
|
@@ -3,7 +3,7 @@ require:
|
|
|
3
3
|
- rubocop-minitest
|
|
4
4
|
|
|
5
5
|
AllCops:
|
|
6
|
-
TargetRubyVersion: 2.
|
|
6
|
+
TargetRubyVersion: 2.6
|
|
7
7
|
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
|
|
8
8
|
# to ignore them, so only the ones explicitly set in this file are enabled.
|
|
9
9
|
DisabledByDefault: true
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [[0.7.1]](https://github.com/tlatsas/webpacker_uploader/releases/tag/v0.7.1) - 2023-01-05
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Bump dependencies
|
|
12
|
+
|
|
7
13
|
## [[0.7.0]](https://github.com/tlatsas/webpacker_uploader/releases/tag/v0.7.0) - 2021-11-27
|
|
8
14
|
|
|
9
15
|
### Added
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
webpacker_uploader (0.7.
|
|
4
|
+
webpacker_uploader (0.7.1)
|
|
5
|
+
activesupport (< 7.0)
|
|
5
6
|
mime-types
|
|
6
7
|
rack (~> 2.0)
|
|
7
8
|
webpacker (>= 5.1)
|
|
@@ -9,20 +10,20 @@ PATH
|
|
|
9
10
|
GEM
|
|
10
11
|
remote: https://rubygems.org/
|
|
11
12
|
specs:
|
|
12
|
-
actionpack (6.1.
|
|
13
|
-
actionview (= 6.1.
|
|
14
|
-
activesupport (= 6.1.
|
|
13
|
+
actionpack (6.1.7)
|
|
14
|
+
actionview (= 6.1.7)
|
|
15
|
+
activesupport (= 6.1.7)
|
|
15
16
|
rack (~> 2.0, >= 2.0.9)
|
|
16
17
|
rack-test (>= 0.6.3)
|
|
17
18
|
rails-dom-testing (~> 2.0)
|
|
18
19
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
19
|
-
actionview (6.1.
|
|
20
|
-
activesupport (= 6.1.
|
|
20
|
+
actionview (6.1.7)
|
|
21
|
+
activesupport (= 6.1.7)
|
|
21
22
|
builder (~> 3.1)
|
|
22
23
|
erubi (~> 1.4)
|
|
23
24
|
rails-dom-testing (~> 2.0)
|
|
24
25
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
25
|
-
activesupport (6.1.
|
|
26
|
+
activesupport (6.1.7)
|
|
26
27
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
27
28
|
i18n (>= 1.6, < 2)
|
|
28
29
|
minitest (>= 5.1)
|
|
@@ -30,63 +31,63 @@ GEM
|
|
|
30
31
|
zeitwerk (~> 2.3)
|
|
31
32
|
ast (2.4.2)
|
|
32
33
|
aws-eventstream (1.2.0)
|
|
33
|
-
aws-partitions (1.
|
|
34
|
-
aws-sdk-core (3.
|
|
34
|
+
aws-partitions (1.586.0)
|
|
35
|
+
aws-sdk-core (3.130.2)
|
|
35
36
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
36
|
-
aws-partitions (~> 1, >= 1.
|
|
37
|
+
aws-partitions (~> 1, >= 1.525.0)
|
|
37
38
|
aws-sigv4 (~> 1.1)
|
|
38
39
|
jmespath (~> 1.0)
|
|
39
|
-
aws-sdk-kms (1.
|
|
40
|
-
aws-sdk-core (~> 3, >= 3.
|
|
40
|
+
aws-sdk-kms (1.56.0)
|
|
41
|
+
aws-sdk-core (~> 3, >= 3.127.0)
|
|
41
42
|
aws-sigv4 (~> 1.1)
|
|
42
|
-
aws-sdk-s3 (1.
|
|
43
|
-
aws-sdk-core (~> 3, >= 3.
|
|
43
|
+
aws-sdk-s3 (1.114.0)
|
|
44
|
+
aws-sdk-core (~> 3, >= 3.127.0)
|
|
44
45
|
aws-sdk-kms (~> 1)
|
|
45
46
|
aws-sigv4 (~> 1.4)
|
|
46
|
-
aws-sigv4 (1.
|
|
47
|
+
aws-sigv4 (1.5.0)
|
|
47
48
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
48
49
|
builder (3.2.4)
|
|
49
|
-
concurrent-ruby (1.1.
|
|
50
|
+
concurrent-ruby (1.1.10)
|
|
50
51
|
crass (1.0.6)
|
|
51
|
-
erubi (1.
|
|
52
|
-
i18n (1.
|
|
52
|
+
erubi (1.12.0)
|
|
53
|
+
i18n (1.12.0)
|
|
53
54
|
concurrent-ruby (~> 1.0)
|
|
54
|
-
jmespath (1.
|
|
55
|
-
loofah (2.
|
|
55
|
+
jmespath (1.6.1)
|
|
56
|
+
loofah (2.19.1)
|
|
56
57
|
crass (~> 1.0.2)
|
|
57
58
|
nokogiri (>= 1.5.9)
|
|
58
59
|
method_source (1.0.0)
|
|
59
|
-
mime-types (3.
|
|
60
|
+
mime-types (3.4.1)
|
|
60
61
|
mime-types-data (~> 3.2015)
|
|
61
|
-
mime-types-data (3.
|
|
62
|
-
mini_portile2 (2.
|
|
63
|
-
minitest (5.
|
|
64
|
-
nokogiri (1.
|
|
65
|
-
mini_portile2 (~> 2.
|
|
62
|
+
mime-types-data (3.2022.0105)
|
|
63
|
+
mini_portile2 (2.8.1)
|
|
64
|
+
minitest (5.15.0)
|
|
65
|
+
nokogiri (1.13.10)
|
|
66
|
+
mini_portile2 (~> 2.8.0)
|
|
66
67
|
racc (~> 1.4)
|
|
67
|
-
parallel (1.
|
|
68
|
-
parser (3.
|
|
68
|
+
parallel (1.22.1)
|
|
69
|
+
parser (3.1.2.0)
|
|
69
70
|
ast (~> 2.4.1)
|
|
70
|
-
racc (1.
|
|
71
|
-
rack (2.2.
|
|
72
|
-
rack-proxy (0.7.
|
|
71
|
+
racc (1.6.2)
|
|
72
|
+
rack (2.2.5)
|
|
73
|
+
rack-proxy (0.7.4)
|
|
73
74
|
rack
|
|
74
|
-
rack-test (
|
|
75
|
-
rack (>= 1.
|
|
75
|
+
rack-test (2.0.2)
|
|
76
|
+
rack (>= 1.3)
|
|
76
77
|
rails-dom-testing (2.0.3)
|
|
77
78
|
activesupport (>= 4.2.0)
|
|
78
79
|
nokogiri (>= 1.6)
|
|
79
|
-
rails-html-sanitizer (1.4.
|
|
80
|
-
loofah (~> 2.
|
|
81
|
-
railties (6.1.
|
|
82
|
-
actionpack (= 6.1.
|
|
83
|
-
activesupport (= 6.1.
|
|
80
|
+
rails-html-sanitizer (1.4.4)
|
|
81
|
+
loofah (~> 2.19, >= 2.19.1)
|
|
82
|
+
railties (6.1.7)
|
|
83
|
+
actionpack (= 6.1.7)
|
|
84
|
+
activesupport (= 6.1.7)
|
|
84
85
|
method_source
|
|
85
|
-
rake (>=
|
|
86
|
+
rake (>= 12.2)
|
|
86
87
|
thor (~> 1.0)
|
|
87
|
-
rainbow (3.
|
|
88
|
+
rainbow (3.1.1)
|
|
88
89
|
rake (13.0.6)
|
|
89
|
-
regexp_parser (2.
|
|
90
|
+
regexp_parser (2.3.1)
|
|
90
91
|
rexml (3.2.5)
|
|
91
92
|
rubocop (1.11.0)
|
|
92
93
|
parallel (~> 1.10)
|
|
@@ -97,17 +98,17 @@ GEM
|
|
|
97
98
|
rubocop-ast (>= 1.2.0, < 2.0)
|
|
98
99
|
ruby-progressbar (~> 1.7)
|
|
99
100
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
100
|
-
rubocop-ast (1.
|
|
101
|
-
parser (>= 3.
|
|
102
|
-
rubocop-minitest (0.
|
|
101
|
+
rubocop-ast (1.17.0)
|
|
102
|
+
parser (>= 3.1.1.0)
|
|
103
|
+
rubocop-minitest (0.19.1)
|
|
103
104
|
rubocop (>= 0.90, < 2.0)
|
|
104
|
-
rubocop-performance (1.
|
|
105
|
+
rubocop-performance (1.13.3)
|
|
105
106
|
rubocop (>= 1.7.0, < 2.0)
|
|
106
107
|
rubocop-ast (>= 0.4.0)
|
|
107
108
|
ruby-progressbar (1.11.0)
|
|
108
109
|
semantic_range (3.0.0)
|
|
109
|
-
thor (1.1
|
|
110
|
-
tzinfo (2.0.
|
|
110
|
+
thor (1.2.1)
|
|
111
|
+
tzinfo (2.0.5)
|
|
111
112
|
concurrent-ruby (~> 1.0)
|
|
112
113
|
unicode-display_width (2.1.0)
|
|
113
114
|
webpacker (5.4.3)
|
|
@@ -115,8 +116,10 @@ GEM
|
|
|
115
116
|
rack-proxy (>= 0.6.1)
|
|
116
117
|
railties (>= 5.2)
|
|
117
118
|
semantic_range (>= 2.3.0)
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
webrick (1.7.0)
|
|
120
|
+
yard (0.9.27)
|
|
121
|
+
webrick (~> 1.7.0)
|
|
122
|
+
zeitwerk (2.6.6)
|
|
120
123
|
|
|
121
124
|
PLATFORMS
|
|
122
125
|
ruby
|
|
@@ -133,4 +136,4 @@ DEPENDENCIES
|
|
|
133
136
|
yard (~> 0.9)
|
|
134
137
|
|
|
135
138
|
BUNDLED WITH
|
|
136
|
-
2.
|
|
139
|
+
2.3.3
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# WebpackerUploader
|
|
2
2
|
|
|
3
|
-
[](https://github.com/tlatsas/webpacker_uploader/actions)
|
|
4
|
+
[](https://github.com/tlatsas/webpacker_uploader/actions)
|
|
5
5
|
[](https://rubygems.org/gems/webpacker_uploader)
|
|
6
6
|
[](https://www.rubydoc.info/gems/webpacker_uploader)
|
|
7
7
|
|
|
@@ -124,7 +124,7 @@ This option is used to specify caching behavior along the request/reply chain.
|
|
|
124
124
|
WebpackerUploader currently supports the following configuration options:
|
|
125
125
|
|
|
126
126
|
| option | description | default value |
|
|
127
|
-
|
|
127
|
+
| -------------------- | ------------------------------------------------------------ | ------------------------------------- |
|
|
128
128
|
| ignored_extensions | Which files uploader should skip based on the file extension | [] |
|
|
129
129
|
| logger | The logger to use for logging | ActiveSupport::Logger.new(STDOUT) |
|
|
130
130
|
| log_output | Log output as we upload files | true |
|
|
@@ -175,7 +175,7 @@ docker compose -f "integration/docker-compose.yml" up --detach
|
|
|
175
175
|
|
|
176
176
|
To run the tests, use `rake test:integration`.
|
|
177
177
|
|
|
178
|
-
To stop the container once done run: `docker-compose -f "integration/docker-compose.yml" down`
|
|
178
|
+
To stop the container once done run: `docker-compose -f "integration/docker-compose.yml" down`
|
|
179
179
|
|
|
180
180
|
## Contributing
|
|
181
181
|
|
data/webpacker_uploader.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "https://github.com/tlatsas/webpacker_uploader"
|
|
12
12
|
s.license = "MIT"
|
|
13
13
|
|
|
14
|
-
s.required_ruby_version = Gem::Requirement.new(">= 2.
|
|
14
|
+
s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
|
|
15
15
|
|
|
16
16
|
s.metadata = {
|
|
17
17
|
"homepage_uri" => s.homepage,
|
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
s.require_paths = ["lib"]
|
|
26
26
|
|
|
27
27
|
s.add_dependency "webpacker", ">= 5.1"
|
|
28
|
+
s.add_dependency "activesupport", "< 7.0"
|
|
28
29
|
s.add_dependency "mime-types"
|
|
29
30
|
s.add_dependency "rack", "~> 2.0"
|
|
30
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webpacker_uploader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tasos Latsas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: webpacker
|
|
@@ -24,6 +24,20 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '5.1'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: activesupport
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "<"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '7.0'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "<"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '7.0'
|
|
27
41
|
- !ruby/object:Gem::Dependency
|
|
28
42
|
name: mime-types
|
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -148,7 +162,7 @@ metadata:
|
|
|
148
162
|
homepage_uri: https://github.com/tlatsas/webpacker_uploader
|
|
149
163
|
bug_tracker_uri: https://github.com/tlatsas/webpacker_uploader/issues
|
|
150
164
|
changelog_uri: https://github.com/tlatsas/webpacker_uploader/blob/main/CHANGELOG.md
|
|
151
|
-
source_code_uri: https://github.com/tlatsas/webpacker_uploader/tree/v0.7.
|
|
165
|
+
source_code_uri: https://github.com/tlatsas/webpacker_uploader/tree/v0.7.1
|
|
152
166
|
post_install_message:
|
|
153
167
|
rdoc_options: []
|
|
154
168
|
require_paths:
|
|
@@ -157,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
157
171
|
requirements:
|
|
158
172
|
- - ">="
|
|
159
173
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: 2.
|
|
174
|
+
version: 2.6.0
|
|
161
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
176
|
requirements:
|
|
163
177
|
- - ">="
|