Commit a878a8e0 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Gemspec] Update molinillo dependency to `~> 0.1.0`

parent b7871690
...@@ -18,10 +18,10 @@ GIT ...@@ -18,10 +18,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Molinillo.git remote: https://github.com/CocoaPods/Molinillo.git
revision: 3e27234148022ba1455a9228e7b710314204d4c5 revision: e86cec392a75c577f2c803d8cc87debe41a9bdbe
branch: master branch: master
specs: specs:
molinillo (0.0.1) molinillo (0.1.0)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
...@@ -78,7 +78,7 @@ PATH ...@@ -78,7 +78,7 @@ PATH
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
json_pure (~> 1.8) json_pure (~> 1.8)
molinillo (~> 0) molinillo (~> 0.1.0)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.19.4) xcodeproj (~> 0.19.4)
......
...@@ -34,7 +34,7 @@ Gem::Specification.new do |s| ...@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-trunk', '~> 0.3.1'
s.add_runtime_dependency 'molinillo', '~> 0' s.add_runtime_dependency 'molinillo', '~> 0.1.0'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
......
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