Commit fe96a978 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.15.1

parent 3ac22efd
## Master ## Master
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.0...master) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.1...master)
## 0.15.1
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.0...0.15.1)
###### Enhancements ###### Enhancements
...@@ -22,6 +26,7 @@ ...@@ -22,6 +26,7 @@
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...0.15.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.3...0.3.4) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...0.15.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.3...0.3.4)
###### Enhancements ###### Enhancements
- Pod `install` will update the specs repo only if needed. - Pod `install` will update the specs repo only if needed.
[#533](https://github.com/CocoaPods/CocoaPods/issues/533) [#533](https://github.com/CocoaPods/CocoaPods/issues/533)
- CocoaPods now searches for the highest version of a Pod on all the repos. - CocoaPods now searches for the highest version of a Pod on all the repos.
...@@ -44,6 +49,7 @@ ...@@ -44,6 +49,7 @@
###### Bug fixes ###### Bug fixes
- Subspecs namespacing has been restored. - Subspecs namespacing has been restored.
[#541](https://github.com/CocoaPods/CocoaPods/issues/541) [#541](https://github.com/CocoaPods/CocoaPods/issues/541)
- Improvements to the git cache that should be more robust. - Improvements to the git cache that should be more robust.
......
...@@ -17,7 +17,7 @@ GIT ...@@ -17,7 +17,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.15.0) cocoapods (0.15.1)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
......
...@@ -12,7 +12,7 @@ unless Gem::Version::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new( ...@@ -12,7 +12,7 @@ unless Gem::Version::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new(
end end
module Pod module Pod
VERSION = '0.15.0' VERSION = '0.15.1'
class PlainInformative < StandardError class PlainInformative < StandardError
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment