svcdeps_tasks 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a6042de0f056c9be3d5f06b5843002a650cc9c0f
4
- data.tar.gz: c90d1d17aa459edca29060d084ee44511a455668
2
+ SHA256:
3
+ metadata.gz: 84073113bbeecab7cece022ce22e2b7698f19d382a81267f09de41278ce1ff95
4
+ data.tar.gz: 70db0b6d9fb3ffc2e73d5c774f6600542837c96786701c0ab7b7ea63f7f31b34
5
5
  SHA512:
6
- metadata.gz: 581441d90f146bb2f7ff7c09007f2ad4707d016a802e342cc74347c79d75c2e5a8910875ff2e34b64221b8278730fd54b2e09d6db3e94bb1be3efb2e5b69875b
7
- data.tar.gz: 8488593f6b4b4ce24213628a9d6135da505d20cd6e68d58dbaf8e0cb3a54a238cc6e47baa3ee4d14df63eaf31a7ca8d53b576aa84adefc9845d9e0bd35d1931d
6
+ metadata.gz: e224d2cb586ca9ea627b3c734451f45d59a3c054478d0e88f6b2b8f4db264cd23cbea6fcc3e816f0f6a1ccba9dd04e2bc37ae344b334e63839a2eff86e93ff8b
7
+ data.tar.gz: c5d91655125ed1a099cfd0e9f59111005ce36ad9de071d4bc1f2aada002b736e436f3f5f262b5af165abff0008899d222b404d9a394d06678d34427da64b4b9d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- svcdeps_tasks (0.1.8)
4
+ svcdeps_tasks (0.1.9)
5
5
  deep_merge (~> 1.2)
6
6
  rspec (~> 3.7)
7
7
 
@@ -12,19 +12,19 @@ GEM
12
12
  diff-lcs (1.3)
13
13
  minitest (5.11.3)
14
14
  rake (10.5.0)
15
- rspec (3.7.0)
16
- rspec-core (~> 3.7.0)
17
- rspec-expectations (~> 3.7.0)
18
- rspec-mocks (~> 3.7.0)
19
- rspec-core (3.7.1)
20
- rspec-support (~> 3.7.0)
21
- rspec-expectations (3.7.0)
15
+ rspec (3.8.0)
16
+ rspec-core (~> 3.8.0)
17
+ rspec-expectations (~> 3.8.0)
18
+ rspec-mocks (~> 3.8.0)
19
+ rspec-core (3.8.0)
20
+ rspec-support (~> 3.8.0)
21
+ rspec-expectations (3.8.2)
22
22
  diff-lcs (>= 1.2.0, < 2.0)
23
- rspec-support (~> 3.7.0)
24
- rspec-mocks (3.7.0)
23
+ rspec-support (~> 3.8.0)
24
+ rspec-mocks (3.8.0)
25
25
  diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.7.0)
27
- rspec-support (3.7.1)
26
+ rspec-support (~> 3.8.0)
27
+ rspec-support (3.8.0)
28
28
 
29
29
  PLATFORMS
30
30
  ruby
@@ -36,4 +36,4 @@ DEPENDENCIES
36
36
  svcdeps_tasks!
37
37
 
38
38
  BUNDLED WITH
39
- 1.16.5
39
+ 1.16.6
data/lib/svcdeps_tasks.rb CHANGED
@@ -11,7 +11,7 @@ namespace :spec do
11
11
  c.add_formatter(:documentation)
12
12
  end
13
13
 
14
- RSpec::Core::Runner.run(["#{dir}/specfile.rb"])
15
- raise "RSpec exit status #{$?.exitstatus}" unless $?.success?
14
+ exit_status = RSpec::Core::Runner.run(["#{dir}/specfile.rb"])
15
+ raise "RSpec exit status #{exit_status}" unless exit_status.zero?
16
16
  end
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module SvcdepsTasks
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svcdeps_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago Lopo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-11 00:00:00.000000000 Z
11
+ date: 2019-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.6.14
123
+ rubygems_version: 2.7.8
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: RSpec tests for service dependencies