minitest-profile 0.0.1 → 0.0.2
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 +8 -8
- data/lib/minitest/profile_plugin.rb +1 -1
- data/minitest-profile.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YWJjOTkyZmY1ZTI3OTNiZTFiMDBlM2YxY2ZkY2NkOTA2OTM1YWMyOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGM4NmJlMzU1YWE5NWZkYWY1ZGI5Nzk1OTU1OWVjOGVlNjVmZGMyOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NGY5MjdlMjdkYThhOTM2N2E3OWJlNGNiZDJkYTk1ZWJkN2E2OGNkOTU5ZGY2
|
|
10
|
+
OGI1MDhkMDAyNGE0ZWNhNjk3M2Y5MGU4NDM4OTlmODA1NDg1YmNlMDQ5ODhj
|
|
11
|
+
NTQ4ZjcwYjYyNDhmMDIwNWQ1ODg2NzIyYTQ4Nzg4NDk4NTY3NjA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGEzZGM2OGViZTYxYWE3NzQxNzBlMGRmMDZlOTNiZWQ5MTJiZjczM2Y0YTA5
|
|
14
|
+
MDFmNTVmM2JiMzMyZWNhYjY3YmI5NGJiZGM2ZTE0ODA4NjBmM2I3ZTFkOWFk
|
|
15
|
+
MGI4ZWQxMTA1YmE5OTAxMjgxNGZhMzlhNGNiZGI4MTI3NmVkOTE=
|
data/minitest-profile.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["nick@heliumsyndicate.com"]
|
|
11
11
|
spec.description = %q{Outputter to display the slowest tests in a minitest suite}
|
|
12
12
|
spec.summary = %q{Outputter to display the slowest tests in a minitest suite}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/nmeans/minitest-profile"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-profile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nickolas Means
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- lib/minitest/profile_plugin.rb
|
|
70
70
|
- minitest-profile.gemspec
|
|
71
71
|
- test/test_minitest_profile.rb
|
|
72
|
-
homepage:
|
|
72
|
+
homepage: https://github.com/nmeans/minitest-profile
|
|
73
73
|
licenses:
|
|
74
74
|
- MIT
|
|
75
75
|
metadata: {}
|