minitest-stub-const 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/minitest/stub/const.rb +1 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4b44227e6a2d3c83c746ca1256d92382c5a03db
4
- data.tar.gz: 4c8ca8bc13c4997dfd1828f561600a32c7de9fd4
3
+ metadata.gz: f69608945b256b31d1e44162a84fb46ee8f94252
4
+ data.tar.gz: 681000bce0bfc30fbd5b1d047be419f1b01a249d
5
5
  SHA512:
6
- metadata.gz: 4d5148bca6ed0c248f5da53a7687c7f959381f50d10194c518e048213c29b5b7da16d9940f117be6162b04ce0026329eab929a99e277f2c52e9dd9a2c9fba669
7
- data.tar.gz: e9aae1c6672af0e72709731b59eacc51366ea8fafc4297b77cbcec005627b2955558bea9365ce641fa70173e2b0a7a809afdc17c39d144d41a9956f8fa21aebc
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.2'
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: 2014-05-22 00:00:00.000000000 Z
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.14
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