active_storage-send_zip 0.3.1 → 0.3.2

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: a003343f0999ae018db8d269b17f6539fcecf875a4e14695abf9d7d8cbced9e9
4
- data.tar.gz: 98b54cda29b73ed646b96345e24d839911fc1d688eadb884416e98cf628c37a4
3
+ metadata.gz: a759d725f127cfcc104cb260006573890883f6ab47b8791090b438d0d71508b9
4
+ data.tar.gz: 3199a753f48fdc3b4ff8664fae7572dd51676d01dba59803be2d623671491821
5
5
  SHA512:
6
- metadata.gz: 7740d9fe81676fa9d8a6a1228506a5c76edf229cb9bdd1258e8eb8aad85f7281f0538de34eac91aaa10dfa72b63b0a5fd8ea13b699746d05913ecc8b99d8c872
7
- data.tar.gz: 88696506d57109b2193bdb741cc2cbccb369dfc348d11ffc052c91c468dd95009e213b41c84b944507f5395cd4b429576b7ade238d4f330929ffc2132a06e6d8
6
+ metadata.gz: e832a1d02d78d6cab4014b5ab2bf4c736dc5c9f77c91fefbc1cd0db1c4d678d494fb261acad9fce16e8d9af59b339fd2988805c8a8f6110f92323e018e755e93
7
+ data.tar.gz: 61484fd7cda8f6599658a6aaaafff6e64a349ee57c9fa3a21863e3043557e1b22582050a2cf2436e05cb257ff93d8b3168a043e52dddd553eeeb92a05600f5da
data/CHANGELOG.yml CHANGED
@@ -1,4 +1,6 @@
1
- 0,3,1:
1
+ 0.3.2:
2
+ - correct rubyzip dependency
3
+ 0.3.1:
2
4
  - correct comportement when `ActiveStorage::Attached::Many` is given as paramter
3
5
  0.3.0:
4
6
  - correct subfolders creation (and break some methods signature)
data/Gemfile CHANGED
@@ -4,7 +4,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in active_storage-send_zip.gemspec
6
6
  gemspec
7
-
8
- gem "rails", "> 5.2"
9
-
10
- gem "rubyzip", "~> 1.2"
data/Gemfile.lock CHANGED
@@ -1,60 +1,62 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_storage-send_zip (0.3.1)
4
+ active_storage-send_zip (0.3.2)
5
+ rails (> 5.2)
6
+ rubyzip (~> 1.2)
5
7
 
6
8
  GEM
7
9
  remote: https://rubygems.org/
8
10
  specs:
9
- actioncable (5.2.1.1)
10
- actionpack (= 5.2.1.1)
11
+ actioncable (5.2.2)
12
+ actionpack (= 5.2.2)
11
13
  nio4r (~> 2.0)
12
14
  websocket-driver (>= 0.6.1)
13
- actionmailer (5.2.1.1)
14
- actionpack (= 5.2.1.1)
15
- actionview (= 5.2.1.1)
16
- activejob (= 5.2.1.1)
15
+ actionmailer (5.2.2)
16
+ actionpack (= 5.2.2)
17
+ actionview (= 5.2.2)
18
+ activejob (= 5.2.2)
17
19
  mail (~> 2.5, >= 2.5.4)
18
20
  rails-dom-testing (~> 2.0)
19
- actionpack (5.2.1.1)
20
- actionview (= 5.2.1.1)
21
- activesupport (= 5.2.1.1)
21
+ actionpack (5.2.2)
22
+ actionview (= 5.2.2)
23
+ activesupport (= 5.2.2)
22
24
  rack (~> 2.0)
23
25
  rack-test (>= 0.6.3)
24
26
  rails-dom-testing (~> 2.0)
25
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.2.1.1)
27
- activesupport (= 5.2.1.1)
28
+ actionview (5.2.2)
29
+ activesupport (= 5.2.2)
28
30
  builder (~> 3.1)
29
31
  erubi (~> 1.4)
30
32
  rails-dom-testing (~> 2.0)
31
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.2.1.1)
33
- activesupport (= 5.2.1.1)
34
+ activejob (5.2.2)
35
+ activesupport (= 5.2.2)
34
36
  globalid (>= 0.3.6)
35
- activemodel (5.2.1.1)
36
- activesupport (= 5.2.1.1)
37
- activerecord (5.2.1.1)
38
- activemodel (= 5.2.1.1)
39
- activesupport (= 5.2.1.1)
37
+ activemodel (5.2.2)
38
+ activesupport (= 5.2.2)
39
+ activerecord (5.2.2)
40
+ activemodel (= 5.2.2)
41
+ activesupport (= 5.2.2)
40
42
  arel (>= 9.0)
41
- activestorage (5.2.1.1)
42
- actionpack (= 5.2.1.1)
43
- activerecord (= 5.2.1.1)
43
+ activestorage (5.2.2)
44
+ actionpack (= 5.2.2)
45
+ activerecord (= 5.2.2)
44
46
  marcel (~> 0.3.1)
45
- activesupport (5.2.1.1)
47
+ activesupport (5.2.2)
46
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
47
49
  i18n (>= 0.7, < 2)
48
50
  minitest (~> 5.1)
49
51
  tzinfo (~> 1.1)
50
52
  arel (9.0.0)
51
53
  builder (3.2.3)
52
- concurrent-ruby (1.1.3)
54
+ concurrent-ruby (1.1.4)
53
55
  crass (1.0.4)
54
- erubi (1.7.1)
55
- globalid (0.4.1)
56
+ erubi (1.8.0)
57
+ globalid (0.4.2)
56
58
  activesupport (>= 4.2.0)
57
- i18n (1.1.1)
59
+ i18n (1.5.3)
58
60
  concurrent-ruby (~> 1.0)
59
61
  loofah (2.2.3)
60
62
  crass (~> 1.0.2)
@@ -64,37 +66,37 @@ GEM
64
66
  marcel (0.3.3)
65
67
  mimemagic (~> 0.3.2)
66
68
  method_source (0.9.2)
67
- mimemagic (0.3.2)
69
+ mimemagic (0.3.3)
68
70
  mini_mime (1.0.1)
69
- mini_portile2 (2.3.0)
71
+ mini_portile2 (2.4.0)
70
72
  minitest (5.11.3)
71
73
  nio4r (2.3.1)
72
- nokogiri (1.8.5)
73
- mini_portile2 (~> 2.3.0)
74
+ nokogiri (1.10.1)
75
+ mini_portile2 (~> 2.4.0)
74
76
  rack (2.0.6)
75
77
  rack-test (1.1.0)
76
78
  rack (>= 1.0, < 3)
77
- rails (5.2.1.1)
78
- actioncable (= 5.2.1.1)
79
- actionmailer (= 5.2.1.1)
80
- actionpack (= 5.2.1.1)
81
- actionview (= 5.2.1.1)
82
- activejob (= 5.2.1.1)
83
- activemodel (= 5.2.1.1)
84
- activerecord (= 5.2.1.1)
85
- activestorage (= 5.2.1.1)
86
- activesupport (= 5.2.1.1)
79
+ rails (5.2.2)
80
+ actioncable (= 5.2.2)
81
+ actionmailer (= 5.2.2)
82
+ actionpack (= 5.2.2)
83
+ actionview (= 5.2.2)
84
+ activejob (= 5.2.2)
85
+ activemodel (= 5.2.2)
86
+ activerecord (= 5.2.2)
87
+ activestorage (= 5.2.2)
88
+ activesupport (= 5.2.2)
87
89
  bundler (>= 1.3.0)
88
- railties (= 5.2.1.1)
90
+ railties (= 5.2.2)
89
91
  sprockets-rails (>= 2.0.0)
90
92
  rails-dom-testing (2.0.3)
91
93
  activesupport (>= 4.2.0)
92
94
  nokogiri (>= 1.6)
93
95
  rails-html-sanitizer (1.0.4)
94
96
  loofah (~> 2.2, >= 2.2.2)
95
- railties (5.2.1.1)
96
- actionpack (= 5.2.1.1)
97
- activesupport (= 5.2.1.1)
97
+ railties (5.2.2)
98
+ actionpack (= 5.2.2)
99
+ activesupport (= 5.2.2)
98
100
  method_source
99
101
  rake (>= 0.8.7)
100
102
  thor (>= 0.19.0, < 2.0)
@@ -122,9 +124,7 @@ DEPENDENCIES
122
124
  active_storage-send_zip!
123
125
  bundler (~> 1.17)
124
126
  minitest (~> 5.0)
125
- rails (> 5.2)
126
127
  rake (~> 10.0)
127
- rubyzip (~> 1.2)
128
128
 
129
129
  BUNDLED WITH
130
130
  1.17.2
@@ -38,4 +38,6 @@ Gem::Specification.new do |spec|
38
38
  spec.add_development_dependency 'bundler', '~> 1.17'
39
39
  spec.add_development_dependency 'minitest', '~> 5.0'
40
40
  spec.add_development_dependency 'rake', '~> 10.0'
41
+ spec.add_dependency "rails", "> 5.2"
42
+ spec.add_dependency "rubyzip", "~> 1.2"
41
43
  end
@@ -1,6 +1,6 @@
1
1
  module ActiveStorage
2
2
  module SendZip
3
3
  # The version of this gem
4
- VERSION = '0.3.1'.freeze
4
+ VERSION = '0.3.2'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_storage-send_zip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Rousseau
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-23 00:00:00.000000000 Z
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,6 +52,34 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rails
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">"
60
+ - !ruby/object:Gem::Version
61
+ version: '5.2'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">"
67
+ - !ruby/object:Gem::Version
68
+ version: '5.2'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubyzip
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.2'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.2'
55
83
  description: Add a `send_zip` method in your Rails controller to send a `.zip` file
56
84
  containing one (or many) ActiveStorage object(s)
57
85
  email:
@@ -97,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
125
  - !ruby/object:Gem::Version
98
126
  version: '0'
99
127
  requirements: []
100
- rubyforge_project:
101
- rubygems_version: 2.7.8
128
+ rubygems_version: 3.0.1
102
129
  signing_key:
103
130
  specification_version: 4
104
131
  summary: Create a zip from one or more Active Storage objects