jobshop 0.0.12 → 0.0.13

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: 73e3ef6bd1abb23225e93a793bc1ac0869dfd8cb
4
- data.tar.gz: 9c0287d10551a3632b9743d5989e2a803829b163
3
+ metadata.gz: 405fffe4467d6e26222cf7fbc6a1bc179df1a8c2
4
+ data.tar.gz: 4bf7ce35b1dfc8737fa865d047b1f7628be8b82a
5
5
  SHA512:
6
- metadata.gz: 1193bfb23590c93ebbc071a79b761d7b3e68031023dd42059ae852b2c20ecf8784a8b2f0e45e4b5f17c3ee89529f576c9ea6958f5f2c777546c19ecefe1a4921
7
- data.tar.gz: ef0fbfe84a031c85cf1e36316136e301e402b24ef59d785941d3c61f54bd89820eb3076e723cafb15f9f2c0f3730ab6ecb3ddd208acd1246a9b3848a4e6a2757
6
+ metadata.gz: 2c87223a5567ed014c081bf55b2b077fe3678465af03245a8a1a2947f8040526a12d7089b9ccfb7ad12157c91b78bba0881ca7395856bc1b78aef6c2c7331d18
7
+ data.tar.gz: 87c51617ff4c3a83b7093ead471907053e0dd7827dd3a3792754335a1df63f5a945581c6ee9fbc5ef86920535409c41ab3476011d5b54a33ffb09fa0b76ce6ca
@@ -1,7 +1,7 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
3
  # Version of your assets, change this if you want to expire all your assets.
4
- Rails.application.config.assets.version = '1.0'
4
+ Rails.application.config.assets.version = '3.0'
5
5
 
6
6
  # Add additional assets to the asset load path
7
7
  # Rails.application.config.assets.paths << Emoji.images_path
data/config/routes.rb CHANGED
@@ -1,9 +1,6 @@
1
1
  Jobshop::Engine.routes.draw do
2
- default_url_options(Jobshop.configuration.default_url_options)
3
-
4
2
  devise_for :users, class_name: "Jobshop::User", module: :devise
5
3
 
6
-
7
4
  resources :teams, only: [ ] do
8
5
  collection do
9
6
  resource :lookup, only: [ :show, :create ], module: "teams",
@@ -14,7 +11,6 @@ Jobshop::Engine.routes.draw do
14
11
  controller: "teams/registrations"
15
12
  end
16
13
 
17
-
18
14
  get "/about" => redirect("https://jobshop.io"), as: :about
19
15
 
20
16
  root to: "dashboards#show"
@@ -6,7 +6,7 @@ module Jobshop
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 12
9
+ TINY = 13
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank J. Mattia
@@ -162,6 +162,20 @@ dependencies:
162
162
  - - "<"
163
163
  - !ruby/object:Gem::Version
164
164
  version: '5.1'
165
+ - !ruby/object:Gem::Dependency
166
+ name: uglifier
167
+ requirement: !ruby/object:Gem::Requirement
168
+ requirements:
169
+ - - "~>"
170
+ - !ruby/object:Gem::Version
171
+ version: 3.0.0
172
+ type: :runtime
173
+ prerelease: false
174
+ version_requirements: !ruby/object:Gem::Requirement
175
+ requirements:
176
+ - - "~>"
177
+ - !ruby/object:Gem::Version
178
+ version: 3.0.0
165
179
  - !ruby/object:Gem::Dependency
166
180
  name: capybara
167
181
  requirement: !ruby/object:Gem::Requirement