Skip to content

Commit

Permalink
suggested git usage for gemspec tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
automatthew committed Mar 10, 2009
1 parent 24e05e4 commit d8798bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -74,6 +74,10 @@ task "stable:gemspec" => :gemspec do
end

desc "create the gemspec for waves-edge"
# Suggested usage:
# create a tracking branch for waves/edge
# after generating gemspec and committing, do
# git push edge_remote edge_track:master
task "edge:gemspec" => :gemspec do
version = Time.now.strftime('%Y.%m.%d.%H.%M')
File.open("waves.gemspec", "r") do |w|
Expand Down

0 comments on commit d8798bf

Please sign in to comment.