Merge branch 'master' into list-new
* master: Added note about set_arc_compatibility_flag to the CHANGELOG Looks like the -fobj-arc flag we added to OTHER_LD_FLAGS in ea918cd9 was an unsupported feature as it has now been removed from Xcode 4.3.2, causing lib tool to complain about an unrecognised flag. Instead of removing the VCR cache, namespace the cache by Ruby version. Remove Guard dependencies. Use `rake spec:kick` for auto-test-running. Make sure to use bundler for rake tasks that run bacon. Oops, use correct rake task. Move travis install commands to Rakefile and setup CFLAGS env for Travis/RVM. Hmm, chicken and egg problem on Travis, copy travis:setup task from Xcodeproj. Replace Xcodeproj git submodule by adding it to the Gemfile. Closes #172. Improve error report template. Closes #187. Conflicts: .kick
Showing
... | ... | @@ -3,14 +3,13 @@ source "http://rubygems.org" |
gem "open4" | ||
group :development do | ||
gem "rake" | ||
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
gem "bacon" | ||
gem "guard" | ||
gem "guard-shell" | ||
gem "rb-fsevent" | ||
gem "growl" | ||
gem "kicker" | ||
gem "mocha-on-bacon" | ||
gem "rake" | ||
gem "rb-fsevent" | ||
gem "vcr" | ||
gem "webmock" | ||
gem "kicker" | ||
end |
Guardfile
deleted
100644 → 0
Please
register
or
sign in
to comment