sushi 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +2 -0
  2. data/lib/sushi/version.rb +1 -1
  3. data/sushi.gemspec +1 -0
  4. metadata +4 -3
data/LICENSE CHANGED
@@ -1,3 +1,5 @@
1
+ The MIT License (MIT)
2
+
1
3
  Copyright (c) 2011 presskey
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining
@@ -1,3 +1,3 @@
1
1
  module Sushi
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.author = 'presskey'
11
11
  s.email = 'hello.from.code@gmail.com'
12
12
  s.homepage = 'http://github.com/presskey/sushi'
13
+ s.license = 'MIT'
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
15
16
  s.require_paths = ["lib"]
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.3
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-09-29 00:00:00.000000000 Z
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: