From 65921be2a3273aa0a2f84d5aa7780c2086ae05b9 Mon Sep 17 00:00:00 2001 From: Alexandre Rousseau Date: Mon, 28 Jan 2019 19:49:27 +0100 Subject: [PATCH] Correct dependency --- CHANGELOG.yml | 4 +- Gemfile | 4 -- Gemfile.lock | 94 +++++++++++++------------- active_storage-send_zip.gemspec | 2 + lib/active_storage/send_zip/version.rb | 2 +- 5 files changed, 53 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.yml b/CHANGELOG.yml index 0d65cf5..b046f7a 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -1,4 +1,6 @@ -0,3,1: +0.3.2: + - correct rubyzip dependency +0.3.1: - correct comportement when `ActiveStorage::Attached::Many` is given as paramter 0.3.0: - correct subfolders creation (and break some methods signature) diff --git a/Gemfile b/Gemfile index da43cfa..5d71322 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in active_storage-send_zip.gemspec gemspec - -gem "rails", "> 5.2" - -gem "rubyzip", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 2fd1886..0bc3ece 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,60 +1,62 @@ PATH remote: . specs: - active_storage-send_zip (0.3.1) + active_storage-send_zip (0.3.2) + rails (> 5.2) + rubyzip (~> 1.2) GEM remote: https://rubygems.org/ specs: - actioncable (5.2.1.1) - actionpack (= 5.2.1.1) + actioncable (5.2.2) + actionpack (= 5.2.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.1.1) - actionpack (= 5.2.1.1) - actionview (= 5.2.1.1) - activejob (= 5.2.1.1) + actionmailer (5.2.2) + actionpack (= 5.2.2) + actionview (= 5.2.2) + activejob (= 5.2.2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.1.1) - actionview (= 5.2.1.1) - activesupport (= 5.2.1.1) + actionpack (5.2.2) + actionview (= 5.2.2) + activesupport (= 5.2.2) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.1.1) - activesupport (= 5.2.1.1) + actionview (5.2.2) + activesupport (= 5.2.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.1.1) - activesupport (= 5.2.1.1) + activejob (5.2.2) + activesupport (= 5.2.2) globalid (>= 0.3.6) - activemodel (5.2.1.1) - activesupport (= 5.2.1.1) - activerecord (5.2.1.1) - activemodel (= 5.2.1.1) - activesupport (= 5.2.1.1) + activemodel (5.2.2) + activesupport (= 5.2.2) + activerecord (5.2.2) + activemodel (= 5.2.2) + activesupport (= 5.2.2) arel (>= 9.0) - activestorage (5.2.1.1) - actionpack (= 5.2.1.1) - activerecord (= 5.2.1.1) + activestorage (5.2.2) + actionpack (= 5.2.2) + activerecord (= 5.2.2) marcel (~> 0.3.1) - activesupport (5.2.1.1) + activesupport (5.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) arel (9.0.0) builder (3.2.3) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.4) crass (1.0.4) - erubi (1.7.1) - globalid (0.4.1) + erubi (1.8.0) + globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.1.1) + i18n (1.5.3) concurrent-ruby (~> 1.0) loofah (2.2.3) crass (~> 1.0.2) @@ -64,37 +66,37 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.2) + mimemagic (0.3.3) mini_mime (1.0.1) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) nio4r (2.3.1) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.1) + mini_portile2 (~> 2.4.0) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.2.1.1) - actioncable (= 5.2.1.1) - actionmailer (= 5.2.1.1) - actionpack (= 5.2.1.1) - actionview (= 5.2.1.1) - activejob (= 5.2.1.1) - activemodel (= 5.2.1.1) - activerecord (= 5.2.1.1) - activestorage (= 5.2.1.1) - activesupport (= 5.2.1.1) + rails (5.2.2) + actioncable (= 5.2.2) + actionmailer (= 5.2.2) + actionpack (= 5.2.2) + actionview (= 5.2.2) + activejob (= 5.2.2) + activemodel (= 5.2.2) + activerecord (= 5.2.2) + activestorage (= 5.2.2) + activesupport (= 5.2.2) bundler (>= 1.3.0) - railties (= 5.2.1.1) + railties (= 5.2.2) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - railties (5.2.1.1) - actionpack (= 5.2.1.1) - activesupport (= 5.2.1.1) + railties (5.2.2) + actionpack (= 5.2.2) + activesupport (= 5.2.2) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) @@ -122,9 +124,7 @@ DEPENDENCIES active_storage-send_zip! bundler (~> 1.17) minitest (~> 5.0) - rails (> 5.2) rake (~> 10.0) - rubyzip (~> 1.2) BUNDLED WITH 1.17.2 diff --git a/active_storage-send_zip.gemspec b/active_storage-send_zip.gemspec index c658b38..0dec0b3 100644 --- a/active_storage-send_zip.gemspec +++ b/active_storage-send_zip.gemspec @@ -38,4 +38,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '~> 1.17' spec.add_development_dependency 'minitest', '~> 5.0' spec.add_development_dependency 'rake', '~> 10.0' + spec.add_dependency "rails", "> 5.2" + spec.add_dependency "rubyzip", "~> 1.2" end diff --git a/lib/active_storage/send_zip/version.rb b/lib/active_storage/send_zip/version.rb index 2a2cb80..7a6e50b 100644 --- a/lib/active_storage/send_zip/version.rb +++ b/lib/active_storage/send_zip/version.rb @@ -1,6 +1,6 @@ module ActiveStorage module SendZip # The version of this gem - VERSION = '0.3.1'.freeze + VERSION = '0.3.2'.freeze end end