1. 29 May, 2012 20 commits
  2. 28 May, 2012 1 commit
    • Eloy Duran's avatar
      Immediately print output from Executable when in verbose mode. · bde1195c
      Eloy Duran authored
      Fixes #276.
      
      I understand that the reason was to indent the output, but I think it's
      more important to have instant feedback.
      
      I went on a yak shaving, but now we can capture output and show it at
      the same time. This should allow for better error checking. The problem
      is that, for instance, Git (almost) always exits with non-zero exit
      statusses, so that's not a good way to check it. We should probably
      check the actual output.
      
      This is all related to #266.
      bde1195c
  3. 27 May, 2012 7 commits
  4. 26 May, 2012 7 commits
  5. 25 May, 2012 5 commits
    • Fabio Pelosin's avatar
      [Acknowledgements] Fine tune to markdown output. · 7ba101a5
      Fabio Pelosin authored
      Discussion at #250
      Added white space to the titles and made header title h1
      instead of an h2.
      7ba101a5
    • Fabio Pelosin's avatar
      [Acknowledgements] Minor tweaks: · 59142307
      Fabio Pelosin authored
      Discussion #250
      - Use the auto-detected license.
      - LocaPod#specification was removed.
      59142307
    • Fabio Pelosin's avatar
      [Code] Whitespace and minor reordering. · fe0258f1
      Fabio Pelosin authored
      fe0258f1
    • Fabio Pelosin's avatar
      Merge branch 'master' of github.com:CocoaPods/CocoaPods · 57f29716
      Fabio Pelosin authored
      * 'master' of github.com:CocoaPods/CocoaPods: (25 commits)
        Updated CHANGELOG.md
        Added acknowledgements_path to TargetDefinition class
        Use String.empty? instead of == ""
        Made Acknowledgements Plist title configurable
        Fixed Acknowledgements file names
        Removed unnecessary () from specs
        Improved Markdown Acknowledgements unit testing
        Improved Plist Acknowledgements unit testing some more
        Improve Acknowledgements unit testing
        Improve Plist Acknowledgements unit testing a little
        Completed basic implementation of Markdown Acknowledgements subclass
        WIP: Added Markdown Acknowledgements subclass
        Added Plist Acknowledgements sub-class
        Changed Local_pod license method to license_text and added fallback to file if no text specified
        Cleaned up BananaLib fixture a little
        Simplify Acknowledgement file saving
        Correct a few typos
        Minor changes to Acknowledgements header and footer text
        Integrate acknowledgements generator into install command
        Speculative fix for possible bug when a pod has no licence
        ...
      57f29716
    • Fabio Pelosin's avatar
      Merge pull request #250 from willpragnell/acknowledgements · 7e959b8a
      Fabio Pelosin authored
      Acknowledgements plist and markdown generation
      7e959b8a