sushi 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +2 -0
- data/lib/sushi/version.rb +1 -1
- data/sushi.gemspec +1 -0
- metadata +4 -3
data/LICENSE
CHANGED
data/lib/sushi/version.rb
CHANGED
data/sushi.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sushi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-10-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Capistrano SSH recipe that starts a SSH connection to remote server.
|
15
15
|
email: hello.from.code@gmail.com
|
@@ -24,7 +24,8 @@ files:
|
|
24
24
|
- lib/sushi/version.rb
|
25
25
|
- sushi.gemspec
|
26
26
|
homepage: http://github.com/presskey/sushi
|
27
|
-
licenses:
|
27
|
+
licenses:
|
28
|
+
- MIT
|
28
29
|
post_install_message:
|
29
30
|
rdoc_options: []
|
30
31
|
require_paths:
|