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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acb7d65c5957cda5253ba5d8a1e15844e29d93ac
4
- data.tar.gz: d64796a9aa68bd8e2ceb68b94ab4f477d625abac
3
+ metadata.gz: a836f0738bdb3695b2303a2bd63ae6f08ad970b3
4
+ data.tar.gz: 22907a99fe5b099ee5a03e51eed144b87ac1ffa0
5
5
  SHA512:
6
- metadata.gz: 38fdf1b08a700c7576b924315ab38717fd5b4b3777ca129b5ab6c0afbd88237cf013e04477dc1cabf82abd365e5910c942b1f1d00215dd3b037b27f31833b9b1
7
- data.tar.gz: 04fd8d0f39ab2afda16600fc407310532a61545b703ea5adb80f774276d06df738f6c3ebb0075d9ea00fc699e2cd9d6ce86ef0872fcd5d6ad62886a945d78ddd
6
+ metadata.gz: ead75106f683e2b88c681750107aba125c6c97020402a4fc1a3bf758915dea9b6443cd1ee0b8e94ecc1dc51cf7fee6ee7ae1c87cdaa6b825df8b370d157e3610
7
+ data.tar.gz: ee734bea87ab9f3a7e111c109b003648c6513ddbda094afd7c88bc1dfb9f50cbd625248cd1bae7dad923f1bd694c4e03e7824b245cb88036c4da681b79ee068e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- headhunter (0.0.8)
4
+ headhunter (0.0.9)
5
5
  colorize
6
6
  css_parser (~> 1.2.6)
7
7
  html_validation
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
  [![Gem Version](https://badge.fury.io/rb/headhunter.png)](http://badge.fury.io/rb/headhunter)
4
6
  [![Code Climate](https://codeclimate.com/github/jmuheim/headhunter.png)](https://codeclimate.com/github/jmuheim/headhunter)
5
7
  [![Travis CI](https://api.travis-ci.org/jmuheim/headhunter.png)](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 (`[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.
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" />
@@ -1,3 +1,3 @@
1
1
  module Headhunter
2
- VERSION = '0.0.9'
2
+ VERSION = '0.1.0'
3
3
  end
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.9
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-20 00:00:00.000000000 Z
11
+ date: 2014-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri