-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: CocoaPods/CocoaPods
base: 0.6.1
head repository: CocoaPods/CocoaPods
compare: 0.7.0
Commits on May 21, 2012
-
[add] ability to specify :branch in Podfiles and Podspecs
Sam Stewart committedMay 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 5e3f797 - Browse repository at this point
Copy the full SHA 5e3f797View commit details -
Sam Stewart committed
May 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 2408e99 - Browse repository at this point
Copy the full SHA 2408e99View commit details
Commits on Jun 26, 2012
-
Sam Stewart committed
Jun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 19ed7d8 - Browse repository at this point
Copy the full SHA 19ed7d8View commit details -
[tweak] remove .to_a method since unnecessary with splat operator
Sam Stewart committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 4f92cc8 - Browse repository at this point
Copy the full SHA 4f92cc8View commit details
Commits on Jul 2, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 8bac42c - Browse repository at this point
Copy the full SHA 8bac42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366a98f - Browse repository at this point
Copy the full SHA 366a98fView commit details
Commits on Jul 3, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 439a791 - Browse repository at this point
Copy the full SHA 439a791View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21d1e7 - Browse repository at this point
Copy the full SHA a21d1e7View commit details -
[Spec#lint] Support remote podspecs.
Like `pod spec lint https://github.com/tibr/Specs/raw/123277fe658059c6efd5801aee1e504f55d488f6/Kiwi/1.1.0/Kiwi.podspec --verbose'
Configuration menu - View commit details
-
Copy full SHA for 1fd90d2 - Browse repository at this point
Copy the full SHA 1fd90d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c1043 - Browse repository at this point
Copy the full SHA 81c1043View commit details -
Array#flatten! returns nil if no modifications were made (i.e., array…
… contains no subarrays.) We probably want just `flatten` rather than `flatten!`
Configuration menu - View commit details
-
Copy full SHA for 8e9d2e9 - Browse repository at this point
Copy the full SHA 8e9d2e9View commit details -
Merge pull request #367 from Jaym3s/patch-1
Array#flatten! returns nil if no modifications were made
Configuration menu - View commit details
-
Copy full SHA for 53ac9ff - Browse repository at this point
Copy the full SHA 53ac9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d95a27f - Browse repository at this point
Copy the full SHA d95a27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1bea9 - Browse repository at this point
Copy the full SHA aa1bea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3756f - Browse repository at this point
Copy the full SHA 4b3756fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b00b6e2 - Browse repository at this point
Copy the full SHA b00b6e2View commit details
Commits on Jul 4, 2012
-
Configuration menu - View commit details
-
Copy full SHA for e42c614 - Browse repository at this point
Copy the full SHA e42c614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c5e45 - Browse repository at this point
Copy the full SHA 63c5e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 449c64f - Browse repository at this point
Copy the full SHA 449c64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c832f39 - Browse repository at this point
Copy the full SHA c832f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64b8e2 - Browse repository at this point
Copy the full SHA a64b8e2View commit details -
Merge pull request #373 from jinthagerman/develop
Handle extraction paths with spaces for http sources
Configuration menu - View commit details
-
Copy full SHA for a90159d - Browse repository at this point
Copy the full SHA a90159dView commit details
Commits on Jul 6, 2012
-
Merge branch 'develop' of github.com:CocoaPods/CocoaPods into develop
* 'develop' of github.com:CocoaPods/CocoaPods: Handle extraction paths with spaces
Configuration menu - View commit details
-
Copy full SHA for 86f6424 - Browse repository at this point
Copy the full SHA 86f6424View commit details -
Merge branch 'master' of https://github.com/playhaven/CocoaPods into …
…playhaven-master * 'master' of https://github.com/playhaven/CocoaPods: [tweak] remove .to_a method since unnecessary with splat operator [fix] unit tests now passing [fix] small syntax error [add] ability to specify :branch in Podfiles and Podspecs Conflicts: .gitignore lib/cocoapods/downloader/git.rb spec/fixtures/banana-lib.tar.gz spec/functional/downloader_spec.rb
Configuration menu - View commit details
-
Copy full SHA for b8e1080 - Browse repository at this point
Copy the full SHA b8e1080View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for f70d430 - Browse repository at this point
Copy the full SHA f70d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b6186 - Browse repository at this point
Copy the full SHA f3b6186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874a0ca - Browse repository at this point
Copy the full SHA 874a0caView commit details -
Merge pull request #372 from CocoaPods/spec-heredocs
Spec heredocs
Configuration menu - View commit details
-
Copy full SHA for 15a4276 - Browse repository at this point
Copy the full SHA 15a4276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e50349 - Browse repository at this point
Copy the full SHA 1e50349View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7faa8 - Browse repository at this point
Copy the full SHA bf7faa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf956df - Browse repository at this point
Copy the full SHA bf956dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7dd7e - Browse repository at this point
Copy the full SHA ef7dd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02cf0e - Browse repository at this point
Copy the full SHA a02cf0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0a496 - Browse repository at this point
Copy the full SHA 5a0a496View commit details -
Merge branch 'master' of github.com:CocoaPods/CocoaPods into develop
* 'master' of github.com:CocoaPods/CocoaPods: Array#flatten! returns nil if no modifications were made (i.e., array contains no subarrays.)
Configuration menu - View commit details
-
Copy full SHA for 6318a0a - Browse repository at this point
Copy the full SHA 6318a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26fb824 - Browse repository at this point
Copy the full SHA 26fb824View commit details -
Merge branch 'develop' of github.com:CocoaPods/CocoaPods into develop
* 'develop' of github.com:CocoaPods/CocoaPods: [Rakefile] Release from develop branch. Conflicts: Rakefile
Configuration menu - View commit details
-
Copy full SHA for 84fccd6 - Browse repository at this point
Copy the full SHA 84fccd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc14bd8 - Browse repository at this point
Copy the full SHA cc14bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae87f69 - Browse repository at this point
Copy the full SHA ae87f69View commit details
There are no files selected for viewing