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
2f6e2089
Commit
2f6e2089
authored
Oct 27, 2012
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move CLAide dependency to gemspec.
parent
412e8bde
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
11 deletions
+4
-11
Gemfile
Gemfile
+0
-3
Gemfile.lock
Gemfile.lock
+3
-8
cocoapods.gemspec
cocoapods.gemspec
+1
-0
No files found.
Gemfile
View file @
2f6e2089
...
...
@@ -2,9 +2,6 @@ source "http://rubygems.org"
gemspec
# TODO
gem
"
claide
"
,
:git
=>
"git://github.com/alloy/CLAide.git"
group
:development
do
gem
"
xcodeproj
"
,
:git
=>
"git://github.com/CocoaPods/Xcodeproj.git"
gem
"
mocha
"
,
"~> 0.11.4"
...
...
Gemfile.lock
View file @
2f6e2089
...
...
@@ -6,12 +6,6 @@ GIT
activesupport (~> 3.2.6)
colored (~> 1.2)
GIT
remote: git://github.com/alloy/CLAide.git
revision: a14ea1f793034d9618bebe3d063230df8b6b3f96
specs:
claide (0.1.0)
GIT
remote: https://github.com/alloy/kicker.git
revision: 6430787ebf8b9305acc2d2f89ae5cf01d2cd5488
...
...
@@ -26,6 +20,7 @@ PATH
specs:
cocoapods (0.16.0.rc2)
activesupport (~> 3.2.6)
claide (~> 0.1)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
...
...
@@ -44,13 +39,14 @@ GEM
addressable (2.3.2)
awesome_print (1.1.0)
bacon (1.1.0)
claide (0.1.0)
coderay (1.0.8)
colored (1.2)
crack (0.3.1)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.
8.8
)
faraday_middleware (0.
9.0
)
faraday (>= 0.7.4, < 0.9)
github-markup (0.7.4)
hashie (1.2.0)
...
...
@@ -93,7 +89,6 @@ PLATFORMS
DEPENDENCIES
awesome_print
bacon
claide!
cocoapods!
github-markup
kicker!
...
...
cocoapods.gemspec
View file @
2f6e2089
...
...
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s
.
executables
=
%w{ pod }
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
'
faraday
'
,
'~> 0.8.1'
...
...
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