must-test-unit 0.3.0 → 0.3.1
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 +4 -4
- data/lib/must/test/unit/version.rb +1 -1
- data/must-test-unit.gemspec +1 -0
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ee9e0f107225fcce4e62253b2cb6e0dd00c91d0
|
4
|
+
data.tar.gz: 86665d5fe1ec6cea3ad85a05054e03390b528f36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d3c2ee060d3b23964d0e1f3c27ecc61c63541acf8b43deec8284cdcef451ca517ef2948e584118888681a546ec4f7218a4af982e382f0e7074a1e75ef0163d0
|
7
|
+
data.tar.gz: 7ce29025ced1195a65354be1aa3da929d88d18a223eaea45498014947fcdddd7a99a977b64978088be70d881b21a140a957a80597485135014ab4dc4b2987d7f
|
data/must-test-unit.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: must-test-unit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- a7madx7
|
@@ -52,6 +52,20 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: test-unit
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
55
69
|
description: As soon as you install this gem, you'll get the much more readable must
|
56
70
|
'do something' functionality which will translate to test_do_something but you'll
|
57
71
|
have first to require 'must'
|