Commit e4e6c60 1 parent 777da3b commit e4e6c60 Copy full SHA for e4e6c60
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ task :release => :build do
92
92
puts "You must be on the master branch to release!"
93
93
exit!
94
94
end
95
- sh "sudo gem install pkg/#{ name } -#{ version } .gem"
95
+ sh "gem install pkg/#{ name } -#{ version } .gem"
96
96
sh "git commit --allow-empty -a -m 'Release #{ version } '"
97
97
sh "git tag v#{ version } "
98
98
sh "git push origin master"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
## If your rubyforge_project name is different, then edit it and comment out
14
14
## the sub! line in the Rakefile
15
15
s . name = 'excon'
16
- s . version = '0.3.2 '
17
- s . date = '2010-12-09 '
16
+ s . version = '0.3.3 '
17
+ s . date = '2010-12-10 '
18
18
s . rubyforge_project = 'excon'
19
19
20
20
## Make sure your summary is short. The description may be as long
Original file line number Diff line number Diff line change 13
13
module Excon
14
14
15
15
unless const_defined? ( :VERSION )
16
- VERSION = '0.3.2 '
16
+ VERSION = '0.3.3 '
17
17
end
18
18
19
19
unless const_defined? ( :CHUNK_SIZE )
You can’t perform that action at this time.
0 commit comments