hackathon_manager 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f66934a790912f2b4247474d61077285f84f817abc23e5f2482b978ec3c2c884
4
- data.tar.gz: 2838bf08f1418b114bf2baeb8e2e7fa7b78cc142b832e4f2e632ad8e38eef369
3
+ metadata.gz: 5775620daf8c377219c92030597cc0a434171196d7a870f6cc02dfac917300ba
4
+ data.tar.gz: a547d9b36e8f2f162d7e74d2a580e267638df51e160e5c89aac4dccf28d3bbbc
5
5
  SHA512:
6
- metadata.gz: 4276b9c8cbd48e224a163bcbb3f1e8ceab3216420d0a196fb87b93b6cf765a2899ef61ee63ce4719816e237f1fe199725015368ed6bca312fcf545f09983073e
7
- data.tar.gz: df57e1260205f02a936edac802da0d119ccbfedaccd35ac0570bc2f70a0d301decaba846c766cf7b19181d51ef33c2d24c08a87f428537275632df70467d425c
6
+ metadata.gz: 1b4a9207773c048fc5b5bcd5e7fe3676845013701a338d65d8e9a4fd7a9c602ac0d45fa95d002d7e3f0a5e5a0912075f50ce57cabb0b6200ac80547a7ce1be2f
7
+ data.tar.gz: 2ea117e9b78d5e447025eb07cd94e333bb3d83c725e682b16255e48a7d0f560bd752540643fe652fdf2e3733734a271913246b36b4072b21e271d62fd8042ed7
@@ -282,7 +282,7 @@ input[type=submit]
282
282
  align-items: center
283
283
  label
284
284
  flex: 1
285
- max-width: 310px
285
+ max-width: 350px
286
286
  padding-right: 10px
287
287
  input[type=checkbox]
288
288
  margin-right: 0
@@ -51,20 +51,21 @@
51
51
  = link_to asset_url(Rails.configuration.hackathon['agreement_pdf_asset']), target: '_blank' do
52
52
  #{Rails.configuration.hackathon['name']} Agreement
53
53
  %span.fa.fa-external-link.icon-space-l-half
54
- = f.input :agreement_accepted, as: :formatted_boolean, label: "I accept the #{Rails.configuration.hackathon['name']} agreement.", input_html: { "data-validate" => "presence" }
54
+ = f.input :agreement_accepted, as: :formatted_boolean, label: "I read & accept the #{Rails.configuration.hackathon['name']} agreement.", input_html: { "data-validate" => "presence" }
55
55
 
56
56
  .supporting-text
57
57
  Please read the
58
58
  %a{ href:"http://static.mlh.io/docs/mlh-code-of-conduct.pdf", target: "_blank" }
59
59
  MLH Code of Conduct
60
60
  %span.fa.fa-external-link.icon-space-l-half
61
- = f.input :code_of_conduct_accepted, as: :formatted_boolean, label: "I accept the MLH Code of Conduct.", input_html: { "data-validate" => "presence" }
61
+ = f.input :code_of_conduct_accepted, as: :formatted_boolean, label: "I read & accept the MLH Code of Conduct.", input_html: { "data-validate" => "presence" }
62
62
 
63
63
  .supporting-text
64
- I agree to the terms of both the
65
- <a href="https://github.com/MLH/mlh-policies/tree/master/prize-terms-and-conditions" target="_blank">MLH Contest Terms</a> and Conditions and the
66
- <a href="https://mlh.io/privacy" target="_blank">MLH Privacy Policy</a>. Please note that you may receive pre and post-event informational e-mails and occasional messages about hackathons from MLH as per the MLH Privacy Policy.
67
- = f.input :data_sharing_accepted, as: :formatted_boolean, label: "I accept the MLH policies.", input_html: { "data-validate" => "presence" }
64
+ I authorize you to share certain application/registration information for event administration, ranking, MLH administration, pre and post-event informational e-mails, and occasional messages about hackathons in-line with the MLH Privacy Policy. I further I agree to the terms of both the
65
+ <a href="https://github.com/MLH/mlh-policies/tree/master/prize-terms-and-conditions" target="_blank">MLH Contest Terms and Conditions</a>
66
+ and the
67
+ <a href="https://mlh.io/privacy" target="_blank">MLH Privacy Policy</a>.
68
+ = f.input :data_sharing_accepted, as: :formatted_boolean, label: "I read & accept the MLH policies.", input_html: { "data-validate" => "presence" }
68
69
 
69
70
  .right
70
71
  %button.button{ type: "button", "data-wizard" => "previous" } Previous
@@ -1,3 +1,3 @@
1
1
  module HackathonManager
2
- VERSION = '0.8.1'.freeze
2
+ VERSION = '0.8.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackathon_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Olivera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-27 00:00:00.000000000 Z
11
+ date: 2018-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails