conan_deploy_stackato3 0.1.6 → 0.1.7

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.
@@ -50,11 +50,11 @@ class Deployment < HasOptions
50
50
  end
51
51
 
52
52
  def dns_name(app)
53
- "#{@environment.id}.#{app.url_segment}.#{@ship}.#{@org}.mtnsatcloud.com"
53
+ "#{@environment.id}-#{app.url_segment}.#{@ship}.#{@org}.mtnsatcloud.com"
54
54
  end
55
55
 
56
56
  def agnostic_dns_name(app)
57
- "#{app.url_segment}.mtnsat.io"
57
+ "#{@environment.id}-#{app.url_segment}.mtnsat.io"
58
58
  end
59
59
 
60
60
  def active_urls(app)
data/lib/conan/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Conan
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conan_deploy_stackato3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-09-22 00:00:00.000000000 Z
13
+ date: 2014-10-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: daphne_util