public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Finally fix the tag task?
macournoyer (author)
Fri Jan 25 11:31:01 -0800 2008
commit  38b7c0d42699fc8f40a48a08507021bab625adcb
tree    9ad93df418d44f64f57474098d5f13720b88c68c
parent  47154115483833730a6317cb3179f1415e0b7a19
...
43
44
45
46
 
47
48
49
50
51
52
 
53
54
55
...
43
44
45
 
46
47
48
49
50
51
 
52
53
54
55
0
@@ -43,13 +43,13 @@
0
   puts "*" * 40
0
   puts "Don't forget to tag the release:"
0
   puts
0
- puts " git tag -a v#{Thin::VERSION::STRING} -m 'Tagging #{Thin::SERVER}'"
0
+ puts " git tag -m 'Tagging #{Thin::SERVER}' -a v#{Thin::VERSION::STRING}"
0
   puts
0
   puts "or run rake tag"
0
   puts "*" * 40
0
 end
0
 task :tag do
0
- sh "git tag -a v#{Thin::VERSION::STRING} -m 'Tagging #{Thin::SERVER}'"
0
+ sh "git tag -m 'Tagging #{Thin::SERVER}' -a v#{Thin::VERSION::STRING}"
0
 end
0
 task :gem => :tag_warn
0
 

Comments

    No one has commented yet.