minitest-tagz 1.5.1 → 1.5.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 +4 -4
- data/lib/minitest/tagz/version.rb +1 -1
- data/minitest-tagz.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fab985142af47247e4a1dcfaeb69e79e6b5679b3
|
|
4
|
+
data.tar.gz: ab74f5fa82caf4b34d54e6ac2b4ce108476ffde5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d17099ad8b56fd5f90d201a763cdea14a2498b4a7e4077a84a40b55b0726b4c8e87ea6148f32998367a0d2a3780451149cc8f3052192064e13dd77923183a369
|
|
7
|
+
data.tar.gz: 3b8568c2527e1703c0da804147290a6079f62e0050d497138d30491653c110092020db56522079828bbc149c557070980705979cab2656928a9207f728df7f88
|
data/minitest-tagz.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{yet another tags implementation for Minitest}
|
|
13
13
|
spec.description = %q{allows you to tag different Minitest tests with tags that can be used to filter tests}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/jbodah/minitest-tagz"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-tagz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Bodah
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -128,7 +128,7 @@ files:
|
|
|
128
128
|
- lib/minitest/tagz/focus.rb
|
|
129
129
|
- lib/minitest/tagz/version.rb
|
|
130
130
|
- minitest-tagz.gemspec
|
|
131
|
-
homepage: https://github.com/
|
|
131
|
+
homepage: https://github.com/jbodah/minitest-tagz
|
|
132
132
|
licenses:
|
|
133
133
|
- MIT
|
|
134
134
|
metadata: {}
|
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
150
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 2.
|
|
151
|
+
rubygems_version: 2.2.3
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: yet another tags implementation for Minitest
|