jobshop 0.0.13 → 0.0.14

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: 405fffe4467d6e26222cf7fbc6a1bc179df1a8c2
4
- data.tar.gz: 4bf7ce35b1dfc8737fa865d047b1f7628be8b82a
3
+ metadata.gz: eda45d633fbb49843d85a4afec86b54c411fba69
4
+ data.tar.gz: 1ca319d1f6b37819a8fb7587498accfa45b819a7
5
5
  SHA512:
6
- metadata.gz: 2c87223a5567ed014c081bf55b2b077fe3678465af03245a8a1a2947f8040526a12d7089b9ccfb7ad12157c91b78bba0881ca7395856bc1b78aef6c2c7331d18
7
- data.tar.gz: 87c51617ff4c3a83b7093ead471907053e0dd7827dd3a3792754335a1df63f5a945581c6ee9fbc5ef86920535409c41ab3476011d5b54a33ffb09fa0b76ce6ca
6
+ metadata.gz: 7f68c57b8e7808d56eb8e9c52885f73da50cf483a3922b8b012dd45c86133eb421f6a283296bc5f71acd440e7149dffd3d5812be50bdcaa73f62b84a0b883679
7
+ data.tar.gz: 97d5080e9c135d8cc52f2b7752d2316b96d4bbecdf7bd0969df3829c77e201d3f51e47c57851d6c0d46261c13873b1d4dcf984db56f6ebc57d4904ca40e7b914
@@ -1,7 +1,7 @@
1
1
  module Jobshop
2
2
  class FailureApp < Devise::FailureApp
3
3
  def redirect_url
4
- Jobshop::Engine.routes.url_helpers.teams_lookup_url(host: "localhost", port: "3000")
4
+ Jobshop::Engine.routes.url_helpers.teams_lookup_url(host: request.host, port: request.port)
5
5
  end
6
6
 
7
7
  def respond
@@ -6,7 +6,7 @@ module Jobshop
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 13
9
+ TINY = 14
10
10
  PRE = nil
11
11
 
12
12
  CODE_NAME = "bump it up".freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jobshop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank J. Mattia