remote-multi 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/remote/multi/version.rb +6 -0
  3. metadata +60 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b6915152c628d50b483f8225b49298cde092597f
4
+ data.tar.gz: 791ac7e8bca72e4e2c303706b435d88a536fdc4d
5
+ SHA512:
6
+ metadata.gz: afb101967be628abc680029d63f61e5b9eeb9756f25d1e94169e992603339543e35b2465a57cb3781a59fbae51717e7a10ae82022689f18ac6656708fd5350a4
7
+ data.tar.gz: aafde8e5d4fff3107c8f31c2949065bf8bd95480c5390f3fc5ad87aeed4680d1593c3fcc85ee656aaa51bba635b1b910802e57c53d729aac035114b734cf0dfc
@@ -0,0 +1,6 @@
1
+ module Remote
2
+ class Multi
3
+ VERSION = '0.0.1'
4
+ end
5
+ end
6
+
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: remote-multi
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Michal Papis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Invoke commands on multiple remote hosts
28
+ email:
29
+ - mpapis@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/remote/multi/version.rb
35
+ homepage: https://github.com/remote-exec/remote-multi
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.4.2
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: Invoke commands on multiple remote hosts
59
+ test_files: []
60
+ has_rdoc: