webpacker_uploader 0.2.0 → 0.2.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: 613e7597be0786ab1a3acf5d460eafeb42d1b94816250c64f36e38c13d2f9138
4
- data.tar.gz: '01864d7e0ce27b5ca6030bb52383255c9af63789b006c8a8a199c9e78b17b380'
3
+ metadata.gz: afcb36d0e425f938651b2aea9ac9e51044213196a4b962b3a40ab12f0a7d7aa0
4
+ data.tar.gz: 11a5794d1f92a496cbd174a6e17c6c416e31c21f7939d21f9a724ce72bf0ca2a
5
5
  SHA512:
6
- metadata.gz: 9d6d102186314e943265aeaad56830c9b0404f52490640ab6e735c2a68b6923bc96b71cf24aeaf00c7d878fc7aebe07ee1f8c997965dfe0176fab12fc0cfd4f2
7
- data.tar.gz: 1d22a604f388a94944504a5552f3b3928acf62b23ed21fc0b0570388fee1526c7bb12ac5ebacc0ce12b81ed5ed409ae59d41738b5fe9a99729c3d8061daee25c
6
+ metadata.gz: 0f29b023448d8b68eb5ac8029ec88a8be63a15dc0e5e960b0064b7d69fb4d5abd8d64aa236541f3fc8eb8a9378ead16e15ce74825359de2a4dbe5a69c9149ab1
7
+ data.tar.gz: ac84915b894fb2dc9c46f1c89c738fd31001abfb4c66f190ff3676fd58ca92a31e49eb30f6c9f7342ac5a5fbab5e89eeda91b17af7a201feb2c1b6f7f5433bf9
data/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
- ## [[0.2.0]](https://github.com/tlatsas/webpacker_uploader/releases/tag/v0.2.0) - 2021-02-09
7
+ ## [[0.2.1]](https://github.com/tlatsas/webpacker_uploader/releases/tag/v0.2.1) - 2021-02-09
8
8
 
9
9
  ### Added
10
10
 
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webpacker_uploader (0.1.0)
4
+ webpacker_uploader (0.2.1)
5
5
  mime-types
6
6
  webpacker (>= 5.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (6.0.3.3)
12
- actionview (= 6.0.3.3)
13
- activesupport (= 6.0.3.3)
14
- rack (~> 2.0, >= 2.0.8)
11
+ actionpack (6.1.1)
12
+ actionview (= 6.1.1)
13
+ activesupport (= 6.1.1)
14
+ rack (~> 2.0, >= 2.0.9)
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 (6.0.3.3)
19
- activesupport (= 6.0.3.3)
18
+ actionview (6.1.1)
19
+ activesupport (= 6.1.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 (6.0.3.3)
24
+ activesupport (6.1.1)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 0.7, < 2)
27
- minitest (~> 5.1)
28
- tzinfo (~> 1.1)
29
- zeitwerk (~> 2.2, >= 2.2.2)
26
+ i18n (>= 1.6, < 2)
27
+ minitest (>= 5.1)
28
+ tzinfo (~> 2.0)
29
+ zeitwerk (~> 2.3)
30
30
  ast (2.4.1)
31
31
  aws-eventstream (1.1.0)
32
32
  aws-partitions (1.376.0)
@@ -47,22 +47,20 @@ GEM
47
47
  builder (3.2.4)
48
48
  concurrent-ruby (1.1.7)
49
49
  crass (1.0.6)
50
- erubi (1.9.0)
51
- i18n (1.8.5)
50
+ erubi (1.10.0)
51
+ i18n (1.8.7)
52
52
  concurrent-ruby (~> 1.0)
53
53
  jaro_winkler (1.5.4)
54
54
  jmespath (1.4.0)
55
- loofah (2.7.0)
55
+ loofah (2.8.0)
56
56
  crass (~> 1.0.2)
57
57
  nokogiri (>= 1.5.9)
58
58
  method_source (1.0.0)
59
59
  mime-types (3.3.1)
60
60
  mime-types-data (~> 3.2015)
61
61
  mime-types-data (3.2020.0512)
62
- mini_portile2 (2.5.0)
63
62
  minitest (5.14.2)
64
- nokogiri (1.11.1)
65
- mini_portile2 (~> 2.5.0)
63
+ nokogiri (1.11.1-x86_64-darwin)
66
64
  racc (~> 1.4)
67
65
  parallel (1.19.2)
68
66
  parser (2.7.1.4)
@@ -78,12 +76,12 @@ GEM
78
76
  nokogiri (>= 1.6)
79
77
  rails-html-sanitizer (1.3.0)
80
78
  loofah (~> 2.3)
81
- railties (6.0.3.3)
82
- actionpack (= 6.0.3.3)
83
- activesupport (= 6.0.3.3)
79
+ railties (6.1.1)
80
+ actionpack (= 6.1.1)
81
+ activesupport (= 6.1.1)
84
82
  method_source
85
83
  rake (>= 0.8.7)
86
- thor (>= 0.20.3, < 2.0)
84
+ thor (~> 1.0)
87
85
  rainbow (3.0.0)
88
86
  rake (12.3.3)
89
87
  rubocop (0.68.1)
@@ -96,18 +94,17 @@ GEM
96
94
  rubocop-performance (1.3.0)
97
95
  rubocop (>= 0.68.0)
98
96
  ruby-progressbar (1.10.1)
99
- semantic_range (2.3.0)
97
+ semantic_range (2.3.1)
100
98
  thor (1.0.1)
101
- thread_safe (0.3.6)
102
- tzinfo (1.2.7)
103
- thread_safe (~> 0.1)
99
+ tzinfo (2.0.4)
100
+ concurrent-ruby (~> 1.0)
104
101
  unicode-display_width (1.5.0)
105
102
  webpacker (5.2.1)
106
103
  activesupport (>= 5.2)
107
104
  rack-proxy (>= 0.6.1)
108
105
  railties (>= 5.2)
109
106
  semantic_range (>= 2.3.0)
110
- zeitwerk (2.4.0)
107
+ zeitwerk (2.4.2)
111
108
 
112
109
  PLATFORMS
113
110
  ruby
@@ -1,3 +1,3 @@
1
1
  module WebpackerUploader
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker_uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tasos Latsas
@@ -112,7 +112,7 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  homepage_uri: https://github.com/tlatsas/webpacker_uploader
115
- source_code_uri: https://github.com/tlatsas/webpacker_uploader/tree/v0.2.0
115
+ source_code_uri: https://github.com/tlatsas/webpacker_uploader/tree/v0.2.1
116
116
  post_install_message:
117
117
  rdoc_options: []
118
118
  require_paths: