lalala 4.0.0.dev.65 → 4.0.0.dev.66

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df9b5056e98e5b5ff07717863cdc7ca92c51a71d
4
- data.tar.gz: 1376292251825e98906ae6937264948ebcb5623a
3
+ metadata.gz: 5fbd4496eb2038546c4ae89643c167660279bce7
4
+ data.tar.gz: 243c92364932cb6845fd878b77c6f7dea1708116
5
5
  SHA512:
6
- metadata.gz: 2f9b34d24041dea937f1791041fe9403485e96f4ab5f06e64ed2da637e098135804424b017524ab7a9b68d487a9ea94aeab8e5df4e6618101e07d606917a584d
7
- data.tar.gz: ea9af9f5645716ec350af9e4e469af58d4f577754fa2898bdfe43c879b314cfa4853797ccfa378ec47a65f450a812027ce7b2ecc2de9fe55778efe35701e3ff1
6
+ metadata.gz: ce534fc6d6e05abb6556dcaf90b76163fea21ca60d51b6dd5628f7379557d85787ba3cb100e658127a341e4a77e8112a187eaab8532ce2fb82e84d837f70807a
7
+ data.tar.gz: ad2f247857b0b55655a94e6635f5d07aee828554dbbf4f1e16600eaf3a5d098fff95106dc80a5f80e0920fbe35dfee9e87238ccc23d62b00f0dd2207d2601b5d
@@ -37,7 +37,7 @@ def configure_s3(config, s3)
37
37
  if s3['vhost']
38
38
  config.asset_host = "http://#{s3['vhost']}"
39
39
  elsif s3['bucket'] and s3['bucket'].index(".")
40
- config.asset_host = "http://#{s3['bucket'].s3.amazonaws.com}"
40
+ config.asset_host = "http://#{s3['bucket']}.s3.amazonaws.com"
41
41
  end
42
42
 
43
43
  config.fog_credentials = credentials
@@ -1,6 +1,6 @@
1
1
  module Lalala
2
2
  VERSION = "4.0.0"
3
- BUILD = "65"
3
+ BUILD = "66"
4
4
 
5
5
  if BUILD != ("{{BUILD_NUMBER" + "}}") # prevent sed replacement (see script/ci)
6
6
  BUILD_VERSION = "#{VERSION}.dev.#{BUILD}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lalala
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.dev.65
4
+ version: 4.0.0.dev.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke