html-proofer 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/htmlproof +1 -1
  3. data/html-proofer.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d349969ace18c3c23c1728e4e8f6aa7364cf91c0
4
- data.tar.gz: 6dfae77cd78ffb74addcb8c46c604548e0c65463
3
+ metadata.gz: f817c1ae8d770d45dd99985fc84bb54f7c0749f7
4
+ data.tar.gz: d673641ab131ef192b2de800f7acd9b018939f36
5
5
  SHA512:
6
- metadata.gz: b36e9184e66ae7f349e0cd7355109b388634ef9133f712bf2ae57ae6b8d609d9240a8d84ce2d63d1921c0066df71187e9963d1e1f055f128cc899111ffc474a7
7
- data.tar.gz: 85aa1ef6e486aca26b32479e0a279c38742c1d9fe8ba63fd91b50dd26a1323016b94772b33ce71a279fb03d8024490389819435ecfd0687b5b5b75d9138b067b
6
+ metadata.gz: 501fda80a1d0185ed11f68d52c590e0afa5542d6d14be3da21d829ee5a941eea5892505680de183753c9c2ab38eb06304da8a56c53705f0b7c94010cd7c9b4bc
7
+ data.tar.gz: 80efd9f43797a5708f1a226ab7965749f73a83a897ecc6ca84a17c01f53b8bd135f04b199af85edc021383ed28933f96842e5e83840fdb48bbfa868731643e1f
data/bin/htmlproof CHANGED
@@ -21,7 +21,7 @@ Mercenary.program(:htmlproof) do |p|
21
21
 
22
22
  p.action do |args, opts|
23
23
  args = ["."] if args.empty?
24
- path = File.expand_path(args.join(" "), Dir.pwd)
24
+ path = args.first
25
25
 
26
26
  options = {}
27
27
  options[:ext] = opts["ext"] unless opts["ext"].nil?
data/html-proofer.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "html-proofer"
6
- gem.version = "0.6.6"
6
+ gem.version = "0.6.7"
7
7
  gem.authors = ["Garen Torikian"]
8
8
  gem.email = ["gjtorikian@gmail.com"]
9
9
  gem.description = %q{Test your rendered HTML files to make sure they're accurate.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-proofer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian