Closed ezekg closed 9 years ago
Very good, will test and merge soon! Many thanks!
No problemo! Let me know I need to change anything.
Fixed an issue with installation on Yosemite and Ruby >= 1.9.
There was a LoadError while loading guard-concat.gemspec:
cannot load such file -- guard from
/Users/x/.bundler/ruby/2.0.0/guard-concat-075471623587/guard-concat.gemspec:2:in `<main>'
Does it try to require a relative path? That's been removed in Ruby 1.9.
Your changes have been merged: https://github.com/makevoid/guard-concat/commits/master Thanks for the contribution!
I will soon release it to rubygems
Ignore the messy commits. Updated to follow changes in Guard 2.0. Added
:verbose
option to output all concatenated files on concatenation ("Concatenated #{file_names.join(', ')} to #{output_file}"
) as opposed toConcatenated #{output_file}
. Been testing for about a week or so and have not had any issues.