minitest-test 1.0.0.beta2 → 1.0.0.beta3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Manifest.txt +1 -0
- data/README.rdoc +3 -3
- data/lib/minitest/test.rb +1 -1
- data/lib/minitest.rb +1 -0
- data/minitest-test.gemspec +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDY4OTA3MWVmY2E5NGE1MTgxYWQyMWViMDYzODc4ODE5ZDNjZTFiMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Yjg5OGY4MjcwOWFmZDBhNmJjYjlhMzBjZWVlMTU0Y2ZhNjYzMTE5ZA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MGRmZTA1ZThjNTE3MjgzOWIwMjA1ZGUwOGI2MjA0NDhhZjY0OWU1OWJjMGUw
|
10
|
+
YTIxZDZlYmI1NjJiNzI5MDgxMmVkNTExYTUwYTFlN2UzMjE0MjgyYTQ1Yzlk
|
11
|
+
MTMwNjgwOGE1ZTlkMDEwNGI3YWVlYWQ4ZjA2NGViYjdjNzg1OWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmExYzExNGZjN2IwZDAxYjkwNWVhNTg3NjVmNzEzOWRjM2VkY2I5ODY4OTIz
|
14
|
+
Nzk4ZDA2MmE0MTQwNWE4ZWNkOWQ3YjAzZjRhZWJjMTEyN2UwOTIyMDM5ZDBh
|
15
|
+
Y2YxZWZiZDlkMDQ2MzBkZTM1YTE5MGEyMGUyOWZiYjhkZjNjNTE=
|
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
@@ -4,11 +4,11 @@ Minitest::Test for MiniTest 4
|
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
7
|
-
|
7
|
+
Minitest 5 test API in MiniTest 4.
|
8
8
|
|
9
|
-
Do you love the
|
9
|
+
Do you love the API changes made in Minitest 5 but are forced to stay
|
10
10
|
on MiniTest 4? No problem. This small library will enable much of the
|
11
|
-
Minitest 5 test
|
11
|
+
Minitest 5 test API for you. Simply <tt>require "minitest/test"</tt>
|
12
12
|
in your helper or your test file and you are good to go.
|
13
13
|
|
14
14
|
require "minitest/test"
|
data/lib/minitest/test.rb
CHANGED
data/lib/minitest.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "minitest/test"
|
data/minitest-test.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "minitest-test"
|
5
|
-
s.version = "1.0.0.
|
5
|
+
s.version = "1.0.0.20130606101040"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Mike Moore"]
|
9
|
-
s.date = "2013-
|
9
|
+
s.date = "2013-06-06"
|
10
10
|
s.description = "Minitest 5 test API in MiniTest 4"
|
11
11
|
s.email = ["mike@blowmage.com"]
|
12
12
|
s.extra_rdoc_files = ["History.rdoc", "Manifest.txt", "README.rdoc"]
|
13
|
-
s.files = [".autotest", ".gemtest", "History.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/minitest/test.rb", "minitest-test.gemspec", "test/minitest/test_test.rb"]
|
13
|
+
s.files = [".autotest", ".gemtest", "History.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/minitest.rb", "lib/minitest/test.rb", "minitest-test.gemspec", "test/minitest/test_test.rb"]
|
14
14
|
s.homepage = "http://blowmage.com/minitest-test"
|
15
15
|
s.rdoc_options = ["--main", "README.rdoc"]
|
16
16
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
prerelease: false
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- Manifest.txt
|
69
69
|
- README.rdoc
|
70
70
|
- Rakefile
|
71
|
+
- lib/minitest.rb
|
71
72
|
- lib/minitest/test.rb
|
72
73
|
- minitest-test.gemspec
|
73
74
|
- test/minitest/test_test.rb
|