broadside 3.0.9 → 3.0.10

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
  SHA1:
3
- metadata.gz: 683cdef41f3ba10002984cac9d61e3e118dd2d5f
4
- data.tar.gz: 232cc6fde7077d926bf3da0062026a210cf31d78
3
+ metadata.gz: 20b76e7f54eecf7820d2b2df11119ac1b4156049
4
+ data.tar.gz: 1a0217d5a8a90b1c472b2d806230bb9027246b5c
5
5
  SHA512:
6
- metadata.gz: 96c4333d2a3f1a4e9ca6bc938644826fae38f2266c86a68891ca3c948e8dc75a496dd68dee0b8222f8e9a9cb95b2da9c472aa137398397cb0a1c96451726e233
7
- data.tar.gz: 4f8c68893965c5214e30d306a84d933ae74decc95992abf2687f3aef54876cd83b93baf73a7cee6a7242522d1eb70d22bb2d31b385ae7783132a66917ee5c167
6
+ metadata.gz: 8f4327b38c06cb10cda0766437b0c15fda134bd1bfeb60f2affd3f87158f5e7836bbbfa2ea2a0bacd3e55c64eb26cc34f61f4a376f20c5a23dc7c9baa3e27479
7
+ data.tar.gz: a43c11f3d313d269e0bdb930aa79d15df04a20cad759a1db870b853d4aff451ea7c0ca7ef0dba9b0ff8dea9b112ab4ba52d6108c662619cf972de98537ce8c45
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 3.0.10
2
+ -- Fix log output when using `scale` command
3
+
4
+ # 3.0.9
5
+ -- Fixing `--tag` handling on `bootstrap` to correctly pass assertion
6
+
1
7
  # 3.0.8
2
8
  -- Sort the output of `broadside targets` alphabetically
3
9
 
@@ -67,7 +67,7 @@ module Broadside
67
67
  end
68
68
 
69
69
  def scale(options = {})
70
- info "Rescaling #{family} with scale=#{@scale}..."
70
+ info "Rescaling #{family} with scale=#{options[:scale] || @target.scale}..."
71
71
  update_service(options)
72
72
  info 'Rescaling complete.'
73
73
  end
@@ -1,3 +1,3 @@
1
1
  module Broadside
2
- VERSION = '3.0.9'.freeze
2
+ VERSION = '3.0.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: broadside
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Leung
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-21 00:00:00.000000000 Z
12
+ date: 2017-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport