drunit 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +8 -8
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drunit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Lea
@@ -24,14 +24,14 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 19
29
+ hash: 27
30
30
  segments:
31
31
  - 1
32
- - 1
33
- - 0
34
- version: 1.1.0
32
+ - 2
33
+ - 2
34
+ version: 1.2.2
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: A library for running tests across multiple applications from a single test case.