testless_files 0.1.0 → 0.1.1
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/testless_files/version.rb +1 -1
- data/testless_files.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: c8b2aa7f26028f908e326dd0ba69ff0a423201dc
|
4
|
+
data.tar.gz: 10c5f73f722825ea33da4a0b64f58fcffc5d75dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4543d4554159fe80dbf89adddb7051dd70949c9bfa15d4197a61dab5041266cf02e3563381467c4d0c7ba18947d9d93a95c90e04d7a22b393c5cb3047fe10d27
|
7
|
+
data.tar.gz: b93c54e0f6226eecabdbe3aaaf8a7cbadd3a6a67a560829c0ef8def778e5602bc0382d3edd8d13002c8bea86e1e67a8d276b331804eb441512f5286819e1ff3f
|
data/testless_files.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["pedro.mamede@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Be aware of files that have no test_spec}
|
13
|
-
spec.description = %q{This gem will look for files that
|
13
|
+
spec.description = %q{This gem will look for '.rb' files that are not being tested at all. It uses the rails/rspec naming conventions (spec files missing)}
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
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: testless_files
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Mamede
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
|
-
description: This gem will look for files that
|
56
|
-
rails/rspec naming conventions)
|
55
|
+
description: This gem will look for '.rb' files that are not being tested at all.
|
56
|
+
It uses the rails/rspec naming conventions (spec files missing)
|
57
57
|
email:
|
58
58
|
- pedro.mamede@gmail.com
|
59
59
|
executables: []
|