Commit Graph

1091 Commits

Author SHA1 Message Date
Fabio Pelosin
a30fcb67e1 [Setup] Detect incompatible repos in #run_if_needed. 2012-05-29 21:33:57 +02:00
Fabio Pelosin
821ba69fad [Setup] Checkout the 0.6 branch of the master repo. 2012-05-29 21:33:26 +02:00
Fabio Pelosin
dcd85e7263 [Repo] Allow to specify a branch for new repos. 2012-05-29 21:23:33 +02:00
Fabio Pelosin
319f8b9ba2 [Command] Parse arguments before calling setup_if_needed. 2012-05-29 21:00:42 +02:00
Fabio Pelosin
4d4e3a9521 [Repo] Fix spelling mistake. 2012-05-29 19:54:21 +02:00
Fabio Pelosin
b5bdcea695 [Specs] Fix for incompatibility with current master repo. 2012-05-29 19:50:46 +02:00
Fabio Pelosin
0ad82acd4a [Fixtures] Updated master repo to the HEAD of the 0.6 branch. 2012-05-29 18:58:44 +02:00
Fabio Pelosin
eeeef2322e Merge branch 'master' of github.com:CocoaPods/CocoaPods
* 'master' of github.com:CocoaPods/CocoaPods:
  Fix integration spec, which was trying to assign a source to subspecs.
  Fix spec that was using a newer version of lib than expected.
  Update spec repo fixture to latest 0.6 and fix CP version checking.
  Fix a RubyGems specific version spec failure.
  Update SSToolkit fixture submodule.
  Fix version number.

Conflicts:
	lib/cocoapods/command/repo.rb
2012-05-29 18:25:45 +02:00
Fabio Pelosin
8a1a5d30fa [Repo] Class method to return if a repo is compatible. 2012-05-29 18:20:08 +02:00
Eloy Duran
d230d8e353 Fix integration spec, which was trying to assign a source to subspecs. 2012-05-29 17:45:50 +02:00
Eloy Duran
f72eedbdf4 Fix spec that was using a newer version of lib than expected. 2012-05-29 17:31:43 +02:00
Eloy Duran
78d54274e9 Update spec repo fixture to latest 0.6 and fix CP version checking. 2012-05-29 17:24:30 +02:00
Eloy Duran
378a4ae0af Fix a RubyGems specific version spec failure. 2012-05-29 17:03:07 +02:00
Eloy Duran
d4b17423e8 Update SSToolkit fixture submodule. 2012-05-29 16:55:41 +02:00
Eloy Duran
dcc011f6e2 Fix version number. 2012-05-29 16:55:41 +02:00
Fabio Pelosin
4ee2fc6803 [Repo] Check versions only if defined. 2012-05-29 16:50:58 +02:00
Fabio Pelosin
e32e425521 Merge branch 'master' of github.com:CocoaPods/CocoaPods
* 'master' of github.com:CocoaPods/CocoaPods:
  Make all the examples build on 1.9.3 as well.
  Silence warnings while loading Faraday for Octokit. See #278.
  Remove stray file.
  Update RKTwitter example. ALL EXAMPLES BUILD!
2012-05-29 16:24:06 +02:00
Fabio Pelosin
eca25a12c5 [Repo] Use strings instead of symbols. 2012-05-29 16:20:45 +02:00
Fabio Pelosin
96a7404f92 [Repo] Check for the last version supported by a repo. 2012-05-29 16:18:44 +02:00
Eloy Duran
4b9c210ea3 Make all the examples build on 1.9.3 as well. 2012-05-29 15:46:24 +02:00
Eloy Duran
f33f967427 Silence warnings while loading Faraday for Octokit. See #278. 2012-05-29 15:34:57 +02:00
Eloy Duran
c6351eafa0 Remove stray file. 2012-05-29 15:18:53 +02:00
Eloy Duran
d363bc3264 Update RKTwitter example. ALL EXAMPLES BUILD! 2012-05-29 15:18:53 +02:00
Fabio Pelosin
cdcbb414c5 [LocalPod] Automatically glob excluded headers from search paths. 2012-05-29 14:53:46 +02:00
Fabio Pelosin
40a5bfb01b [Executable] Indent warning if command fails. 2012-05-29 14:53:14 +02:00
Fabio Pelosin
b2a70675f7 [Linter] Clean before building the spec. 2012-05-29 14:52:36 +02:00
Francis Chong
5cf52bff36 Merge pull request #281 from dlvenable/d8e339493f463df988133f06294462d49f95af1c
Fixed http downloader with tar files
2012-05-28 18:10:09 -07:00
Eloy Duran
3f38916fa1 Make the TargetTest example build. 2012-05-29 00:30:29 +02:00
Eloy Duran
7d436e6c83 Update SSCatalog example. 2012-05-29 00:24:09 +02:00
David Venable
d8e339493f The tar command uses -C to specify a directory, not -d. 2012-05-28 16:14:07 -05:00
Eloy Duran
11ecc3a570 Use last version of faraday that doesn't complain about system_timer gem missing. 2012-05-28 22:42:57 +02:00
Eloy Duran
356216d559 Remove MacRubbySample for now. 2012-05-28 20:30:23 +02:00
Fabio Pelosin
24dd1e81dd [Executable] Fine tune output. 2012-05-28 20:18:09 +02:00
Fabio Pelosin
598c743c28 Update to the last head of Xcodeproj. 2012-05-28 20:05:12 +02:00
Eloy Duran
223ef73638 Add json and octokit gems.
Wanted to add `system_timer` but it doesn't build on 1.9.3.

Closes #278. At least for now.
2012-05-28 19:56:01 +02:00
Eloy Duran
98f84e9c38 Use Open4 in Executable. Indenter code by @ahoward, thanks! 2012-05-28 19:29:40 +02:00
Eloy Duran
bde1195c33 Immediately print output from Executable when in verbose mode.
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.
2012-05-28 15:13:36 +02:00
Fabio Pelosin
cc72284e95 Merge branch 'master' of github.com:CocoaPods/CocoaPods
* 'master' of github.com:CocoaPods/CocoaPods:
  Update Xcodeproj.
2012-05-27 15:48:01 +02:00
Fabio Pelosin
68d5cbd10f [Specs] Robustness of specs related to target_integrator. 2012-05-27 15:42:31 +02:00
Eloy Duran
924bae285f Update Xcodeproj. 2012-05-27 14:51:48 +02:00
Fabio Pelosin
76fcc49057 Merge branch 'issue-246'
* issue-246:
  [Specs] Detect the target with the matching name.
  [TargetIntegrator] Detect the target with the matching name.
2012-05-27 13:15:18 +02:00
Fabio Pelosin
e58b364dd2 [Specs] Detect the target with the matching name. 2012-05-27 13:14:54 +02:00
Fabio Pelosin
a9a1d332fd [Specs] Fix minor failure on Travis. 2012-05-26 18:31:18 +02:00
Fabio Pelosin
48b7e5c554 [TargetIntegrator] Detect the target with the matching name. 2012-05-26 18:19:09 +02:00
Eloy Duran
1709e04657 Let's see if NOEXEC=skip is enough, I don't want a .noexec.yaml file. 2012-05-26 17:36:21 +02:00
Fabio Pelosin
919c0acc69 [Linter] Demoted post_install hook message to note. 2012-05-25 22:22:01 +02:00
Fabio Pelosin
ca8ff18345 Forgot space before method parenthesis. 2012-05-25 22:13:06 +02:00
Fabio Pelosin
8ae9f97c19 [Specs] Forgot to update the specs for the previous changes :-)
Bonus: stray #puts for debug.
2012-05-25 21:57:23 +02:00
Fabio Pelosin
1bffe1cd5f [LocalPod] Fix made license_file always return the absolute path. 2012-05-25 21:11:00 +02:00
Fabio Pelosin
85c65849d4 [LocalPod] Fix bug where in #clean.
The bug would leave trailing directories like
'.git'
2012-05-25 21:09:58 +02:00