Commit 8ab10173 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Cleanup

parent 4e4cf78b
source "http://rubygems.org"
unless defined?(Pod::VERSION)
::BUNDLER_GEMSPEC = true unless defined?(::BUNDLER_GEMSPEC)
# Declares a dependency to the git repo of CocoaPods gem. This declaration is
# compatible with the local git repos feature of Bundler.
#
def cp_gem(name, repo_name, branch = 'master')
url = "https://github.com/CocoaPods/#{repo_name}.git"
gem name, :git => url, :branch => branch
end
source 'http://rubygems.org'
gemspec
group :development do
# To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler.
# For more info see http://bundler.io/git.html#local
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master'
gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master'
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master'
gem 'cocoapods-try', :git => 'https://github.com/CocoaPods/cocoapods-try.git', :branch => 'master'
gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master'
gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master'
gem 'rake', '~> 10.1.0' # Ruby 1.8.7
gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis
gem "bacon"
gem "mocha-on-bacon"
cp_gem 'claide', 'CLAide'
cp_gem 'cocoapods-core', 'Core'
cp_gem 'cocoapods-downloader', 'cocoapods-downloader'
cp_gem 'cocoapods-plugins', 'cocoapods-plugins'
cp_gem 'cocoapods-trunk', 'cocoapods-trunk'
cp_gem 'cocoapods-try', 'cocoapods-try'
cp_gem 'xcodeproj', 'Xcodeproj'
gem 'bacon'
gem 'mocha'
gem 'mocha-on-bacon'
gem 'prettybacon'
gem 'clintegracon'
gem 'webmock', "< 1.16"
# For the integration tests
gem "diffy"
gem 'webmock'
# Lock the current lowest requirement for ActiveSupport 3 to ensure we don't
# re-introduce https://github.com/CocoaPods/CocoaPods/issues/1950
gem 'i18n', '0.6.4'
gem 'mime-types', '< 2' # v2 is 1.9.x only
gem 'coveralls', :require => false
# Explicitly add this, otherwise it might sometimes be missing:
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23.
gem 'simplecov'
# Integration tests
gem 'diffy'
gem 'clintegracon'
if RUBY_VERSION >= '1.9.3'
gem 'rubocop'
......@@ -48,18 +40,16 @@ group :development do
end
group :debugging do
gem "rb-fsevent"
gem "kicker"
gem "awesome_print"
gem "pry"
# The released gem leads to stack too deep when profiling a full run.
gem "ruby-prof", :git => "https://github.com/ruby-prof/ruby-prof.git"
gem 'rb-fsevent'
gem 'kicker'
gem 'awesome_print'
gem 'pry'
end
group :documentation do
gem 'yard'
gem 'redcarpet', '< 3.0.0' # Not compatible with MRI 1.8.7
gem 'github-markup'
gem 'pygments.rb'
group :ruby_1_8_7 do
# Lock the current lowest requirement for ActiveSupport 3 to ensure we don't
# re-introduce https://github.com/CocoaPods/CocoaPods/issues/1950
gem 'i18n', '0.6.4'
gem 'mime-types', '< 2.0'
gem 'activesupport', '< 4'
end
......@@ -17,10 +17,21 @@ PATH
xcodeproj (~> 0.18.0)
GIT
remote: https://github.com/ruby-prof/ruby-prof.git
revision: e3317c4bf0b58dceee86e5dd9cf03165fcfd964f
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: de7a0fa64bc9a0d72278b4d384539ce748df6220
branch: master
specs:
ruby-prof (0.15.1)
xcodeproj (0.18.0)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 754e53f3c3eec4c5ba129d6955484fb27631d1d5
branch: master
specs:
cocoapods-try (0.3.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
......@@ -34,19 +45,12 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 0740e01bc8b99cbd8249e766fc4a87eae71e995e
revision: 3e155c3aca043a70e9a43138520a1ae75bf59d3d
branch: master
specs:
cocoapods-plugins (0.2.0)
nap
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 754e53f3c3eec4c5ba129d6955484fb27631d1d5
branch: master
specs:
cocoapods-try (0.3.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 0e02c9da094a82c5049cbf7266d9eefef2fd5552
......@@ -54,26 +58,9 @@ GIT
specs:
cocoapods-downloader (0.6.1)
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: 303b96021e0fdd0003a71f1f9bf6823a6262ba12
branch: master
specs:
claide (0.6.1)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: de7a0fa64bc9a0d72278b4d384539ce748df6220
branch: master
specs:
xcodeproj (0.18.0)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 97e961955a9d230aa5d2291dc1d323d283f1d49f
revision: b997f050f65b2823bbf3539308206b1b0e630932
branch: master
specs:
cocoapods-core (0.33.1)
......@@ -82,6 +69,13 @@ GIT
json_pure (~> 1.8)
nap (~> 0.5)
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: 303b96021e0fdd0003a71f1f9bf6823a6262ba12
branch: master
specs:
claide (0.6.1)
GEM
remote: http://rubygems.org/
specs:
......@@ -98,21 +92,12 @@ GEM
diffy
coderay (1.1.0)
colored (1.2)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.4.2)
safe_yaml (~> 1.0.0)
diffy (3.0.6)
docile (1.1.5)
escape (0.0.4)
ffi (1.9.3)
fuzzy_match (2.0.4)
github-markup (1.2.1)
posix-spawn (~> 0.3.8)
i18n (0.6.4)
json (1.8.1)
json_pure (1.8.1)
......@@ -139,7 +124,6 @@ GEM
parser (2.2.0.pre.4)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
posix-spawn (0.3.8)
powerpack (0.0.9)
prettybacon (0.0.2)
bacon (~> 1.2)
......@@ -147,20 +131,12 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pygments.rb (0.6.0)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rainbow (2.0.0)
rake (10.1.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
redcarpet (2.3.0)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rubocop (0.24.1)
json (>= 1.7.7, < 2)
parser (>= 2.2.0.pre.3, < 3.0)
......@@ -169,26 +145,16 @@ GEM
ruby-progressbar (~> 1.4)
ruby-progressbar (1.5.1)
safe_yaml (1.0.3)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
tins (1.3.0)
webmock (1.15.2)
addressable (>= 2.2.7)
crack (>= 0.3.2)
yajl-ruby (1.1.0)
yard (0.8.7.4)
PLATFORMS
ruby
DEPENDENCIES
activesupport (< 4)
awesome_print
bacon
claide!
......@@ -199,24 +165,16 @@ DEPENDENCIES
cocoapods-plugins!
cocoapods-trunk!
cocoapods-try!
coveralls
diffy
github-markup
i18n (= 0.6.4)
kicker
libxml-ruby
mime-types (< 2)
mocha (~> 1.0.0)
mime-types (< 2.0)
mocha
mocha-on-bacon
prettybacon
pry
pygments.rb
rake (~> 10.1.0)
rb-fsevent
redcarpet (< 3.0.0)
rubocop
ruby-prof!
simplecov
webmock (< 1.16)
webmock
xcodeproj!
yard
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