hostmanager 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +20 -20
  2. data/README.rdoc +17 -14
  3. data/VERSION +1 -1
  4. data/hostmanager.gemspec +1 -1
  5. metadata +2 -2
data/README.md CHANGED
@@ -1,22 +1,22 @@
1
- = Hostmanager
2
-
3
- == Summary
4
-
5
- A class and command line utility that allows simple management of ssh hosts and remote folders. E.g. logging in to a remote server becomes as easy as 'hm l y'.
6
-
7
- == Examples
8
-
9
- hm add m myname@myhost
10
- hm x m
11
- hm list
12
- hm scp m:my_file h:.
13
-
14
- == Command Manual
15
-
16
- === Commands
17
-
18
- hm add <letter> myname@myhost.com --- Add a host to be referred to with <letter>
19
- hm list -- List all hosts
20
- hm x <letter>
1
+ #= Hostmanager
2
+ #
3
+ #== Summary
4
+ #
5
+ #A class and command line utility that allows simple management of ssh hosts and remote folders. E.g. logging in to a remote server becomes as easy as 'hm l y'.
6
+ #
7
+ #== Examples
8
+ #
9
+ # hm add m myname@myhost
10
+ # hm x m
11
+ # hm list
12
+ # hm scp m:my_file h:.
13
+ #
14
+ #== Command Manual
15
+ #
16
+ #=== Commands
17
+ #
18
+ # hm add <letter> myname@myhost.com --- Add a host to be referred to with <letter>
19
+ # hm list -- List all hosts
20
+ # hm x <letter>
21
21
 
22
22
 
data/README.rdoc CHANGED
@@ -1,19 +1,22 @@
1
- = hostmanager
1
+ = Hostmanager
2
2
 
3
- Description goes here.
3
+ == Summary
4
4
 
5
- == Contributing to hostmanager
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
- * Fork the project.
10
- * Start a feature/bugfix branch.
11
- * Commit and push until you are happy with your contribution.
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
5
+ A class and command line utility that allows simple management of ssh hosts and remote folders. E.g. logging in to a remote server becomes as easy as 'hm l y'.
14
6
 
15
- == Copyright
7
+ == Examples
8
+
9
+ hm add m myname@myhost
10
+ hm x m
11
+ hm list
12
+ hm scp m:my_file h:.
13
+
14
+ == Command Manual
15
+
16
+ === Commands
17
+
18
+ hm add <letter> myname@myhost.com --- Add a host to be referred to with <letter>
19
+ hm list -- List all hosts
20
+ hm x <letter>
16
21
 
17
- Copyright (c) 2012 Edmund Highcock. See LICENSE.txt for
18
- further details.
19
22
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/hostmanager.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "hostmanager"
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Edmund Highcock"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hostmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 3436697380726897342
135
+ hash: -3831461608206800103
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  none: false
138
138
  requirements: