minitest-around 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc4f666a166c61ba082a748b367b6e81a61136d2
4
- data.tar.gz: c4e2cfc49ef804a1b537ecaf1c0298b6b3c3b40f
3
+ metadata.gz: 6cbd215c95fc994a58bae7a6508150790135d3e4
4
+ data.tar.gz: 9e373be1bae1648df5c4ce123a00b2f1d427081a
5
5
  SHA512:
6
- metadata.gz: aaf7abfbd4fd7da0502aa3692123df682ad9ce77c1e39b847b10f222b7b63d42df5d4e94be5d81f9a1213972cee0691223cf8f6006732cc5b2753d6991fc5109
7
- data.tar.gz: 6758a32c1c6a595ef4ab136ac594cb5c601b2a54e5fd5d71b24c8201ac7f2d8aff6fa55c1f7cebc66b8bc42c9e26461b164584d9130003efb4037e88e7ea36db
6
+ metadata.gz: ff8210289854a8fb09c72a909d3ffc9ab1e2071d83b588758eda0bee3b3cb826461c8096e6e332b3fed68a07d038d696adbb0415f24d4ae20f4278e25af1aac1
7
+ data.tar.gz: 6c8ed398fbfa9b6d6b4f7bbf1009bf0380db8db8cd3fcd4ac68b667fb41132a6b491e9c1242a382eb5d66e2e8f7eeea08e47a86624655fb97acf0f2957877b9d
@@ -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
@@ -1,5 +1,5 @@
1
1
  module MiniTest
2
2
  module Around
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -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.2
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-08-30 00:00:00.000000000 Z
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: []