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 +4 -4
- data/config/initializers/assets.rb +1 -1
- data/config/routes.rb +0 -4
- data/lib/jobshop/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 405fffe4467d6e26222cf7fbc6a1bc179df1a8c2
|
|
4
|
+
data.tar.gz: 4bf7ce35b1dfc8737fa865d047b1f7628be8b82a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = '
|
|
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"
|
data/lib/jobshop/version.rb
CHANGED
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.
|
|
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
|