specjour 0.1.17 → 0.1.18

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.17
1
+ 0.1.18
@@ -63,11 +63,7 @@ module Specjour
63
63
  def set_env_variables
64
64
  ENV['PREPARE_DB'] = 'true'
65
65
  ENV['RSPEC_COLOR'] = 'true'
66
- if number > 1
67
- ENV['TEST_ENV_NUMBER'] = number.to_s
68
- else
69
- ENV['TEST_ENV_NUMBER'] = nil
70
- end
66
+ ENV['TEST_ENV_NUMBER'] = number.to_s
71
67
  end
72
68
  end
73
69
  end
data/lib/specjour.rb CHANGED
@@ -24,7 +24,7 @@ module Specjour
24
24
  autoload :SocketHelpers, 'specjour/socket_helpers'
25
25
  autoload :Worker, 'specjour/worker'
26
26
 
27
- VERSION = "0.1.17".freeze
27
+ VERSION = "0.1.18".freeze
28
28
 
29
29
  class Error < StandardError; end
30
30
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 17
9
- version: 0.1.17
8
+ - 18
9
+ version: 0.1.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sandro Turriate