Skip to content

Commit

Permalink
Added guard-ronn (to build manual automatically).
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy Coutable committed Aug 11, 2011
1 parent bcbcf61 commit 118e8ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ gemspec


gem 'rake' gem 'rake'


group :guard do
gem 'guard-ronn'
end

require 'rbconfig' require 'rbconfig'


if RbConfig::CONFIG['target_os'] =~ /darwin/i if RbConfig::CONFIG['target_os'] =~ /darwin/i
Expand Down
6 changes: 5 additions & 1 deletion Guardfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ end
# #
# group "exceptional" do # group "exceptional" do
# guard :breaking # guard :breaking
# end # end

guard 'ronn' do
watch(%r{^man/.+\.m(ark)?d(own)?$})
end

0 comments on commit 118e8ff

Please sign in to comment.