driftrock-service 0.2.3 → 0.2.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.
@@ -27,7 +27,7 @@ module Driftrock
27
27
  def self.init
28
28
  config = new
29
29
  yield(config)
30
- config.base_url.gsub(/\/$/, "")
30
+ config.base_url.gsub(/\/$/, "") if config.base_url
31
31
  if Rails && config.app_id
32
32
  Rails.application.routes.prepend do
33
33
  get 'driftrock_app_status' => 'application#driftrock_app_status'
@@ -1,5 +1,5 @@
1
1
  module Driftrock
2
2
  module Service
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: driftrock-service
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.3
5
+ version: 0.2.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Max