specinfra 2.0.0.beta33 → 2.0.0.beta34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0db001bb80acc21063e836cfcc9f38085f321b5c
4
- data.tar.gz: c8798ab23084ea41e8b9f24dd682658c9f11dff5
3
+ metadata.gz: 04fe4418ee4871cd5abfdf758d69d21943f8011d
4
+ data.tar.gz: e873183e7ffe189a562bed3141796d0672d4cc2d
5
5
  SHA512:
6
- metadata.gz: 5470153f45e9c0ea4cd866b6d2f3dfb8a1e0d99372bf6a8082b51539dbb397c67d3db0bda2401a52aed9a14a3cf0e37da6deab27d1a77d8f62beb80ebacd559e
7
- data.tar.gz: f60a57128d79bef16301c1c97b3f700e7e4391d59369046b575255dd189585f7b115d3c247108180a73524a4fdc2dd31d045a07274de3285061440081959bbe4
6
+ metadata.gz: 7e46891da659b6f7b16368c8059f16ab013e9ae5d7839968d5c5450e9916bdbc8ae529bafb060c03dc26a16a812daa95813f1d31ae3b0841c157ddc1d0e57197
7
+ data.tar.gz: 8e0ae98f77f51a39309c5ab8fa347dc89b75e5c797e3a56f4d3f59103e0ae8301a805edbbf0ac2a4f61249e181f7ee52d7cb68e69d10ff7753d00647dafb9985
@@ -1 +1 @@
1
- module Specinfra::Command::Aix; end
1
+ class Specinfra::Command::Aix; end
@@ -1 +1 @@
1
- module Specinfra::Command::Arch; end
1
+ class Specinfra::Command::Arch; end
@@ -1 +1 @@
1
- module Specinfra::Command::Darwin; end
1
+ class Specinfra::Command::Darwin; end
@@ -1 +1 @@
1
- module Specinfra::Command::Debian; end
1
+ class Specinfra::Command::Debian; end
@@ -1 +1 @@
1
- module Specinfra::Command::Fedora; end
1
+ class Specinfra::Command::Fedora; end
@@ -1 +1 @@
1
- module Specinfra::Command::Freebsd; end
1
+ class Specinfra::Command::Freebsd; end
@@ -1 +1 @@
1
- module Specinfra::Command::Gentoo; end
1
+ class Specinfra::Command::Gentoo; end
@@ -1 +1 @@
1
- module Specinfra::Command::Linux; end
1
+ class Specinfra::Command::Linux; end
@@ -1,2 +1,2 @@
1
- module Specinfra::Command::Module;end
1
+ module Specinfra::Command::Module; end
2
2
 
@@ -1 +1 @@
1
- module Specinfra::Command::Nixos; end
1
+ class Specinfra::Command::Nixos; end
@@ -1 +1 @@
1
- module Specinfra::Command::Openbsd; end
1
+ class Specinfra::Command::Openbsd; end
@@ -1 +1 @@
1
- module Specinfra::Command::Opensuse; end
1
+ class Specinfra::Command::Opensuse; end
@@ -1 +1 @@
1
- module Specinfra::Command::Plamo; end
1
+ class Specinfra::Command::Plamo; end
@@ -1 +1 @@
1
- module Specinfra::Command::Redhat;end
1
+ class Specinfra::Command::Redhat;end
@@ -1 +1 @@
1
- module Specinfra::Command::Smartos; end
1
+ class Specinfra::Command::Smartos; end
@@ -1 +1 @@
1
- module Specinfra::Command::Solaris; end
1
+ class Specinfra::Command::Solaris; end
@@ -1 +1 @@
1
- module Specinfra::Command::Suse; end
1
+ class Specinfra::Command::Suse; end
@@ -1,4 +1,4 @@
1
- module Specinfra::Command::Ubuntu; end
1
+ class Specinfra::Command::Ubuntu; end
2
2
 
3
3
 
4
4
 
@@ -1 +1 @@
1
- module Specinfra::Command::Windows; end
1
+ class Specinfra::Command::Windows; end
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.0.0.beta33"
2
+ VERSION = "2.0.0.beta34"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta33
4
+ version: 2.0.0.beta34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-17 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh