1. 16 Jan, 2013 1 commit
    • Fabio Pelosin's avatar
      Merge branch 'master' into 0.17 · 0ba09e15
      Fabio Pelosin authored
      * master:
        Update README.md
        Release 0.16.1
        [Gemspec] Bump Xcodeproj to 0.4.1
        [CHANGELOG] Update for Xcodeproj 0.4.1 and CocoaPods 0.16.1
        Update bundle and make specs green.
        [Update Command] Remove duplicate option in help. Closes #725.
        Update previous patch to match code-style.
        Unpack tgz files into pod's root #727
        If a repo isn't passed to push default to master
      
      Conflicts:
      	CHANGELOG.md
      	Gemfile.lock
      	cocoapods.gemspec
      	lib/cocoapods.rb
      	lib/cocoapods/command/push.rb
      	lib/cocoapods/command/update.rb
      	lib/cocoapods/downloader/http.rb
      	spec/functional/downloader_spec.rb
      	spec/unit/http_spec.rb
      0ba09e15
  2. 14 Jan, 2013 8 commits
  3. 10 Jan, 2013 1 commit
    • Joachim Bengtsson's avatar
      Unpack tgz files into pod's root #727 · fef5dada
      Joachim Bengtsson authored
      Zip files are usually packaged with their contents in the archive file's root.
      Tgz files are usually packaged with only a folder in the root.
      Make them both behave the same by moving that single folder's contents up.
      This is basically the opposite of what Finder does (which creates a folder for the zip file's
      contents, so you always unarchive into a folder).
      fef5dada
  4. 08 Jan, 2013 1 commit
  5. 28 Dec, 2012 1 commit
  6. 20 Dec, 2012 5 commits
  7. 19 Dec, 2012 15 commits
  8. 18 Dec, 2012 7 commits
  9. 17 Dec, 2012 1 commit
    • Fabio Pelosin's avatar
      Extracted Analyzer class from installer. · 3885e1c7
      Fabio Pelosin authored
      - added support for manifest.lock.
      - added support for checking specifications checksums.
      - removed lazy repo update as the check for the specifications checksums
        requires an up to date repo.
      
      Closes #604.
      3885e1c7