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
7786cddf
Commit
7786cddf
authored
May 30, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bundler] Add Gemfile.lock to source control and update Bundler on release
parent
06d11ca5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
166 additions
and
1 deletion
+166
-1
.gitignore
.gitignore
+0
-1
Gemfile.lock
Gemfile.lock
+163
-0
Rakefile
Rakefile
+3
-0
No files found.
.gitignore
View file @
7786cddf
...
...
@@ -10,7 +10,6 @@ xcuserdata
project.xcworkspace
DerivedData
/concatenated.*
Gemfile.lock
# Yardoc
.yardoc
...
...
Gemfile.lock
0 → 100644
View file @
7786cddf
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: e97c290ccc133ed03b856ca5527cfc47610ac901
branch: master
specs:
claide (0.3.2)
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 3d103e417fe77adea230f8817e446f1a7d136172
branch: master
specs:
cocoapods-core (0.20.2)
activesupport (~> 3.2.13)
json (~> 1.8.0)
nap (~> 0.5.1)
rake (~> 10.0.0)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 0571050275fa11c7bb0ad50bd7945624c1d45111
branch: master
specs:
xcodeproj (0.6.0)
activesupport (~> 3.2.13)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 2cc10348d9eb35862d900d79c72cd967388962b9
branch: master
specs:
cocoapods-downloader (0.1.1)
GIT
remote: https://github.com/alloy/kicker.git
revision: 6430787ebf8b9305acc2d2f89ae5cf01d2cd5488
branch: 3.0.0
specs:
kicker (3.0.0pre1)
listen
terminal-notifier
GIT
remote: https://github.com/irrationalfab/PrettyBacon.git
revision: c42de649708149bbfb5fb5beefa65440855cf876
branch: master
specs:
prettybacon (0.0.1)
bacon (~> 1.2)
GIT
remote: https://github.com/lemurheavy/coveralls-ruby.git
revision: 2576b7d37545c6f28f0ad43f56cddc09ca2740f4
specs:
coveralls (0.6.7)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
PATH
remote: .
specs:
cocoapods (0.20.2)
activesupport (~> 3.2.13)
claide (~> 0.3.2)
cocoapods-core (= 0.20.2)
cocoapods-downloader (~> 0.1.1)
colored (~> 1.2)
escape (~> 0.0.4)
json (~> 1.8.0)
open4 (~> 1.3.0)
rake (~> 10.0.0)
xcodeproj (~> 0.6.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
awesome_print (1.1.0)
bacon (1.2.0)
coderay (1.0.9)
colored (1.2)
diffy (2.1.4)
escape (0.0.4)
ffi (1.8.1)
github-markup (0.7.5)
i18n (0.6.1)
json (1.8.0)
listen (1.1.4)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
metaclass (0.0.1)
method_source (0.8.1)
mime-types (1.23)
mocha (0.14.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
multi_json (1.7.4)
nap (0.5.1)
open4 (1.3.0)
posix-spawn (0.3.6)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pygments.rb (0.5.0)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rake (10.0.4)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
redcarpet (2.3.0)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-prof (0.13.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.5)
term-ansicolor (1.2.2)
tins (~> 0.8)
terminal-notifier (1.4.2)
thor (0.18.1)
tins (0.8.0)
yajl-ruby (1.1.0)
yard (0.8.6.1)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
bacon
claide!
cocoapods!
cocoapods-core!
cocoapods-downloader!
coveralls!
diffy
github-markup
kicker!
mocha
mocha-on-bacon
prettybacon!
pry
pygments.rb
rake
rb-fsevent
redcarpet
ruby-prof
xcodeproj!
yard
Rakefile
View file @
7786cddf
...
...
@@ -100,6 +100,9 @@ namespace :gem do
# Ensure that the branches are up to date with the remote
sh
"git pull"
puts
"* Updating Bundle"
silent_sh
(
'bundle update'
)
puts
"* Running specs"
silent_sh
(
'rake spec:all'
)
...
...
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