assert_value 1.5.4 → 1.5.5
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/README.md +5 -0
- data/assert_value.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03615f5ad955d7635a34e257609c612991ed76e8
|
|
4
|
+
data.tar.gz: c8a053708469a55ee04de8d9b79720014159bba8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 114d6ae7c0f0fa28715a75ef38e86fe877959116ff07662b90bf1135d0ce89ded6dcea2447103d71dae793e8505988674dde24e5e4e546946c83f47bda6a81ba
|
|
7
|
+
data.tar.gz: b7db49928e2646675e455e50c060ca165a707cb80eef1ac49e17c1fbada01b617c32e9b4b5072fc93d9cec77a86a3f887fbbacc8010bd2152fc6ad12137080e1
|
data/README.md
CHANGED
|
@@ -9,6 +9,11 @@ Support two kind of arguments: string and code block.
|
|
|
9
9
|
|
|
10
10
|
This check works with both Test/Unit and RSpec. See documentation and examples below:
|
|
11
11
|
|
|
12
|
+
# Screencast
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
|
|
12
17
|
## Testing String Values
|
|
13
18
|
|
|
14
19
|
It is better to start with no expected value
|
data/assert_value.gemspec
CHANGED
|
@@ -2,10 +2,10 @@ require 'rubygems'
|
|
|
2
2
|
|
|
3
3
|
SPEC = Gem::Specification.new do |s|
|
|
4
4
|
s.name = "assert_value"
|
|
5
|
-
s.version = "1.5.
|
|
5
|
+
s.version = "1.5.5"
|
|
6
6
|
s.author = "Pluron, Inc."
|
|
7
7
|
s.email = "support@pluron.com"
|
|
8
|
-
s.homepage = "
|
|
8
|
+
s.homepage = "https://github.com/assert-value/assert_value_ruby"
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.license = 'MIT'
|
|
11
11
|
s.description = "assert_value assertion"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: assert_value
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pluron, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: assert_value assertion
|
|
14
14
|
email: support@pluron.com
|
|
@@ -37,7 +37,7 @@ files:
|
|
|
37
37
|
- test/assert_value_test.rb
|
|
38
38
|
- test/logs/assert_value_exception_with_files.log.ref
|
|
39
39
|
- test/logs/assert_value_with_files.log.ref
|
|
40
|
-
homepage:
|
|
40
|
+
homepage: https://github.com/assert-value/assert_value_ruby
|
|
41
41
|
licenses:
|
|
42
42
|
- MIT
|
|
43
43
|
metadata: {}
|