Move CLAide dependency to gemspec.
Showing
... | @@ -2,9 +2,6 @@ source "http://rubygems.org" | ... | @@ -2,9 +2,6 @@ source "http://rubygems.org" |
gemspec | gemspec | ||
# TODO | |||
gem "claide", :git => "git://github.com/alloy/CLAide.git" | |||
group :development do | group :development do | ||
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
gem "mocha", "~> 0.11.4" | gem "mocha", "~> 0.11.4" | ||
... | ... |
... | @@ -26,6 +26,7 @@ Gem::Specification.new do |s| | ... | @@ -26,6 +26,7 @@ Gem::Specification.new do |s| |
s.executables = %w{ pod } | s.executables = %w{ pod } | ||
s.require_paths = %w{ lib } | s.require_paths = %w{ lib } | ||
s.add_runtime_dependency 'claide', '~> 0.1' | |||
s.add_runtime_dependency 'xcodeproj', '~> 0.4.0.rc1' | s.add_runtime_dependency 'xcodeproj', '~> 0.4.0.rc1' | ||
s.add_runtime_dependency 'faraday', '~> 0.8.1' | s.add_runtime_dependency 'faraday', '~> 0.8.1' | ||
... | ... |
Please
register
or
sign in
to comment