specinfra 2.37.9 → 2.38.0

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: 475be85ab99b344c8078231c57a8b0933d056e77
4
- data.tar.gz: 1e52d5c1f4482e4ff18297b170200c4158bfefc2
3
+ metadata.gz: c50b6fad32f531c6ff0465166b651d714f10f844
4
+ data.tar.gz: 18bdbfa44d752dc45b26d22c05303b0df51db5cb
5
5
  SHA512:
6
- metadata.gz: 7d9e9df8598cc06314573b88bf3e6c49aaa2720c896f4bca1334fba5c128b267b807b52779d564ccbf3ca6e86d06d02654a930e3c20834b900021864452db807
7
- data.tar.gz: 07611b78d4978dcbaf5e8cc12140132a5a1ecbd19816f918bf1efd52c5c7bda050d4caecc2565db9708f1d5aec9a697680f48042ab337bbf767b80239f68a520
6
+ metadata.gz: cee38cc5a910e85c2315986f7c4fa01ba6202af0cb960e4199c7acddbc8928aa0cffaa74e0dac426e78b8ca1a40f7a421758998d5afd1e3e46d7bf530bbd649d
7
+ data.tar.gz: 534190a21b48b1e4d8ea883d6ab53a81755e4f9cc0f5dce0d1b8a747c5b5d007918db2ce735b30cd8a09ba21947a0bffdb7c2ccf8abd083113e9fa90faa1b60d
@@ -9,5 +9,9 @@ class Specinfra::Command::Base::Cron < Specinfra::Command::Base
9
9
  "crontab -u #{escape(user)} -l | #{grep_command}"
10
10
  end
11
11
  end
12
+
13
+ def get_table
14
+ 'crontab -l'
15
+ end
12
16
  end
13
17
  end
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.37.9"
2
+ VERSION = "2.38.0"
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.37.9
4
+ version: 2.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
@@ -584,4 +584,3 @@ test_files:
584
584
  - spec/host_inventory/openbsd/filesystem_spec.rb
585
585
  - spec/host_inventory/solaris/filesystem_spec.rb
586
586
  - spec/spec_helper.rb
587
- has_rdoc: