Skip to content

Commit

Permalink
0.0.2 -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Nazarenus committed Jan 11, 2014
1 parent 0d7c69a commit 0805a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
travis-custom-deploy [![Gem Version](https://badge.fury.io/rb/travis-custom-deploy.png)](http://badge.fury.io/rb/travis-custom-deploy)
====================
[![Build Status](https://travis-ci.org/jens-na/travis-custom-deploy.png?branch=master)](https://travis-ci.org/jens-na/travis-custom-deploy) [![Coverage Status](https://coveralls.io/repos/jens-na/travis-custom-deploy/badge.png?branch=master)](https://coveralls.io/r/jens-na/travis-custom-deploy?branch=master)
[![Build Status](https://travis-ci.org/jens-na/travis-custom-deploy.png?branch=master)](https://travis-ci.org/jens-na/travis-custom-deploy)
[![Coverage Status](https://coveralls.io/repos/jens-na/travis-custom-deploy/badge.png?branch=master)](https://coveralls.io/r/jens-na/travis-custom-deploy?branch=master)
[![Code Climate](https://codeclimate.com/github/jens-na/travis-custom-deploy.png)](https://codeclimate.com/github/jens-na/travis-custom-deploy)
[![Dependency Status](https://gemnasium.com/jens-na/travis-custom-deploy.png)](https://gemnasium.com/jens-na/travis-custom-deploy)

Deploy your ruby based applications on your own server.
Expand Down
1 change: 0 additions & 1 deletion lib/travis-custom-deploy/transfer/sftp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def transfer
Net::SFTP.start(@options['host'], @options['username'],
:password => @options['password']) do |sftp|
for e in @files
require 'pry'; binding.pry
sftp.upload!(e, "#{@remotedir}/")
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/travis-custom-deploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TravisCustomDeploy

VERSION = "0.0.2"
VERSION = "0.0.3"

end

0 comments on commit 0805a9d

Please sign in to comment.