dockly 3.0.1 → 3.0.2

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.
@@ -103,7 +103,7 @@ namespace :dockly do
103
103
 
104
104
  task :build, [:name] => 'dockly:init' do |t, args|
105
105
  docker = Dockly::RakeHelper.find_docker!(args[:name])
106
- docker.generate! unless docker.exists?
106
+ docker.generate! unless docker.exists? || docker.s3_bucket.nil?
107
107
  end
108
108
  end
109
109
 
@@ -1,7 +1,7 @@
1
1
  module Dockly
2
2
  MAJOR = 3
3
3
  MINOR = 0
4
- PATCH = 1
4
+ PATCH = 2
5
5
  RELEASE = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: