headhunter 0.1.0 → 0.1.1
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/README.md +1 -1
- data/docs/headhunter.png +0 -0
- data/docs/money.png +0 -0
- data/lib/headhunter/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 081513499d1c221059675e5bf6df0cc8deb2d55a
|
|
4
|
+
data.tar.gz: d6726b1ad0868f4c4d128f3e6dd0da9bc26b8556
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b369c1b96733bcfe21512c72b56adaeb9ab254932f964acda5b181303733328f696deca9f87e91ab30f955806134bd54cb57aa0f5c23b1acf47859ef613289a6
|
|
7
|
+
data.tar.gz: 34fd4a846508b805612556eb14de92f1b1aae411262f8d729ecb4e1a45cf09365a57202439bef925c800150190ab3fe1638be75b390c353b206405ba74e1cbcd
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://codeclimate.com/github/jmuheim/headhunter)
|
|
7
7
|
[](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
|
|
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
|
|
data/docs/headhunter.png
ADDED
|
Binary file
|
data/docs/money.png
ADDED
|
Binary file
|
data/lib/headhunter/version.rb
CHANGED
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.
|
|
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
|