Commit 7786cddf authored by Fabio Pelosin's avatar Fabio Pelosin

[Bundler] Add Gemfile.lock to source control and update Bundler on release

parent 06d11ca5
...@@ -10,7 +10,6 @@ xcuserdata ...@@ -10,7 +10,6 @@ xcuserdata
project.xcworkspace project.xcworkspace
DerivedData DerivedData
/concatenated.* /concatenated.*
Gemfile.lock
# Yardoc # Yardoc
.yardoc .yardoc
......
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
...@@ -100,6 +100,9 @@ namespace :gem do ...@@ -100,6 +100,9 @@ namespace :gem do
# Ensure that the branches are up to date with the remote # Ensure that the branches are up to date with the remote
sh "git pull" sh "git pull"
puts "* Updating Bundle"
silent_sh('bundle update')
puts "* Running specs" puts "* Running specs"
silent_sh('rake spec:all') silent_sh('rake spec:all')
......
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