Commit Graph

1091 Commits

Author SHA1 Message Date
Eloy Duran
5d9984d1bf Improve error report template. Closes #187. 2012-03-25 03:18:10 +02:00
Fabio Pelosin
45bde7fc10 [#188] cleanup 2012-03-24 19:56:07 +01:00
Fabio Pelosin
5f8ba91462 [#188] Further cleanup 2012-03-24 19:37:38 +01:00
Fabio Pelosin
e7453f1d12 [#188] Cleanup 2012-03-24 19:19:21 +01:00
Fabio Pelosin
762400ea88 [list-new] Introduce option to list new pods 2012-03-24 18:59:32 +01:00
Fabio Pelosin
d68d308bd1 [list-new] Extratect pod display logic from pod search. 2012-03-24 18:58:01 +01:00
Fabio Pelosin
8bc4144cf2 [#177] Prevent search from using :tag or :commit values as the source 2012-03-24 15:21:32 +01:00
Eloy Duran
553ab18aa7 Make specs green on Travis. 2012-03-24 14:44:11 +01:00
Eloy Duran
745ca34e66 Get search info from the spec that the found spec is a part of. Fixes #177. 2012-03-24 14:31:04 +01:00
Eloy Duran
7b619aea3d Make sure Gem::VERSION is available for the error report. [#177] 2012-03-24 14:16:16 +01:00
Eloy Duran
bd07c851e0 Add note to CHANGELOG.md about Xcodeproj API changes. 2012-03-24 03:36:12 +01:00
Eloy Duran
db0a1332aa Always read output of appledoc and raise when there's an error. 2012-03-24 03:35:41 +01:00
Eloy Duran
d3bd298960 The VCR fixture differs between Ruby versions, so clean it. 2012-03-24 03:02:31 +01:00
Eloy Duran
12919c7b7e Sort authors list used in documentation.
This also fixes a failure on Travis.
2012-03-24 02:56:45 +01:00
Eloy Duran
bde374a359 Fix failure on Travis because of telling tar to extract a gzip archive while it's already unpacked.
Apperantly OS X's BSD tar accepts the x option even if the archive is not a gzip archive.
2012-03-24 02:56:45 +01:00
Eloy Duran
8a314713b2 Fix bug in spec that failed on Travis. 2012-03-24 02:56:45 +01:00
Victor Ilyukevich
7af8430732 fix creating error report when pod was ran not from project dir
I run pod search not from directory with xcode project and it there was
an error with reading podfile. Than I added check for existence of
podfile. [#177]
2012-03-24 01:36:16 +03:00
Victor Ilyukevich
674ce0c372 replace some quotes in command's banners
to prevent broken syntax highlighting in emacs (and maybe in another
editors too)
2012-03-23 22:10:31 +03:00
Victor Ilyukevich
0db11dd205 fix error with bad US-ASCII char in search.rb
see
9bb3e73e2e (commitcomment-1125216)
for details
2012-03-23 22:02:46 +03:00
Fabio Pelosin
0dd703fbf4 Updated changelog 2012-03-23 16:53:08 +01:00
Fabio Pelosin
3e425eda47 [#177] Prevent a malformed spec without source from breaking the search 2012-03-23 16:53:08 +01:00
Luke Redpath
fa5a262ace Only check the exit status if the process has actually exited, otherwise
it will return a nil exit status.
2012-03-23 15:19:32 +00:00
Luke Redpath
09877a0b1b Open4 needs to be in the gem file. 2012-03-23 15:19:15 +00:00
Luke Redpath
14f4afb658 Make sure we unpack the fixture tarballs before running specs, as this can
cause breakage if they have been updated recently.
2012-03-23 15:19:06 +00:00
Fabio Pelosin
32aaaf8368 Merge branch 'master', remote-tracking branch 'origin'
* origin:
  Removed unrelated experimental changes to local_pod.rb
  [#153] Relaxed run if needed
  [#153] Hide pod setup
  [#179] Support for :local pods outside the sanbox

* master:
2012-03-23 15:27:41 +01:00
Fabio Pelosin
7349d6b790 Merge pull request #186 from CocoaPods/hidden-setup
Hidden setup
2012-03-23 07:24:18 -07:00
Fabio Pelosin
8da0137773 Merge branch 'master', remote-tracking branch 'origin'
* origin:
  Erroneously deleted + on self.options
  [#177] @alloy's suggestions
  Revert .git behaviour and refactoring
  [fix] Support for dashes in GitHub repo and author
  [#177] Fix for GitHub repos missing final .git in the source
  [#177] Added --extended option
  Tweaks to regex and coloring
  [#177] Search command improvements

* master:
2012-03-23 15:15:11 +01:00
Fabio Pelosin
838ae0b52d Merge pull request #185 from CocoaPods/improved-search
Improved search
2012-03-23 07:14:00 -07:00
Fabio Pelosin
5bf9aa05d4 Erroneously deleted + on self.options 2012-03-23 14:58:58 +01:00
Fabio Pelosin
5fb94da0b9 [#177] @alloy's suggestions 2012-03-23 14:55:00 +01:00
Fabio Pelosin
9bb3e73e2e Revert .git behaviour and refactoring 2012-03-23 14:36:00 +01:00
Fabio Pelosin
099b796656 [fix] Support for dashes in GitHub repo and author 2012-03-23 13:35:49 +01:00
Fabio Pelosin
bdebd670b9 [#177] Fix for GitHub repos missing final .git in the source 2012-03-23 12:50:14 +01:00
Fabio Pelosin
735d6bbc97 [#177] Added --extended option 2012-03-23 12:45:19 +01:00
Fabio Pelosin
4ea808d5af Merge branch 'master' into hidden-setup
* master:
  [#184] fix for documentation options
  [#180] check appledoc exit status
2012-03-23 00:14:49 +01:00
Fabio Pelosin
71dda87d29 Removed unrelated experimental changes to local_pod.rb 2012-03-23 00:14:10 +01:00
Fabio Pelosin
042790e97a Tweaks to regex and coloring 2012-03-22 23:58:16 +01:00
Fabio Pelosin
9d87bf4023 Merge branch 'master' into improved-search
* master:
  [#184] fix for documentation options
  [#180] check appledoc exit status
  [#112] Refactoring based on suggestions by @alloy
  [#112] Improved remote url detection for spec repo
  [#132, #183] Fix to make repo update tolerant of stray files ~./cocoapods
  [#112] Introduced --push option for setup command
2012-03-22 18:08:59 +01:00
Fabio Pelosin
18bc2ab86c [#184] fix for documentation options 2012-03-22 18:04:47 +01:00
Fabio Pelosin
0bb5a78463 [#153] Relaxed run if needed 2012-03-22 17:09:49 +01:00
Fabio Pelosin
fe28e35b29 [#180] check appledoc exit status 2012-03-22 16:38:58 +01:00
Fabio Pelosin
f087e415ed [#153] Hide pod setup 2012-03-21 13:13:56 +01:00
Fabio Pelosin
de6efbd1fe Merge branch 'master' into local-pod-source
* master:
  [#112] Refactoring based on suggestions by @alloy
  [#112] Improved remote url detection for spec repo
  [#132, #183] Fix to make repo update tolerant of stray files ~./cocoapods
  [#112] Introduced --push option for setup command
2012-03-21 11:48:08 +01:00
Fabio Pelosin
fd1e891f4a [#112] Refactoring based on suggestions by @alloy 2012-03-21 11:36:08 +01:00
Fabio Pelosin
89f81e1082 [#112] Improved remote url detection for spec repo 2012-03-20 23:38:17 +01:00
Fabio Pelosin
613db0bc29 Merge branch 'setup-push'
* setup-push:
  [#112] Introduced --push option for setup command
2012-03-20 23:15:08 +01:00
Fabio Pelosin
194de44888 [#132, #183] Fix to make repo update tolerant of stray files ~./cocoapods 2012-03-20 22:50:03 +01:00
Fabio Pelosin
bdab2f8395 [#179] Support for :local pods outside the sanbox 2012-03-20 22:41:47 +01:00
Fabio Pelosin
a403638663 [#112] Introduced --push option for setup command 2012-03-20 22:32:47 +01:00
Fabio Pelosin
53b7113411 [#177] Search command improvements
- colors
- description wrap
- GitHub watchers and followers
2012-03-20 22:21:39 +01:00