headhunter 0.1.0 → 0.1.1

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: a836f0738bdb3695b2303a2bd63ae6f08ad970b3
4
- data.tar.gz: 22907a99fe5b099ee5a03e51eed144b87ac1ffa0
3
+ metadata.gz: 081513499d1c221059675e5bf6df0cc8deb2d55a
4
+ data.tar.gz: d6726b1ad0868f4c4d128f3e6dd0da9bc26b8556
5
5
  SHA512:
6
- metadata.gz: ead75106f683e2b88c681750107aba125c6c97020402a4fc1a3bf758915dea9b6443cd1ee0b8e94ecc1dc51cf7fee6ee7ae1c87cdaa6b825df8b370d157e3610
7
- data.tar.gz: ee734bea87ab9f3a7e111c109b003648c6513ddbda094afd7c88bc1dfb9f50cbd625248cd1bae7dad923f1bd694c4e03e7824b245cb88036c4da681b79ee068e
6
+ metadata.gz: b369c1b96733bcfe21512c72b56adaeb9ab254932f964acda5b181303733328f696deca9f87e91ab30f955806134bd54cb57aa0f5c23b1acf47859ef613289a6
7
+ data.tar.gz: 34fd4a846508b805612556eb14de92f1b1aae411262f8d729ecb4e1a45cf09365a57202439bef925c800150190ab3fe1638be75b390c353b206405ba74e1cbcd
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Code Climate](https://codeclimate.com/github/jmuheim/headhunter.png)](https://codeclimate.com/github/jmuheim/headhunter)
7
7
  [![Travis CI](https://api.travis-ci.org/jmuheim/headhunter.png)](https://travis-ci.org/jmuheim/headhunter)
8
8
 
9
- Headhunter is an HTML and CSS validation tool that injects itself into your Rails feature tests and automagically checks all your generated HTML and CSS for validity.
9
+ Headhunter is an HTML and CSS validation tool that injects itself into your Rails feature tests and auto**magic**ally checks all your generated HTML and CSS for validity.
10
10
 
11
11
  In addition, it also looks out for unused (and therefore superfluous) CSS selectors.
12
12
 
Binary file
data/docs/money.png ADDED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Headhunter
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Muheim
@@ -164,6 +164,8 @@ files:
164
164
  - Gemfile.lock
165
165
  - Rakefile
166
166
  - README.md
167
+ - docs/headhunter.png
168
+ - docs/money.png
167
169
  homepage: http://github.com/jmuheim/headhunter
168
170
  licenses:
169
171
  - MIT