recruiter 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 5bf661a9abaa4597428bec26bf4deac8507f62ff
4
- data.tar.gz: ceebca24c8b9c873d7a522d63bca9c825b8181bb
3
+ metadata.gz: 6abc2a0577d69316cff30b52f3ac00bb0e673753
4
+ data.tar.gz: 1e2697cd0963d54fb4e4a363854e6803c564f913
5
5
  SHA512:
6
- metadata.gz: 767d632deb7fd7607bbc2f8d810a33c9f05df25ec01eb6b0af2825bd111f3151b03ad1078de00ec83b3612077e4d108562e9351fc65a6f31f0886c5affdcef68
7
- data.tar.gz: 30bf64b703420f43e942fd98cc43573a6e67a776a8125fe597212d48eb9e12eb8238c71207c8632991d8b3b84ea9662ff1a977ec2d15e36a4ffe2356562fecda
6
+ metadata.gz: 0612216a80a72dda9a9fb39900048094b35235dae91768ac9ce61cdc8d576e9ebb2aba13f5c149dace140fe7df9b5a47553437a72739a000f074f132632d1595
7
+ data.tar.gz: ae90f85c57c916e884926670a20bf81212d7cc6c9ff8a60855f98e8fd0ed7671f25180bba4a494a21ae9da279b69987423f432d1674569049d745d35eddf838c
@@ -6,7 +6,7 @@
6
6
  </header>
7
7
 
8
8
  <div class="row">
9
- <div class="small-4 columns">
9
+ <div class="small-12 columns">
10
10
  <%= to_markdown(article.body) %>
11
11
  </div>
12
12
  </div>
@@ -5,7 +5,7 @@
5
5
  <tr>
6
6
  <th><%= Recruiter::Job.human_attribute_name(:title) %></th>
7
7
  <th><%= Recruiter::Job.human_attribute_name(:published_at) %></th>
8
- <th class="actions"><%= new_link(:new_job, class: 'expand') %></th>
8
+ <th class="actions"><%= new_link(:new_user_job, class: 'expand') %></th>
9
9
  </tr>
10
10
  </thead>
11
11
  <% @jobs.each do |job| %>
@@ -1,3 +1,3 @@
1
1
  module Recruiter
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recruiter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Jacobus