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
8f57fecb
Commit
8f57fecb
authored
Feb 27, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Rakefile] Minor fixes
parent
2df748ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Rakefile
Rakefile
+2
-1
No files found.
Rakefile
View file @
8f57fecb
...
@@ -48,7 +48,7 @@ namespace :gem do
...
@@ -48,7 +48,7 @@ namespace :gem do
desc
"Run all specs, build and install gem, commit version change, tag version change, and push everything"
desc
"Run all specs, build and install gem, commit version change, tag version change, and push everything"
task
:release
do
task
:release
do
unless
true
||
ENV
[
'SKIP_CHECKS'
]
unless
ENV
[
'SKIP_CHECKS'
]
if
`git symbolic-ref HEAD 2>/dev/null`
.
strip
.
split
(
'/'
).
last
!=
'master'
if
`git symbolic-ref HEAD 2>/dev/null`
.
strip
.
split
(
'/'
).
last
!=
'master'
$stderr
.
puts
"[!] You need to be on the `master' branch in order to be able to do a release."
$stderr
.
puts
"[!] You need to be on the `master' branch in order to be able to do a release."
exit
1
exit
1
...
@@ -280,6 +280,7 @@ end
...
@@ -280,6 +280,7 @@ end
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#
task
:examples
=>
"examples:build"
namespace
:examples
do
namespace
:examples
do
def
examples
def
examples
...
...
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