rspec-qbec 0.0.2 → 0.0.3

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: 208cb091bdd5f4fa03f5e59344850c602b0a8a974382cf4e9edb0e6d57e02e6a
4
- data.tar.gz: 52d2b0f7f62618c0f1590f0b85148d2bc8b364712c0a8560fad37f5f035e280b
3
+ metadata.gz: 64b145823d27de4d0cb99a1b624466f7c9824d7fbbf169f5478e54ceca85cd2f
4
+ data.tar.gz: 4489cbe13256839d4cf0667328425ed75fad0b8cb90cde3645497551591ea2a8
5
5
  SHA512:
6
- metadata.gz: ac7d83517a50eac2f2d7bbb394ae11244da1c36af33a181aeeb4f90df35c0dc07238565affe7bf634f5866583e86c66a19aad6dc5c92a2c7e1a617f0e04b1d2a
7
- data.tar.gz: cba8c59695b5d8b4ef9dd3efb49d2129a141dcdf547841a694bad6b79196f4eb770704905c483a42067cf16026349f2a1cfc34c318b401e4aeb297bf2c584980
6
+ metadata.gz: 4824d6f3c54e7bd8aecb30b66932cee744c43e01d0326dab0ab97b63770ae6a4697b431a1f7d69a0330cbb9b22130e0f36f4504bab9236e2c9af5d5a708fdb28
7
+ data.tar.gz: d5a29c17889733c71f13d5cca270b841b36c6c9186dd07842a6cede3b6c0e73b899342cc27f220b31b6bc9f35f79a90c372210d32451426c8984cf1395252972
@@ -54,7 +54,7 @@ module RSpec
54
54
  def write_file(str)
55
55
  file_path = ''
56
56
  loop do
57
- file_path = Dir.tmpdir + "/qbec_#{DateTime.now.strftime('%Q')}"
57
+ file_path = Dir.tmpdir + "/qbec_#{DateTime.now.strftime('%Q')}.yml"
58
58
  break unless File.exist?(file_path)
59
59
  end
60
60
  File.open(file_path, 'w') { |file| file.write(str) }
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  # Qbec module with version
5
5
  module Qbec
6
- VERSION = ::Gem::Version.new('0.0.2')
6
+ VERSION = ::Gem::Version.new('0.0.3')
7
7
 
8
8
  def self.version
9
9
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-qbec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Zagirov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2022-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.1.2
87
+ rubygems_version: 3.1.6
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Helpers for qbec run