Guardfile in vkontakte_api-1.4.3 vs Guardfile in vkontakte_api-1.4.4

- old
+ new

@@ -4,10 +4,11 @@ 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 +end unless defined?(JRUBY_VERSION) notification :terminal_notifier, activate: 'com.googlecode.iTerm2'