centurion 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/centurion +1 -0
  2. data/lib/centurion/version.rb +1 -1
  3. metadata +2 -2
data/bin/centurion CHANGED
@@ -55,6 +55,7 @@ invoke("environment:#{opts[:environment]}")
55
55
  set :image, opts[:image] if opts[:image]
56
56
  set :tag, opts[:tag] if opts[:tag]
57
57
  set :hosts, opts[:hosts].split(",") if opts[:hosts]
58
+ set :name, opts[:project].gsub(/_/, '-')
58
59
 
59
60
  # Override environment variables when specified
60
61
  if opts[:override_env]
@@ -1,3 +1,3 @@
1
1
  module Centurion
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: centurion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,7 +21,7 @@ authors:
21
21
  autorequire:
22
22
  bindir: bin
23
23
  cert_chain: []
24
- date: 2015-02-24 00:00:00.000000000 Z
24
+ date: 2015-02-25 00:00:00.000000000 Z
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: trollop