headhunter 0.0.7 → 0.0.8

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: 8d287be5bc2f5e01f890c230b48551f4e5c2e8bd
4
- data.tar.gz: 283aca4ad207e9bb2c61521c3d44acfde5a0c3ad
3
+ metadata.gz: 8102daaade0c10e0c06ae81c5bc10d209109d2e3
4
+ data.tar.gz: b05a93b7d16ac6e504be2e4ef2e0f3f562466361
5
5
  SHA512:
6
- metadata.gz: c101581f77a54f142e17a96b1d981f1bcb2c24f466dd14a03cbd49b541bec26baad1930b12ffd8c40e147443d6e6341b21dccb9523d7c3899468efbc1ed344b8
7
- data.tar.gz: a798b94f7f2d39abb98b2ddabe59f9bef8dd2193d7d4ce5d14c78f5b16816da0858ff851a8e4e67d4dc4f8cb2120b66f9bc5d1e97d791057bb1d5a176d2c8394
6
+ metadata.gz: 4c0a62b10ad5a9b9415ca6c8e574e6c6a157379a1711f4a5838a01c915662e9c936747d0d668815ecd1349afe4f70e5fe3b0f03f56d9553f94305533acaebd13
7
+ data.tar.gz: 0c82cca1d97bda609576f19b658e681352d8506a0c53e9f847ea4cd94dae53cc19738db1a18fa3ea29bbd445ef2253f8f19a5a54d4d390d8f4a16567764e809c
data/README.md CHANGED
@@ -55,17 +55,13 @@ Headhunter registers itself as middleware in the Rack stack and triggers validat
55
55
 
56
56
  For being able to validate CSS, `rake assets:precompile` is triggered at the beginning of running tests. This may slow down starting your tests a bit. **Notice: all precompiled assets will be removed after the tests have finished!**
57
57
 
58
- ## Requirements
59
-
60
- ### Tidy HTML
58
+ **Please keep in mind that this is a pretty early release. I didn't have the possibility to test it extensively yet, so there surely are a lot of things left to do. You are highly welcome to file issues, add feature requests and open pull requests.**
61
59
 
62
- [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?!
63
-
64
- 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/).
60
+ ## Requirements
65
61
 
66
- ### Working internet connection
62
+ **[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/).
67
63
 
68
- You need a working internet connection to run CSS validation. As a Rails application typically contains one single CSS file (`application.css`), this won't have much impact on the speed of your tests.
64
+ You need a **working internet connection** to run CSS validation. As a Rails application typically contains one single CSS file (`application.css`), this won't have much impact on the speed of your tests.
69
65
 
70
66
  ## Known issues and future plans
71
67
 
@@ -84,4 +80,4 @@ Headhunter is heavily inspired by Aanand Prasad's (outdated) [Deadweight](https:
84
80
 
85
81
  **USE THIS GEM AT YOUR OWN RISK!**
86
82
 
87
- All provided functionality is provided "as is". You are highly welcome to file issues, feature requests and pull requests.
83
+ All provided functionality is provided "as is".
@@ -1,3 +1,3 @@
1
1
  module Headhunter
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headhunter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Muheim