Commit Graph

1091 Commits

Author SHA1 Message Date
Fabio Pelosin
462d6a133c Minor bug fixes. 2012-05-14 17:35:13 +02:00
Fabio Pelosin
8bdb41f8ab Merge branch 'master' into spec-refactor
* master:
  Minor copy change
  A few small fixes related to integrating multiple targets/projects.
  Add rake ~> 0.9.0 (for rake/file_list.rb file) to gemspec. Closes #195.
  Fix for https://github.com/CocoaPods/CocoaPods/issues/141
  [Push] Bypass pre-commit hook.
  [Fix] GitHub downloader was downloading the repos twice.

Conflicts:
	spec/unit/resolver_spec.rb
2012-05-14 17:28:25 +02:00
Fabio Pelosin
ebc4b1513f Minor fixes related to master repo update. 2012-05-14 16:31:22 +02:00
Fabio Pelosin
e2867dade8 Updated master repo in fixtures. 2012-05-14 16:18:25 +02:00
Fabio Pelosin
8ecd4bcfda Integration of Specificaiton refactor. 2012-05-14 16:03:52 +02:00
Fabio Pelosin
3876515199 [Pod::Executable] Show woking dir in output. 2012-05-14 16:02:52 +02:00
Fabio Pelosin
7162c5afde Completed Pod::Specification refactor. 2012-05-14 16:02:06 +02:00
Jean Regisser
326928c72f Minor copy change 2012-05-14 11:36:06 +02:00
Eloy Duran
fc8507dcb3 A few small fixes related to integrating multiple targets/projects. 2012-05-12 20:30:40 +02:00
Eloy Duran
a28730d945 Add rake ~> 0.9.0 (for rake/file_list.rb file) to gemspec. Closes #195. 2012-05-12 17:59:18 +02:00
Fabio Pelosin
22de372851 [Specification#preferred_dependency] Implementation. 2012-05-11 17:38:17 +02:00
Fabio Pelosin
77c1f0b1b2 [Specification] Clean up. 2012-05-11 17:12:07 +02:00
Fabio Pelosin
1d7b4e7683 [LocalPod] Clean all the unused files. 2012-05-11 17:10:40 +02:00
Fabio Pelosin
27f011fd2b Merge pull request #255 from jeanregisser/fix_subspec_as_external
Fixed external subspec dependency
2012-05-11 06:39:10 -07:00
Fabio Pelosin
b568f82b6d [Specification] Inherith dependencies from the parent. 2012-05-10 22:03:32 +02:00
Fabio Pelosin
65221133fb [LocalPod] Cluster specifications. 2012-05-10 21:30:44 +02:00
Fabio Pelosin
3364111c04 [Spec::Linter] Minor tweaks. 2012-05-10 18:11:47 +02:00
Jean Regisser
23a2e68ec2 Fix for https://github.com/CocoaPods/CocoaPods/issues/141 2012-05-10 17:50:28 +02:00
Fabio Pelosin
6112aba06d [Push] Bypass pre-commit hook. 2012-05-10 17:09:25 +02:00
Fabio Pelosin
5f25ad70aa [Fix] GitHub downloader was downloading the repos twice. 2012-05-10 16:43:47 +02:00
Fabio Pelosin
607b833393 [Pod::Informative] Minor fix. 2012-05-10 16:21:14 +02:00
Fabio Pelosin
a1286c7acc Merge branch 'master' into spec-refactor
Get the cache for testing.

* master:
  Enable caching for specs and remove configurable git cache size.
  Save Git chaches in ~/Library/Caches/CocoaPods/Git.
  [Downloader::Git] Skip cache pull if ref is available.
  Restored Pod::Downloader::Git::GitHub.
  [Git] Fix for Travis errors.
  [Git] Increased default cache to 500Mb.
  [Downloader::Git] Completed cache support
  [Git<<Downloader] Fix for url hash
  [Downloader::Git] Cache repos
2012-05-10 15:25:34 +02:00
Fabio Pelosin
9838d1748d Enable caching for specs and remove configurable git cache size. 2012-05-10 15:15:34 +02:00
Fabio Pelosin
f03ed11c7f Save Git chaches in ~/Library/Caches/CocoaPods/Git. 2012-05-10 15:05:53 +02:00
Fabio Pelosin
0c5c43c1f4 Speficiation#activate_for_platform and collateral improvements. 2012-05-10 14:51:13 +02:00
Fabio Pelosin
8b505899bf Automatically decorate Informatives. 2012-05-10 14:50:48 +02:00
Fabio Pelosin
b7baee9679 [Downloader::Git] Skip cache pull if ref is available. 2012-05-09 23:20:08 +02:00
Fabio Pelosin
0d4dd44b49 Merge pull request #248 from CocoaPods/git-cache
[Downloader::Git] Cache repos
2012-05-09 12:10:32 -07:00
Fabio Pelosin
cfbdef5484 Restored Pod::Downloader::Git::GitHub. 2012-05-09 20:59:35 +02:00
Fabio Pelosin
99d2042530 Simplified resolution process and implemented `main_subspec' substitution. 2012-05-09 18:48:41 +02:00
Fabio Pelosin
87778d87fa Small clean up. 2012-05-09 16:39:30 +02:00
Fabio Pelosin
ea9b1810d0 WIP Specification refactor. 2012-05-09 15:16:20 +02:00
Eloy Duran
81d3550d71 Actually add the user's build configurations to Pods.xcodeproj.
Closes #105, #121, #215.
2012-05-06 23:18:52 +02:00
Eloy Duran
a0a15ccc7e Add build configurations to the Pods targets based on Debug and Release. 2012-05-06 23:18:52 +02:00
Eloy Duran
c46a4c1b18 Read the configurations from the user's projects and default to :release. 2012-05-06 23:18:52 +02:00
Eloy Duran
660d5a618c Add build configs of all the user's projects to the Pods project.
Still need to do it at the target level too.
2012-05-06 23:18:52 +02:00
Eloy Duran
8453f58555 Podfile#xcodeproj now also takes a hash of custom configurations that the user's project contains. 2012-05-06 23:18:52 +02:00
Will Pragnell
edff6c05d8 Merge branch master into acknowledgements 2012-05-06 17:38:59 +01:00
Will Pragnell
5c62253abd Made Acknowledgements Plist title configurable 2012-05-06 17:32:09 +01:00
Will Pragnell
2c9443458f Fixed Acknowledgements file names 2012-05-06 17:32:09 +01:00
Will Pragnell
4cdeed685d Removed unnecessary () from specs 2012-05-06 17:32:09 +01:00
Will Pragnell
de6a8702f4 Improved Markdown Acknowledgements unit testing 2012-05-06 17:32:08 +01:00
Will Pragnell
14821f6814 Improved Plist Acknowledgements unit testing some more 2012-05-06 17:32:08 +01:00
Will Pragnell
73f7f8c88f Improve Acknowledgements unit testing 2012-05-06 17:32:08 +01:00
Will Pragnell
dc2600692a Improve Plist Acknowledgements unit testing a little 2012-05-06 17:32:08 +01:00
Will Pragnell
f8774598eb Completed basic implementation of Markdown Acknowledgements subclass 2012-05-06 17:32:08 +01:00
Will Pragnell
bcfb32408e WIP: Added Markdown Acknowledgements subclass 2012-05-06 17:32:08 +01:00
Will Pragnell
cdad6fe43f Added Plist Acknowledgements sub-class 2012-05-06 17:32:08 +01:00
Will Pragnell
908327e6aa Changed Local_pod license method to license_text and added fallback to file if no text specified 2012-05-06 17:32:08 +01:00
Will Pragnell
6ec5ea8995 Cleaned up BananaLib fixture a little 2012-05-06 17:31:50 +01:00