reqres_rspec 0.1.15 → 0.1.16

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
2
  SHA1:
3
- metadata.gz: 42ac28af1f24aa37943b206fb4194241d9a0d1cc
4
- data.tar.gz: b24ced1d0a02892bcdd73561fce188e082ae939c
3
+ metadata.gz: fc72e3153c8063edd1018fddf937bfa4388065a3
4
+ data.tar.gz: d099234baabd3926715a75afb27fb17ba27a4b10
5
5
  SHA512:
6
- metadata.gz: da69d9edbdb08dea9c1dda9afc19f179fcf8f750fb4eca732b0f9aa68747d142a41bc8828863cee23d90922962e248247a83c72ada194a10a67ceb292c88ede3
7
- data.tar.gz: cbbfebe00f22150282e8faa54a5b4ffdec43cf4bff4b7fe0247fb6a0c948ee175dff96beae73c7762e138b1961205ccc54c1c578dc83565c80f0465dc6340d22
6
+ metadata.gz: b463e01a0f8c2e5f75c974c49378418d2181bbb6be1f6efc3829a41dfd204128c622a2adfc4eb6f31aed98df765a19d8a42b0ee5302be4541a96d6db2fd62aed
7
+ data.tar.gz: 8fd6262f182ff6274ab851b9712737c2827d316fc1de8684e0b5768080bd1f8e60e9e6d94a427480e0d6b03ef4fd5e48fbbf6f830e2a1c9e3bc35f3a3e74ea7f
data/CHANGELOG.txt CHANGED
@@ -1,3 +1,7 @@
1
+ version 0.1.16
2
+
3
+ add ‘deprecated’ importance of param
4
+
1
5
  version 0.1.15
2
6
 
3
7
  add ‘conditional’ importance of param
@@ -4,7 +4,7 @@ module ReqresRspec
4
4
  attr_accessor :records
5
5
 
6
6
  # Param importances
7
- PARAM_IMPORTANCES = %w[required optional conditional]
7
+ PARAM_IMPORTANCES = %w[required optional conditional deprecated]
8
8
 
9
9
  # Param types
10
10
  # NOTE: make sure sub-strings go at the end
@@ -1,3 +1,3 @@
1
1
  module ReqresRspec
2
- VERSION = '0.1.15'
2
+ VERSION = '0.1.16'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reqres_rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - rilian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-23 00:00:00.000000000 Z
11
+ date: 2015-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderay