softwear-lib 1.5.3 → 1.5.4

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: 05c68b954e0f9c956a40fec482c28d85036b637f
4
- data.tar.gz: 6aaf7992c6a0876c18649fc92fa1fc0826625857
3
+ metadata.gz: 95c6df2e85c3cd5d44897c5199ec054cfec14761
4
+ data.tar.gz: 53fe8a7beb63096febe8136c35dd7223ef5465d7
5
5
  SHA512:
6
- metadata.gz: 96f21be2adc859ee72304750749e523120fa383e1845273ae21b464a2869567bfcf60afb7bbc91ed51992aba550ac72ad6705ba4e1493bb93a1ad49e2e0bede7
7
- data.tar.gz: b1440aa11e35807498024f579c7ccc2fa5207d46d41aeb1938a4ce8e5201f36cb69e4bf97def754bd46267e1c7e5a1024b9852955ad05f187b23e6a48202ae95
6
+ metadata.gz: 6cdc2269d81063f05345bb57f50e2d6ace9a8b9f43a71e23e7a3298764ba22af85786b6ad9dc30801caee2a77ac426fced66815a5b1142b2de9a8b19d7875e07
7
+ data.tar.gz: b1dafb7c8b21c547c4aaa0525cc98d85bfcbc2429d792bf4582dd749db77c0af60720abb32d62b7c3c948745602640bacfdb193ee4ffe7f4cfb66d73f92ca2b7
@@ -88,7 +88,7 @@ module Softwear
88
88
 
89
89
  def softwear_hub_url
90
90
  if Rails.env.production?
91
- Figaro.env.softwear_hub_url || raise "Please set softwear_hub_url in application.yml"
91
+ Figaro.env.softwear_hub_url || (raise "Please set softwear_hub_url in application.yml")
92
92
  elsif Rails.env.test?
93
93
  'http://hub.example.com'
94
94
  else
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "1.5.3"
3
+ VERSION = "1.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie