jobshop 0.0.127 → 0.0.131

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: a1f7f84dafc9184c1e6a5d3c954721d1675e2085
4
- data.tar.gz: 3650939df1f73fa87ff01ea5e25bc21db5c710ee
3
+ metadata.gz: 6d4ffcb8337b5be5554bd4cea94434f222066ae8
4
+ data.tar.gz: e8783e7dcea6eac31286535aeba6b23e2b150546
5
5
  SHA512:
6
- metadata.gz: e7a9c6d76e362b90315654764525adddbe8aded05806ca0cbc54ee4ecea7a63c00550795c4c6668e3096890afd7a278373141036e56243060e22dcf41102d43b
7
- data.tar.gz: ee9dde1678245104fa8803969fd53ffcc9433b4db143b9188b207ea2356d2198c1f0f661e4720077e78cb37e9111873af03fc649b86b0eed87c7cea27d37be4a
6
+ metadata.gz: d1aac609e64912ccdeb7b2bb523080351be1810d2de82d0afaeb1b5e5d5e2df25341c2c6a86e63de1b3ddae799e9c0339495dc49afc6aafd17d1f3e55c6abda1
7
+ data.tar.gz: c862c37ce01afafeda6f538415d4b6a94ea6e31f2ced2388778789b8b3823975b8412e7bd638ebac6b7c2cf481b720305dea83d985bc3225f3f1a89250b5ee0f
@@ -1,8 +1,8 @@
1
1
  %main.mdl-layout__content
2
- .dialog.dialog--no-back.mdl-grid.mdl-grid--no-spacing.mdl-shadow--2dp
3
- %header.onboard__avatar.mdl-cell.mdl-cell--4-col
2
+ .dialog-box
3
+ .dialog-box__header
4
4
  %i.material-icons location_city
5
- .mdl-card.mdl-cell.mdl-cell--8-col
5
+ .dialog-box__content
6
6
  = simple_form_for @registration, url: welcome_registration_path do |f|
7
7
  .mdl-card__title
8
8
  %h4.mdl-card__title-text
@@ -28,4 +28,5 @@
28
28
  = uf.input :password
29
29
  = uf.input :password_confirmation
30
30
  .mdl-card__actions
31
+ .expand
31
32
  = f.button :submit, "Next »".html_safe
@@ -6,7 +6,7 @@ module Jobshop
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 127
9
+ TINY = 131
10
10
  PRE = nil
11
11
 
12
12
  CODE_NAME = "bump it up prime".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.127
4
+ version: 0.0.131
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank J. Mattia