minimum_viable_product 0.0.25 → 0.0.26

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: 00888d799da52d8f3a739e2df3299194fe931fe2
4
- data.tar.gz: 0ed037b6d1ab20fea9b938cac6ed31ce29fbb458
3
+ metadata.gz: 410bf0c4955572b605a651b3aaab23c43da8583e
4
+ data.tar.gz: 75dd7d56db510ccb4ec56d8f4c1cfa1c8ead57e8
5
5
  SHA512:
6
- metadata.gz: d8a576ad31afa09a205f93f7477fc89b8c9af5f54493cc4d7e58196505ac5cd96f0ab98df1076c8cbc83cff6c3fde60598799fc0ef7d4765548d59adf5b8a052
7
- data.tar.gz: 522f834df48b2399b3449a52b530a3dbf728f985caca0a8c4193bb6381fec82bfa05ba2b4e24592b90a6261db7cb5a1859698c023cbee233de71defecf0d56c7
6
+ metadata.gz: 2a5ed74c2fe76861438e449760c39abb7bcf1dba5ccea67b481eabde1427ed823a6977d2fd4f1bb6e6e3fe208c758a197eb52cefe635b7dfd110f904643bde75
7
+ data.tar.gz: 66d7e3cbde153937fe2ad81cae8c30e720a3ae276a9e725faab9fbd7d91f64eca2cc4c8e82f286ac3f7e88bcd1b3cd065db243304cfba5eb84b0e6d7f651e0dd
@@ -26,5 +26,10 @@ module MinimumViableProduct
26
26
  isolate_namespace MinimumViableProduct
27
27
  config.autoload_paths << "#{Rails.root}/app"
28
28
  config.autoload_paths << "#{Rails.root}/lib"
29
+
30
+ _prot = ENV['HOST_PROTOCOL'] || "http"
31
+ _host = ENV['HOST_DOMAIN'] || "localhost"
32
+ _port = ENV['HOST_PORT'] || "3000"
33
+ routes.default_url_options = { host: _host, port: _port, protocol: _prot }
29
34
  end
30
35
  end
@@ -1,3 +1,3 @@
1
1
  module MinimumViableProduct
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-16 00:00:00.000000000 Z
11
+ date: 2016-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: analytics-ruby