mutator_rails 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 600e3473299edbe93df5cbe7f41e81753aea4778
4
- data.tar.gz: 5003f80cffbfbac186234d0032022787425c1e83
2
+ SHA256:
3
+ metadata.gz: 998bb39dd73b4e03f552dd42e21dd3259dfdc036166ab95d89b10cbaf797a65b
4
+ data.tar.gz: 926299f949d49eb52b9578ad57fda253955117bc8b21f71fbfbb0c6c752b30bc
5
5
  SHA512:
6
- metadata.gz: 84caecf2ac2888ea63308f06a6e0c228d90598663ef9cd66645bdd3995d6788002f10862887f536665d6e7c7d9872ee36f5a145362035a6d308e33cead941c71
7
- data.tar.gz: 9779717102cd1ff5f7013d9b695d064ce9261554d9bc6456ff1e6a8bb81dd859ce07e0e76ffa50c6e99192e786f65ba2d659fa5b114ab111d4d9191400e48c2d
6
+ metadata.gz: 15fb7071aafcade8abb203d976d87912a2afe75e5b9cddb65f000cc823b1b3ee62088c06729b9f59f7ec4c4446bafe636e8a8a80aa363374bdc837baf3eaa8c9
7
+ data.tar.gz: 8d681ae4b91d9110a2a6d82ab085b02975ea5fb0ccb3c377a33ef757e1a45f2974120fd2f21c6656702ea01d2dfb4e3c1ebf38db403a7685124b785cae72a1e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutator_rails (0.1.12)
4
+ mutator_rails (0.1.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -241,4 +241,4 @@ DEPENDENCIES
241
241
  rspec_junit_formatter
242
242
 
243
243
  BUNDLED WITH
244
- 1.17.2
244
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MutatorRails
4
- VERSION = '0.1.13'
4
+ VERSION = '0.1.14'
5
5
  end
@@ -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@possibilogy.com', 'jason@dinjas.com']
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/dinj-oss/mutator_rails'
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.13
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-05 00:00:00.000000000 Z
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@possibilogy.com
269
- - jason@dinjas.com
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/dinj-oss/mutator_rails
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
- rubyforge_project:
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.