jobshop 0.0.23 → 0.0.29

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: ab055cb2c42dd23830b4445b94986802dee8cb97
4
- data.tar.gz: 470cb0c11c4751a5fe80ceb23864432447399153
3
+ metadata.gz: b9e9eaab0b35f68842256715a45fda81958e87c7
4
+ data.tar.gz: e232d6a1bf2d96dc06010a7c5c218de6e9156898
5
5
  SHA512:
6
- metadata.gz: 3d0a964d475f03ed8c269656508162b9d496b53ddaf61a2a87ba14ddfbcbdae603434941b3d68a293594b975d7a766b4925f9d84a68fdf5b42976e8fbc8bbcb6
7
- data.tar.gz: 50e037a98bd3177241c5b1c6ece132918629277c9a631f5070bc0ec0f9799d1dac8dee0ea237b7f995ff10f107b965e4721823c0c4de07c91e8a56f94378b0a8
6
+ metadata.gz: b01ffea7e425b9b5a9b9b0a8717402320ca86183a4acddabf95c8deb78a06839d2cfa5558fa29d2a31060a69420c434949c7e32d3eb3489d9ee14be247887527
7
+ data.tar.gz: e5ea8f6e41ba2350d8b791bc770bd574b5cfc9774d706a66e843274935eb00b849892da165304f82330c684955f007233a4cff679364c76026902216f5f5a971
@@ -16,7 +16,6 @@
16
16
  = hidden_field_tag(:registration_token, params[:registration_token])
17
17
  = f.fields_for(@registration.team) do |tf|
18
18
  %div= tf.text_field(:name)
19
- = console
20
19
 
21
20
  = f.fields_for(@registration.user) do |uf|
22
21
  %div= uf.email_field(:email)
@@ -26,7 +26,7 @@ end
26
26
  # create an initializer to expose them properly.
27
27
  initializer "expose_mailer_previews.rb", <<-INITIALIZER.strip_heredoc
28
28
  Rails.application.configure do
29
- config.action_mailer.preview_path = "#{Jobshop::Engine.root}/spec/mailers"
29
+ config.action_mailer.preview_path = "\#{Jobshop::Engine.root}/spec/mailers"
30
30
  end
31
31
  INITIALIZER
32
32
 
@@ -6,7 +6,7 @@ module Jobshop
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 23
9
+ TINY = 29
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.23
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank J. Mattia