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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7deb5981a24ab62921fe56b8e2b3a8fa5eeb849d
4
- data.tar.gz: bae1e59294ebe24d2553bf28472a4163f05c44c3
3
+ metadata.gz: c8b2aa7f26028f908e326dd0ba69ff0a423201dc
4
+ data.tar.gz: 10c5f73f722825ea33da4a0b64f58fcffc5d75dc
5
5
  SHA512:
6
- metadata.gz: 469b9b8322bba36300353b747feab0954492cdc118826b178dd5734e92d4d7efd13b8636f210e62d0d424079e0aad934cfab1e6d5e0063897fc76b50accb4e3d
7
- data.tar.gz: 254320415ad66a924f285c302711d8ac94c5144d7f8274aa3c97d7813e2dae0f83c41d43a8af36ef200844cd946440cd37a00e8c1d5154dace15b6d379e3e9b5
6
+ metadata.gz: 4543d4554159fe80dbf89adddb7051dd70949c9bfa15d4197a61dab5041266cf02e3563381467c4d0c7ba18947d9d93a95c90e04d7a22b393c5cb3047fe10d27
7
+ data.tar.gz: b93c54e0f6226eecabdbe3aaaf8a7cbadd3a6a67a560829c0ef8def778e5602bc0382d3edd8d13002c8bea86e1e67a8d276b331804eb441512f5286819e1ff3f
@@ -1,3 +1,3 @@
1
1
  module TestlessFiles
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 have no spec testing them (using the rails/rspec naming conventions)}
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.0
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-18 00:00:00.000000000 Z
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 have no spec testing them (using the
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: []