* master:
[Specs] Minor fix for Command::Push.
[Push] Use git! where possible.
[Specs] fix for the fix that was supposed to fix Travis.
[Specs] Fix for Travis issues.
[Source] The name should be an attribute.
[Specs] Fixed Travis errors related to Command::Repo.
[Linter] Fixed minor bug.
Update CHANGELOG.md
Update lib/cocoapods/generator/acknowledgements/markdown.rb
Update lib/cocoapods/generator/acknowledgements/markdown.rb
[Linter] Promote long summary warning to an error.
Conflicts:
lib/cocoapods/command/push.rb
* master:
[Repo] Use raising bang variant for git operations.
[Source] Allow the specify the master repo dir from an environment variable.
[Linter] Improved checks for the summary and the git tag.
[Repo] Fix banner.
[Source] list the name of the repos.
[Changelog]
[Config] Added update_notification attribute.
Support extracting .tar.bz2 files
* master:
[Executable] Added environment variable to force STDOUT sync.
[Command] Don't run setup if needed for `pod setup`.
Specs for updating a cached repo if the specified branch is missing.
Update a pod's cached git repo if the specified branch isn't found.
Conflicts:
lib/cocoapods/downloader/git.rb
This reduces ambiguity and prevents bugs like #489, which was caused by the
Sandbox creating a LocalPods from the spec in the root (if present) and
ignoring the one in Local Pods.
Closes#489.
* master: (21 commits)
Release 0.13.0
Changelog
[UserProjectIntegrator] Don't warn about overridden build settings if silent.
[OpenURI] Reworked support for http to https redirects.
[Podfile#podspec] Changelog and added disabled tests.
[Podfile] Added Podfile#podspec.
[Changelog]
[UserProjectIntegrator] Check if the xcconfig files is overridden.
[Linter] Detect warning disabling compiler flags.
[OpenURI] Support for unsafe redirects.
[inhibit_all_warningsDon't affect the final project.
Release 0.12.0
[Examples] Update RKTwitter Podfile.lock
[CHANGELOG] Add entry about namespacing subspecs in Pods.xcodeproj
[CHANGELOG] Update for 0.12.0
[Project] Namespace subspecs in groups.
Document Podfile#inhibit_all_warnings!
Add Podfile#inhibit_all_warnings! to silence warnings, but not by default. #209
Changelog
"[Specification] Allow to require_arc in subspecs."
...
* master:
[Git] Fix for exception in failing integration test.
Add a link to @subdigital’s NSScreencast episode about creating a podspec.
More cleanup using ActiveSupport's Oxford comma styling of a list.