ish_manager 0.1.8.155 → 0.1.8.156
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62a92bf7ab7b9779456ba2f641c870b2a4146cfa
|
|
4
|
+
data.tar.gz: d89de433493231a97acabbb06096a3af20e4b031
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02be7a2fbe45a7ee70f292e5d92e0fc682ba736f56ce7f47dc0ef0a72f3fcd1d69f5eab9078769954678070309015ed6efba85432a55b315e847c38d8b2a277d
|
|
7
|
+
data.tar.gz: 6e0c315b1209d9cf0eeb62490038c5b0a0b35d279e8a8f4744e599531a8e936623d21c698bcd0645858d417008a169d16be3cb3abffeb07dc762442826c9fe14
|
|
File without changes
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
%th Job Url
|
|
18
18
|
%th Company Url
|
|
19
19
|
%th Yelp Url
|
|
20
|
+
%th Location
|
|
20
21
|
%th Description
|
|
21
22
|
%tbody
|
|
22
23
|
- @leads.each do |lead|
|
|
@@ -30,4 +31,5 @@
|
|
|
30
31
|
%td= link_to raw('<i class="fa fa-user-md"></i>'), lead.job_url, :target => '_blank'
|
|
31
32
|
%td= lead.company_url
|
|
32
33
|
%td= lead.yelp_url
|
|
34
|
+
%td= lead.location
|
|
33
35
|
%td= lead.description
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ish_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.8.
|
|
4
|
+
version: 0.1.8.156
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- piousbox
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -229,6 +229,7 @@ files:
|
|
|
229
229
|
- app/views/ish_manager/galleries/_index_title.haml
|
|
230
230
|
- app/views/ish_manager/galleries/_list.haml
|
|
231
231
|
- app/views/ish_manager/galleries/_search.haml
|
|
232
|
+
- app/views/ish_manager/galleries/_thumbs.haml
|
|
232
233
|
- app/views/ish_manager/galleries/_title.haml
|
|
233
234
|
- app/views/ish_manager/galleries/edit.haml
|
|
234
235
|
- app/views/ish_manager/galleries/index.haml
|
|
@@ -239,7 +240,6 @@ files:
|
|
|
239
240
|
- app/views/ish_manager/galleries/trash/_index.haml
|
|
240
241
|
- app/views/ish_manager/galleries/trash/_list_short.haml
|
|
241
242
|
- app/views/ish_manager/galleries/trash/_menu_secondary.haml
|
|
242
|
-
- app/views/ish_manager/galleries/trash/_thumbs.haml
|
|
243
243
|
- app/views/ish_manager/galleries/trash/all_photos.haml
|
|
244
244
|
- app/views/ish_manager/galleries/trash/index_short.haml
|
|
245
245
|
- app/views/ish_manager/galleries/trash/index_thumb.haml
|