Skip to content

Commit

Permalink
Move checking dependencies from gem to gem:push to allow easy local
Browse files Browse the repository at this point in the history
installation of newer versions.
  • Loading branch information
janfri committed Mar 31, 2014
1 parent f7da9f5 commit dff35f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rim/git.rb
Expand Up @@ -32,7 +32,7 @@ class Rim
end
end
if feature_loaded? 'rim/gem'
task :gem => 'git:check'
task 'gem:push' => 'git:check'
task 'git:tag' => 'gem:push'
end
if feature_loaded? 'rim/release'
Expand Down
2 changes: 1 addition & 1 deletion lib/rim/version.rb
Expand Up @@ -17,7 +17,7 @@
end
end
if feature_loaded? 'rim/gem'
task :gem => 'version:check'
task 'gem:push' => 'version:check'
end
if feature_loaded? 'rim/release'
task :release => 'version:check'
Expand Down

0 comments on commit dff35f8

Please sign in to comment.