Gemfile in as_dialed_from-0.1.2 vs Gemfile in as_dialed_from-0.1.3

- old
+ new

@@ -4,16 +4,17 @@ gem 'xml-simple' gem 'test-unit' gem 'guard-test' + require 'rbconfig' + if RbConfig::CONFIG['host_os'] =~ /darwin/i + gem 'rb-fsevent' + gem 'growl' + end + gem 'rcov' gem 'bundler' gem 'jeweler' end -require 'rbconfig' -if RbConfig::CONFIG['host_os'] =~ /darwin/i - gem 'rb-fsevent' - gem 'growl' -end