minitest-around 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +4 -0
- data/lib/minitest/around/version.rb +1 -1
- data/minitest-around.gemspec +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: 6cbd215c95fc994a58bae7a6508150790135d3e4
|
4
|
+
data.tar.gz: 9e373be1bae1648df5c4ce123a00b2f1d427081a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff8210289854a8fb09c72a909d3ffc9ab1e2071d83b588758eda0bee3b3cb826461c8096e6e332b3fed68a07d038d696adbb0415f24d4ae20f4278e25af1aac1
|
7
|
+
data.tar.gz: 6c8ed398fbfa9b6d6b4f7bbf1009bf0380db8db8cd3fcd4ac68b667fb41132a6b491e9c1242a382eb5d66e2e8f7eeea08e47a86624655fb97acf0f2957877b9d
|
data/README.rdoc
CHANGED
@@ -81,6 +81,10 @@ Test bodies won't be run if you don't *yield* inside +around+.
|
|
81
81
|
|
82
82
|
Around block don't nest correctly. Please see GH issue[https://github.com/splattael/minitest-around/issues/2] for more info and workaround[https://github.com/splattael/minitest-around/issues/2#issuecomment-15769151].
|
83
83
|
|
84
|
+
== License
|
85
|
+
|
86
|
+
MIT License[http://www.opensource.org/licenses/mit-license.php]
|
87
|
+
|
84
88
|
== Contributing
|
85
89
|
|
86
90
|
1. Fork it
|
data/minitest-around.gemspec
CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.homepage = "https://github.com/splattael/minitest-around"
|
11
11
|
s.summary = %q{Around block for minitest.}
|
12
12
|
s.description = %q{Alternative for setup/teardown dance.}
|
13
|
+
s.license = 'MIT'
|
13
14
|
|
14
15
|
s.rubyforge_project = "minitest-around"
|
15
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-around
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Suschlik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -62,7 +62,8 @@ files:
|
|
62
62
|
- test/around_spec.rb
|
63
63
|
- test/around_test.rb
|
64
64
|
homepage: https://github.com/splattael/minitest-around
|
65
|
-
licenses:
|
65
|
+
licenses:
|
66
|
+
- MIT
|
66
67
|
metadata: {}
|
67
68
|
post_install_message:
|
68
69
|
rdoc_options: []
|