mutator_rails 0.1.13 → 0.1.14
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 +5 -5
- data/Gemfile.lock +2 -2
- data/lib/mutator_rails/version.rb +1 -1
- data/mutator_rails.gemspec +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 998bb39dd73b4e03f552dd42e21dd3259dfdc036166ab95d89b10cbaf797a65b
|
|
4
|
+
data.tar.gz: 926299f949d49eb52b9578ad57fda253955117bc8b21f71fbfbb0c6c752b30bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15fb7071aafcade8abb203d976d87912a2afe75e5b9cddb65f000cc823b1b3ee62088c06729b9f59f7ec4c4446bafe636e8a8a80aa363374bdc837baf3eaa8c9
|
|
7
|
+
data.tar.gz: 8d681ae4b91d9110a2a6d82ab085b02975ea5fb0ccb3c377a33ef757e1a45f2974120fd2f21c6656702ea01d2dfb4e3c1ebf38db403a7685124b785cae72a1e9
|
data/Gemfile.lock
CHANGED
data/mutator_rails.gemspec
CHANGED
|
@@ -6,10 +6,10 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.name = 'mutator_rails'
|
|
7
7
|
gem.version = MutatorRails::VERSION.dup
|
|
8
8
|
gem.authors = %w[Tim\ Chambers Jason\ Dinsmore]
|
|
9
|
-
gem.email = ['tim@
|
|
9
|
+
gem.email = ['tim@hint.io', 'jason@hint.io']
|
|
10
10
|
gem.summary = 'Integrate automated mutation testing into Rails.'
|
|
11
11
|
gem.description = 'Automate mutation testing to find weaknesses in code'
|
|
12
|
-
gem.homepage = 'https://github.com/
|
|
12
|
+
gem.homepage = 'https://github.com/hintmedia/mutator_rails'
|
|
13
13
|
gem.license = 'MIT'
|
|
14
14
|
|
|
15
15
|
gem.require_paths = ['lib']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mutator_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Chambers
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-12-
|
|
12
|
+
date: 2019-12-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionview
|
|
@@ -265,8 +265,8 @@ dependencies:
|
|
|
265
265
|
version: 2.3.1
|
|
266
266
|
description: Automate mutation testing to find weaknesses in code
|
|
267
267
|
email:
|
|
268
|
-
- tim@
|
|
269
|
-
- jason@
|
|
268
|
+
- tim@hint.io
|
|
269
|
+
- jason@hint.io
|
|
270
270
|
executables: []
|
|
271
271
|
extensions: []
|
|
272
272
|
extra_rdoc_files: []
|
|
@@ -322,7 +322,7 @@ files:
|
|
|
322
322
|
- spec/mutator_rails/statistics_spec.rb
|
|
323
323
|
- spec/mutator_rails_spec.rb
|
|
324
324
|
- spec/spec_helper.rb
|
|
325
|
-
homepage: https://github.com/
|
|
325
|
+
homepage: https://github.com/hintmedia/mutator_rails
|
|
326
326
|
licenses:
|
|
327
327
|
- MIT
|
|
328
328
|
metadata: {}
|
|
@@ -341,8 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
341
341
|
- !ruby/object:Gem::Version
|
|
342
342
|
version: 1.3.6
|
|
343
343
|
requirements: []
|
|
344
|
-
|
|
345
|
-
rubygems_version: 2.5.2
|
|
344
|
+
rubygems_version: 3.0.6
|
|
346
345
|
signing_key:
|
|
347
346
|
specification_version: 4
|
|
348
347
|
summary: Integrate automated mutation testing into Rails.
|