specinfra 2.0.0.beta25 → 2.0.0.beta26

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: 24ce450626fa848a1956f904c62f132ef4c72a48
4
- data.tar.gz: e3d006fd2e4b9e275b2df7e971be7664bf027949
3
+ metadata.gz: 95a768deb255c6291e49e5c2e4768e761c6703f6
4
+ data.tar.gz: 8782e4215c8c414533e812d74c359fc69846a1d6
5
5
  SHA512:
6
- metadata.gz: ecd328a61efbd1eebc319b4c071ec7669f99642c0c54ea1e867c350918e4878b8cc3c74cc3418b4c660a382952879efe62616282909be301ddbdc13d0225929f
7
- data.tar.gz: bf8524a84cb798e02d8fe2dd9c05a66f5d8ecd08f200518c5128f2ace79186f9e75451ff6b9bf64c0160d421c0747811d821c58fd556901820d12222a1cc33a7
6
+ metadata.gz: 4a6178d255a35dfdf8ed546d2630705fa3d73051d88b99aaae4fe14634d631d8895fa1ee30e2acf96209598354104c82f2b16a9ed90bd7c380e5382ec48dd76d
7
+ data.tar.gz: 32fb59126b760310b9a221b1737008c1183030a110c7009cb6a937214fe9a68976a3884f6bdfbf38b7097298c24101829032457902988009baef381da1286850
@@ -0,0 +1,5 @@
1
+ module Specinfra::Helper::RunCommand
2
+ def run_command(command)
3
+ Specinfra.backend.run_command(command)
4
+ end
5
+ end
@@ -11,3 +11,7 @@ include Specinfra::Helper::Properties
11
11
 
12
12
  require 'specinfra/helper/set'
13
13
  include Specinfra::Helper::Set
14
+
15
+ require 'specinfra/helper/run_command'
16
+ include Specinfra::Helper::RunCommand
17
+
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.0.0.beta25"
2
+ VERSION = "2.0.0.beta26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta25
4
+ version: 2.0.0.beta26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
@@ -314,6 +314,7 @@ files:
314
314
  - lib/specinfra/helper/lxc.rb
315
315
  - lib/specinfra/helper/os.rb
316
316
  - lib/specinfra/helper/properties.rb
317
+ - lib/specinfra/helper/run_command.rb
317
318
  - lib/specinfra/helper/set.rb
318
319
  - lib/specinfra/properties.rb
319
320
  - lib/specinfra/runner.rb