mobilize-ssh 1.374 → 1.375

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Mobilize
2
2
  module Ssh
3
- VERSION = "1.374"
3
+ VERSION = "1.375"
4
4
  end
5
5
  end
data/mobilize-ssh.gemspec CHANGED
@@ -6,17 +6,18 @@ require 'mobilize-ssh/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "mobilize-ssh"
8
8
  gem.version = Mobilize::Ssh::VERSION
9
- gem.authors = ["Cassio Paes-Leme"]
10
- gem.email = ["cpaesleme@dena.com"]
9
+ gem.authors = ["Cassio Paes-Leme", "Ryosuke IWANAGA"]
10
+ gem.email = ["cpaesleme@dena.com", "riywo.jp@gmail.com"]
11
+ gem.license = "Apache License, Version 2.0"
12
+ gem.homepage = "http://github.com/DeNA/mobilize-ssh"
11
13
  gem.description = %q{mobilize-ssh allows you to automate ssh commands and files across hosts}
12
14
  gem.summary = %q{extend mobilize-base with the ability to run files across hosts}
13
- gem.homepage = "http://github.com/dena/mobilize-ssh"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
19
  gem.require_paths = ["lib"]
19
- gem.add_runtime_dependency "mobilize-base","1.374"
20
+ gem.add_runtime_dependency "mobilize-base","1.375"
20
21
  gem.add_runtime_dependency "net-ssh"
21
22
  gem.add_runtime_dependency "net-scp"
22
23
  gem.add_runtime_dependency "net-ssh-gateway"
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobilize-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.374'
4
+ version: '1.375'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cassio Paes-Leme
9
+ - Ryosuke IWANAGA
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2013-08-13 00:00:00.000000000 Z
13
+ date: 2013-08-20 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: mobilize-base
@@ -18,7 +19,7 @@ dependencies:
18
19
  requirements:
19
20
  - - '='
20
21
  - !ruby/object:Gem::Version
21
- version: '1.374'
22
+ version: '1.375'
22
23
  type: :runtime
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +27,7 @@ dependencies:
26
27
  requirements:
27
28
  - - '='
28
29
  - !ruby/object:Gem::Version
29
- version: '1.374'
30
+ version: '1.375'
30
31
  - !ruby/object:Gem::Dependency
31
32
  name: net-ssh
32
33
  requirement: !ruby/object:Gem::Requirement
@@ -78,6 +79,7 @@ dependencies:
78
79
  description: mobilize-ssh allows you to automate ssh commands and files across hosts
79
80
  email:
80
81
  - cpaesleme@dena.com
82
+ - riywo.jp@gmail.com
81
83
  executables: []
82
84
  extensions: []
83
85
  extra_rdoc_files: []
@@ -107,8 +109,9 @@ files:
107
109
  - test/integration/mobilize-ssh_test.rb
108
110
  - test/redis-test.conf
109
111
  - test/test_helper.rb
110
- homepage: http://github.com/dena/mobilize-ssh
111
- licenses: []
112
+ homepage: http://github.com/DeNA/mobilize-ssh
113
+ licenses:
114
+ - Apache License, Version 2.0
112
115
  post_install_message:
113
116
  rdoc_options: []
114
117
  require_paths: