mutations-validate-outcome 0.7.239 → 0.8.0
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/mutations/version.rb +1 -1
- data/lib/mutations_validate_outcome.rb +1 -1
- data/mutations-validate-outcome.gemspec +1 -1
- metadata +5 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 875b62d7565190e27d7f710938bbb7ec78ee5c54
|
|
4
|
+
data.tar.gz: a6b7e1b9ce4b6f827d7d3e632fefb44e55980663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72298270f393fa7ffc0504369ca7065807cf9fed2bd7948460f384fa1ec934ae5e0f5afe126c7f324aa0b4b75866bcc4ddaf6a08e3b6933e75f327d1f8fbde60
|
|
7
|
+
data.tar.gz: 6f1fb6d52a9ee993990811ed0f47fd298cece079098a2eee0121ec2e0d881134a930fb60ad6df90c245f129ae0a6768be636f46e06b653d8b1e6692aab32a432
|
data/lib/mutations/version.rb
CHANGED
|
@@ -20,8 +20,8 @@ require 'mutations/float_filter'
|
|
|
20
20
|
require 'mutations/boolean_filter'
|
|
21
21
|
require 'mutations/duck_filter'
|
|
22
22
|
require 'mutations/date_filter'
|
|
23
|
+
require 'mutations/time_filter'
|
|
23
24
|
require 'mutations/file_filter'
|
|
24
|
-
# require 'mutations/time_filter'
|
|
25
25
|
require 'mutations/model_filter'
|
|
26
26
|
require 'mutations/array_filter'
|
|
27
27
|
require 'mutations/hash_filter'
|
|
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
spec.add_development_dependency 'minitest-documentation', '~> 0'
|
|
34
34
|
spec.add_development_dependency 'pry', '~> 0.10'
|
|
35
35
|
|
|
36
|
-
spec.add_dependency 'mutations', '~> 0.
|
|
36
|
+
spec.add_dependency 'mutations', '~> 0.8'
|
|
37
37
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mutations-validate-outcome
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksei Matiushkin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -100,20 +100,14 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '0.
|
|
104
|
-
- - '='
|
|
105
|
-
- !ruby/object:Gem::Version
|
|
106
|
-
version: 0.7.2
|
|
103
|
+
version: '0.8'
|
|
107
104
|
type: :runtime
|
|
108
105
|
prerelease: false
|
|
109
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
110
107
|
requirements:
|
|
111
108
|
- - "~>"
|
|
112
109
|
- !ruby/object:Gem::Version
|
|
113
|
-
version: '0.
|
|
114
|
-
- - '='
|
|
115
|
-
- !ruby/object:Gem::Version
|
|
116
|
-
version: 0.7.2
|
|
110
|
+
version: '0.8'
|
|
117
111
|
description: Check mutations outcome when it’s a hash using the same techniques as
|
|
118
112
|
the core mutations does for inputs
|
|
119
113
|
email:
|
|
@@ -160,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
154
|
version: '0'
|
|
161
155
|
requirements: []
|
|
162
156
|
rubyforge_project:
|
|
163
|
-
rubygems_version: 2.
|
|
157
|
+
rubygems_version: 2.5.1
|
|
164
158
|
signing_key:
|
|
165
159
|
specification_version: 4
|
|
166
160
|
summary: Mixin to add an outcome validation to mutations gem
|