satorix 1.6.0 → 1.6.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: 274dbd65366f3a703d2a57b81524f4aa9aa9522b0caa2f2b8158758b20c1861c
4
- data.tar.gz: 3fb98c60b4e33c30d053d23c6833d39e809c6d9da4785475694b554e974a9699
3
+ metadata.gz: 8018c69a5556f5e7377ae5b67f2982a300b99abcc21354ddfec77fb5efb769d8
4
+ data.tar.gz: e4b2bf5c58d4cda30ed10b4ddca33493beb7ccb5c3c1bb74798f9c79555fe25e
5
5
  SHA512:
6
- metadata.gz: 77f3d4a3a876d26f1d335936e4d613dad6280cbff9367d31672a2b56df16086c074ba066a1b11760a802d9a357491e1275d81bb09473726716dffc47f1798de8
7
- data.tar.gz: 22aefe7ba2cb3a806b44635e8554762a912283a66cb7f6628a16937e1e3e166ce7437ae38e13471722c2e5cbc196d043d6f1c33886990a5771ac974f0c6c4ada
6
+ metadata.gz: e370f2915d6b5f3e089377f2402af9f03177a99ecbb3dfcf212eca419558bc1366ebab974ba5e4496f27bd537b6603e55ac4a93a889a958e6041b1576e697355
7
+ data.tar.gz: 106b6bd954202f52345deb6e4315daa531fbcb938f0066f14f50e58770872da1c0b67bddacf5d1d2e77ca674ada41f4f4219434b5c610a8571fc91b338740284
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- satorix (1.6.0)
4
+ satorix (1.6.1)
5
5
  airbrake-ruby
6
6
  bundler (~> 1.13)
7
7
  rake
data/README.md CHANGED
@@ -44,6 +44,8 @@ Satorix is used to provide continuous integration and continuous deployment for
44
44
  CI is run against every push.
45
45
 
46
46
  CD is used to automatically build and deploy the gem for the master branch.
47
+ To initiate the deploy, first ensure you have advanced the version number appropriately. Then, create a new version tag
48
+ on the master branch. The tag should follow the format of v# (If we were releasing version 1.0.3, the tag should be v1.0.3).
47
49
 
48
50
  ## Environment Variables
49
51
 
@@ -26,7 +26,7 @@ module Satorix
26
26
  end
27
27
 
28
28
 
29
- def fc_scale(scale_options_to_set = nil)
29
+ def fc_scale(scale_options_to_set = [])
30
30
  command = %w[flynn scale].concat(scale_options_to_set)
31
31
 
32
32
  run_command(command)
@@ -1,3 +1,3 @@
1
1
  module Satorix
2
- VERSION = '1.6.0'.freeze
2
+ VERSION = '1.6.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satorix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Satorix