Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
5334e67b
Commit
5334e67b
authored
Jun 25, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Gemfile] Use dependencies directly from gemspec.
parent
ce84e18e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
+15
-13
Gemfile
Gemfile
+1
-7
Gemfile.lock
Gemfile.lock
+14
-6
No files found.
Gemfile
View file @
5334e67b
source
"
http://rubygems.org
"
gem
"
colored
"
gem
"
escape
"
gem
"
json
"
gem
"
open4
"
gem
"
faraday
"
,
">= 0.8.1"
gem
"
octokit
"
gemspec
group
:development
do
gem
"
xcodeproj
"
,
:git
=>
"git://github.com/CocoaPods/Xcodeproj.git"
,
:branch
=>
"develop"
...
...
Gemfile.lock
View file @
5334e67b
...
...
@@ -5,6 +5,19 @@ GIT
specs:
xcodeproj (0.2.0.rc2)
PATH
remote: .
specs:
cocoapods (0.6.0.rc2)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7.0)
open4 (~> 1.3.0)
rake (~> 0.9.0)
xcodeproj (~> 0.2.0.rc1)
GEM
remote: http://rubygems.org/
specs:
...
...
@@ -59,15 +72,10 @@ PLATFORMS
DEPENDENCIES
awesome_print
bacon
colored
escape
faraday (>= 0.8.1)
cocoapods!
github-markup
json
kicker
mocha-on-bacon
octokit
open4
pry
rake
rb-fsevent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment