rutty 2.1.2 → 2.1.3
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.
- data/VERSION +1 -1
- data/lib/rutty/actions.rb +2 -0
- data/lib/rutty/version.rb +1 -1
- data/rutty.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.3
|
data/lib/rutty/actions.rb
CHANGED
|
@@ -16,6 +16,8 @@ module Rutty
|
|
|
16
16
|
# @param [String] dir The directory to install into. {Rutty::Runner#config_dir} ensures
|
|
17
17
|
# that this falls back to {Rutty::Consts::CONF_DIR} if not passed in by the user.
|
|
18
18
|
def init dir
|
|
19
|
+
require 'yaml'
|
|
20
|
+
|
|
19
21
|
general_file = File.join(dir, Rutty::Consts::GENERAL_CONF_FILE)
|
|
20
22
|
nodes_file = File.join(dir, Rutty::Consts::NODES_CONF_FILE)
|
|
21
23
|
|
data/lib/rutty/version.rb
CHANGED
data/rutty.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rutty}
|
|
8
|
-
s.version = "2.1.
|
|
8
|
+
s.version = "2.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Josh Lindsey"]
|
|
12
|
-
s.date = %q{2010-11-
|
|
12
|
+
s.date = %q{2010-11-12}
|
|
13
13
|
s.default_executable = %q{rutty}
|
|
14
14
|
s.description = %q{
|
|
15
15
|
RuTTY is a DSH (distributed / dancer's shell) written in Ruby. It's used to run commands
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rutty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 2.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 2.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Josh Lindsey
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-12 00:00:00 -05:00
|
|
19
19
|
default_executable: rutty
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|