ec2-i2cssh 0.7 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c09201bbd1419c9d7a88b387710b59389c96f4b5
4
- data.tar.gz: 877a4cff55b64acbb94c92c6429bc9e9121be2bb
3
+ metadata.gz: da20b3a582b1ff3d94f68f9f97f3f87b206285b3
4
+ data.tar.gz: 9d7f135cf98641eb2c5d3f1fd12241c2d175c22b
5
5
  SHA512:
6
- metadata.gz: 66fe3d81f5457de2a59c1340315c41fe818d34a7b5e14e1b1051787f6e03e8dc52e97e94ec9e0d3c86c5dcb696c55252b5dfe233b696548d440698807acfafa0
7
- data.tar.gz: 2f9fe78964310ebbd04b7d852919565948e4f8a34971c8a9632eade152d71c06f392f567085d79c5058708de99333ea4edafc6e982c883afd62a76e36886b555
6
+ metadata.gz: 673a0def20c48b5b11cc6c3c73da0c233c31ae785dac021f1c4ab61285a2901b599aac1d1cfa09d5415475d15fcd20fca8f8c08ff94ca62f4401348b4de63ad9
7
+ data.tar.gz: 473c4c988f6ad4dce1e802d6b4f9d37276af724321779547f53fe88d6d534a32b5e5d1f381180f7ca22ed8a2de31882e6cf615b49c3425a3e8f4beb1ab613851
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ec2::Clusterssh
1
+ # Ec2::I2cssh
2
2
 
3
3
  Forked from gposton/ec2-clusterssh -- uses i2cssh instead of csshX on macos
4
4
 
@@ -1,11 +1,11 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'ec2/clusterssh/version'
4
+ require 'ec2/i2cssh/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ec2-i2cssh"
8
- spec.version = Ec2::Clusterssh::VERSION
8
+ spec.version = Ec2::I2cssh::VERSION
9
9
  spec.authors = ["Ber Zoidberg"]
10
10
  spec.email = ["ber.zoidberg@gmail.com"]
11
11
  spec.description = %q{Use instance tags to launch a I2CSSH session to multiple EC2 instances.}
@@ -0,0 +1,7 @@
1
+ require "ec2/i2cssh/version"
2
+
3
+ module Ec2
4
+ module I2cssh
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module Ec2
2
+ module I2cssh
3
+ VERSION = "0.7.1"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2-i2cssh
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ber Zoidberg
@@ -81,8 +81,8 @@ files:
81
81
  - Rakefile
82
82
  - bin/ec2-i2cssh
83
83
  - ec2-i2cssh.gemspec
84
- - lib/ec2/clusterssh.rb
85
- - lib/ec2/clusterssh/version.rb
84
+ - lib/ec2/i2cssh.rb
85
+ - lib/ec2/i2cssh/version.rb
86
86
  homepage: https://github.com/zoidbb/ec2-i2cssh
87
87
  licenses:
88
88
  - MIT
@@ -1,7 +0,0 @@
1
- require "ec2/clusterssh/version"
2
-
3
- module Ec2
4
- module Clusterssh
5
- # Your code goes here...
6
- end
7
- end
@@ -1,5 +0,0 @@
1
- module Ec2
2
- module Clusterssh
3
- VERSION = "0.7"
4
- end
5
- end