busser-serverspec 0.6.1 → 0.6.2

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
  SHA256:
3
- metadata.gz: ceb5e33dee44ac8df99608076491e212673fbb0b09ab71d56ca6f59f6a8a8984
4
- data.tar.gz: e7705ebfd7a4173eba591bee09b7fe7da3080318fd453af43869ff8d2fb966fd
3
+ metadata.gz: f69b9ebf64924172a823565d221419cf69f3973daaef0f8a7bce259f3c1cc3f3
4
+ data.tar.gz: 2177d9f6fb61af1eb8250683f917d24e867eb7cb95c58021aaf0123eb27d9099
5
5
  SHA512:
6
- metadata.gz: f4b2e46ae6c21669fb1fa0f830bd59376a54b03f2dfa485623b2ea1674609ef60452ca66897a9e31432d25f417e713c9a021930266a50722b6bb829f654ae901
7
- data.tar.gz: 0a973516a87aa9adf0123dc3b36ec04888c91730111655f520753a46fccb06a24643859039d3a3324d51cabaf1bd0752b505be81f5ad0b52d03b29aa1263bc7e
6
+ metadata.gz: f7dd91fa44cedcde6be4772a006c1efcba21e5ea81b4deba87d9e73bbe15f55d5af2c546c5f3d01bf2ff916e50b2eec7f4d52900f5ea864eab34af75e90f9f40
7
+ data.tar.gz: 043b94b086e0efd75172fe5062abd9843c6e4a61fe32a104dac025a1607c016a6b66f81ee842fe1af59f92b21b979729b518425efb87bb85218161e47a955702
@@ -41,7 +41,7 @@ class Busser::RunnerPlugin::Serverspec < Busser::RunnerPlugin::Base
41
41
  def run_bundle_install
42
42
  # Referred from busser-shindo
43
43
  gemfile_path = File.join(suite_path, 'serverspec', 'Gemfile')
44
- if File.exists?(gemfile_path)
44
+ if File.exist?(gemfile_path)
45
45
  # Bundle install local completes quickly if the gems are already found
46
46
  # locally it fails if it needs to talk to the internet. The || below is
47
47
  # the fallback to the internet-enabled version. It's a speed optimization.
@@ -18,6 +18,6 @@
18
18
 
19
19
  module Busser
20
20
  module Serverspec
21
- VERSION = '0.6.1'
21
+ VERSION = '0.6.2'.freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-serverspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - HIGUCHI Daisuke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-20 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: busser