Guardfile in vkontakte_api-1.3.1 vs Guardfile in vkontakte_api-1.4

- old
+ new

@@ -4,6 +4,10 @@ watch('spec/spec_helper.rb') { 'spec' } watch('spec/support/mechanized_authorization.rb') { 'spec/integration_spec.rb' } end +guard 'yard' do + watch(%r{lib/.+\.rb}) +end + notification :terminal_notifier, activate: 'com.googlecode.iTerm2'