direct_ssh 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # DirectSsh
2
2
 
3
- In order to use ssh without the need to enter password every time, this gem will create public/private rsa keys if they do not exist and send public key to remote server
3
+ In order to use SSH or SCP without the need to enter password every time, this gem will create public/private ssh rsa keys if they do not exist and send public key to remote server automatically only if necessary.
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.version = DirectSsh::VERSION
11
11
  spec.authors = ["Xia Xiongjun"]
12
12
  spec.email = ["xxjapp@gmail.com"]
13
- spec.description = %q{Create public/private rsa keys if they do not exist and send public key to remote server}
14
- spec.summary = %q{Use ssh without the need to enter password everytime}
13
+ spec.description = %q{In order to use SSH or SCP without the need to enter password every time, this gem will create public/private ssh rsa keys if they do not exist and send public key to remote server automatically only if necessary.}
14
+ spec.summary = %q{Use SSH or SCP directly without the need to enter password every time}
15
15
  spec.homepage = %q{https://github.com/xxjapp/direct_ssh}
16
16
  spec.license = "MIT"
17
17
 
@@ -1,3 +1,3 @@
1
1
  module DirectSsh
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: direct_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,8 +91,9 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
- description: Create public/private rsa keys if they do not exist and send public key
95
- to remote server
94
+ description: In order to use SSH or SCP without the need to enter password every time,
95
+ this gem will create public/private ssh rsa keys if they do not exist and send public
96
+ key to remote server automatically only if necessary.
96
97
  email:
97
98
  - xxjapp@gmail.com
98
99
  executables:
@@ -139,5 +140,5 @@ rubyforge_project:
139
140
  rubygems_version: 1.8.23
140
141
  signing_key:
141
142
  specification_version: 3
142
- summary: Use ssh without the need to enter password everytime
143
+ summary: Use SSH or SCP directly without the need to enter password every time
143
144
  test_files: []