recruiter 1.1.3 → 1.1.4
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 +4 -4
- data/app/views/recruiter/_share.html.erb +0 -0
- data/app/views/recruiter/articles/index.html.erb +2 -0
- data/app/views/recruiter/articles/show.html.erb +1 -0
- data/app/views/recruiter/jobs/index.html.erb +1 -0
- data/app/views/recruiter/jobs/show.html.erb +1 -0
- data/lib/recruiter/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67f590a82db8680b46c82332b50b772c3dabcded
|
|
4
|
+
data.tar.gz: 818963edb08326986e5ca5451d541b5f2a1b14ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da9c5c4036fa61ca0b7f9300593f647f2aafedaeb5da6d4575f33b67d1024d96227717c1bb54472175db6ab51c7c201be19ff3f7725eea66f850db3e8d07b097
|
|
7
|
+
data.tar.gz: 6c2e99608609f6e5b137423847ea187011f76aef71e12fb106525cd7de5c05268d816acd695b9fae28bc117676a5f5a0bf46c39b9f36f4e4b385d1b8303ab4a4
|
|
File without changes
|
data/lib/recruiter/version.rb
CHANGED
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: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcelo Jacobus
|
|
@@ -410,6 +410,7 @@ files:
|
|
|
410
410
|
- app/views/recruiter/_login_button.html.erb
|
|
411
411
|
- app/views/recruiter/_login_links.html.erb
|
|
412
412
|
- app/views/recruiter/_login_status.html.erb
|
|
413
|
+
- app/views/recruiter/_share.html.erb
|
|
413
414
|
- app/views/recruiter/_show_actions.html.erb
|
|
414
415
|
- app/views/recruiter/_show_item.html.erb
|
|
415
416
|
- app/views/recruiter/_tags.html.erb
|