lib/deploy-context/deploy/ruby.rb in deploy-context-0.2.0.1.g91ccda3 vs lib/deploy-context/deploy/ruby.rb in deploy-context-0.3.0.1.g8904331
- old
+ new
@@ -7,10 +7,10 @@
gem ["build #{context.context_name}.gemspec"]
end
def ruby_release(context)
Dir.chdir context.context_folder
- gem ["push #{context.context_name}-0.1.0.gem"]
+ gem ["push #{context.context_name}-#{GVB.version}.gem"]
end
def ruby_install(context)
rake ['release']
# gem ['install', context.context_name]
\ No newline at end of file