webpacker_uploader 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c6cbb5cf694108a74e0cf8bb306acf9adca3ccedfef971a30c33503e7ccc1a1
4
- data.tar.gz: 542dd824922fb799670706955b354564f17a467b2e4cb5a5860d4380f4b5ee1a
3
+ metadata.gz: 96198a1aa60035fa87959114f6dde6550671c8dfed6c308e2edf96baf9645376
4
+ data.tar.gz: f1d88a52f9f75e7f044deccbbb7c923141eecfbc421dabc48ff3ac578b73795c
5
5
  SHA512:
6
- metadata.gz: 96aba1a007135c90161ad63baeec1d2a3ea7e6aec85561d7e6e6919c614e00bb7c6252afd9e31f8263a2d121646c42e63eb3de26d79b789e0b9ccde1bd0a2c35
7
- data.tar.gz: 522bb686c11ce429880befc7015b106f1230264aedde757e8ce7b47dd015485fbab45b71d69712cbe5c75488229c684dc3175ca9137f1ad60c795f5be04c4448
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.5
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.0)
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.4.1)
13
- actionview (= 6.1.4.1)
14
- activesupport (= 6.1.4.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.4.1)
20
- activesupport (= 6.1.4.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.4.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.507.0)
34
- aws-sdk-core (3.121.1)
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.239.0)
37
+ aws-partitions (~> 1, >= 1.525.0)
37
38
  aws-sigv4 (~> 1.1)
38
39
  jmespath (~> 1.0)
39
- aws-sdk-kms (1.48.0)
40
- aws-sdk-core (~> 3, >= 3.120.0)
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.103.0)
43
- aws-sdk-core (~> 3, >= 3.120.0)
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.4.0)
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.9)
50
+ concurrent-ruby (1.1.10)
50
51
  crass (1.0.6)
51
- erubi (1.10.0)
52
- i18n (1.8.10)
52
+ erubi (1.12.0)
53
+ i18n (1.12.0)
53
54
  concurrent-ruby (~> 1.0)
54
- jmespath (1.4.0)
55
- loofah (2.12.0)
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.3.1)
60
+ mime-types (3.4.1)
60
61
  mime-types-data (~> 3.2015)
61
- mime-types-data (3.2021.0901)
62
- mini_portile2 (2.6.1)
63
- minitest (5.14.4)
64
- nokogiri (1.12.5)
65
- mini_portile2 (~> 2.6.1)
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.21.0)
68
- parser (3.0.2.0)
68
+ parallel (1.22.1)
69
+ parser (3.1.2.0)
69
70
  ast (~> 2.4.1)
70
- racc (1.5.2)
71
- rack (2.2.3)
72
- rack-proxy (0.7.0)
71
+ racc (1.6.2)
72
+ rack (2.2.5)
73
+ rack-proxy (0.7.4)
73
74
  rack
74
- rack-test (1.1.0)
75
- rack (>= 1.0, < 3)
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.2)
80
- loofah (~> 2.3)
81
- railties (6.1.4.1)
82
- actionpack (= 6.1.4.1)
83
- activesupport (= 6.1.4.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 (>= 0.13)
86
+ rake (>= 12.2)
86
87
  thor (~> 1.0)
87
- rainbow (3.0.0)
88
+ rainbow (3.1.1)
88
89
  rake (13.0.6)
89
- regexp_parser (2.1.1)
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.12.0)
101
- parser (>= 3.0.1.1)
102
- rubocop-minitest (0.15.1)
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.11.5)
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.0)
110
- tzinfo (2.0.4)
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
- yard (0.9.26)
119
- zeitwerk (2.4.2)
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.1.4
139
+ 2.3.3
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # WebpackerUploader
2
2
 
3
- [![Ruby tests](https://img.shields.io/github/workflow/status/tlatsas/webpacker_uploader/Ruby%20tests?style=flat-square)](https://github.com/tlatsas/webpacker_uploader/actions)
4
- [![RuboCop](https://img.shields.io/github/workflow/status/tlatsas/webpacker_uploader/RuboCop?label=rubocop&style=flat-square)](https://github.com/tlatsas/webpacker_uploader/actions)
3
+ [![Ruby tests](https://img.shields.io/github/actions/workflow/status/tlatsas/webpacker_uploader/ruby.yml?style=flat-square)](https://github.com/tlatsas/webpacker_uploader/actions)
4
+ [![RuboCop](https://img.shields.io/github/actions/workflow/status/tlatsas/webpacker_uploader/rubocop.yml?label=rubocop&style=flat-square)](https://github.com/tlatsas/webpacker_uploader/actions)
5
5
  [![Gem](https://img.shields.io/gem/v/webpacker_uploader?style=flat-square)](https://rubygems.org/gems/webpacker_uploader)
6
6
  [![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg?style=flat-square)](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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WebpackerUploader
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
@@ -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.5.0")
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.0
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: 2021-11-27 00:00:00.000000000 Z
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.0
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.5.0
174
+ version: 2.6.0
161
175
  required_rubygems_version: !ruby/object:Gem::Requirement
162
176
  requirements:
163
177
  - - ">="