minitest-stub-const 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/minitest/stub/const.rb +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f69608945b256b31d1e44162a84fb46ee8f94252
|
4
|
+
data.tar.gz: 681000bce0bfc30fbd5b1d047be419f1b01a249d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c20539c125f69edbe09510c99e1c49b1d4bc790c6392848727bb444afe1f8f6fcfcdc8e7d7dfcfd2613618fe612f2541b4cf7c48108c28b056f03d6df72974d
|
7
|
+
data.tar.gz: a0165f233b97e0dd56e51ffafc37031a8bcc5d602e01ef7e96bd981b5d713d8f1f86bc3cd474a8577068487b6b56410652a95ea9e0953e858c94c4e9c50f54ba
|
@@ -0,0 +1 @@
|
|
1
|
+
require File.expand_path("../../stub_const", __FILE__)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-stub-const
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Mckaig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -17,6 +17,7 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
+
- lib/minitest/stub/const.rb
|
20
21
|
- lib/minitest/stub_const.rb
|
21
22
|
- LICENSE
|
22
23
|
- README.md
|
@@ -41,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
42
|
version: '0'
|
42
43
|
requirements: []
|
43
44
|
rubyforge_project:
|
44
|
-
rubygems_version: 2.0.
|
45
|
+
rubygems_version: 2.0.3
|
45
46
|
signing_key:
|
46
47
|
specification_version: 4
|
47
48
|
summary: Stub constants for the duration of a block in MiniTest
|