headhunter 0.0.9 → 0.1.0
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/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/lib/headhunter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a836f0738bdb3695b2303a2bd63ae6f08ad970b3
|
|
4
|
+
data.tar.gz: 22907a99fe5b099ee5a03e51eed144b87ac1ffa0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ead75106f683e2b88c681750107aba125c6c97020402a4fc1a3bf758915dea9b6443cd1ee0b8e94ecc1dc51cf7fee6ee7ae1c87cdaa6b825df8b370d157e3610
|
|
7
|
+
data.tar.gz: ee734bea87ab9f3a7e111c109b003648c6513ddbda094afd7c88bc1dfb9f50cbd625248cd1bae7dad923f1bd694c4e03e7824b245cb88036c4da681b79ee068e
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Headhunter
|
|
2
2
|
|
|
3
|
+
<img src="docs/headhunter.png" alt="The headhunter character from Lucky Luke" align="right" />
|
|
4
|
+
|
|
3
5
|
[](http://badge.fury.io/rb/headhunter)
|
|
4
6
|
[](https://codeclimate.com/github/jmuheim/headhunter)
|
|
5
7
|
[](https://travis-ci.org/jmuheim/headhunter)
|
|
@@ -63,7 +65,7 @@ For being able to validate CSS, `rake assets:precompile` is triggered at the beg
|
|
|
63
65
|
|
|
64
66
|
**[Tidy HTML](http://tidy.sourceforge.net/)** should be installed on a typical OSX and Linux installation already. You're not developing on a Windows machine, are you?! If you want to validate HTML5 (and you should want to!), install the HTML5 version like described here: [homebrew tidy html5](http://techblog.willshouse.com/2013/10/21/homebrew-tidy-html5/).
|
|
65
67
|
|
|
66
|
-
You need a **Java Runtime Environment** to run CSS validation. This should normally already be available on OSX and Linux machines, too. A local copy (`
|
|
68
|
+
You need a **Java Runtime Environment** to run CSS validation. This should normally already be available on OSX and Linux machines, too. A local copy ([`css-validator.jar`](http://jigsaw.w3.org/css-validator/DOWNLOAD.html)) of the [W3 CSS Validation Service](http://jigsaw.w3.org/css-validator/) is used.
|
|
67
69
|
|
|
68
70
|
## Known issues and future plans
|
|
69
71
|
|
|
@@ -83,3 +85,5 @@ Headhunter is heavily inspired by Aanand Prasad's [Deadweight gem](https://githu
|
|
|
83
85
|
**USE THIS GEM AT YOUR OWN RISK!**
|
|
84
86
|
|
|
85
87
|
All provided functionality is provided "as is".
|
|
88
|
+
|
|
89
|
+
<img src="docs/money.png" alt="" align="left" />
|
data/lib/headhunter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: headhunter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Muheim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|