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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. data/assert_value.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7201eba13f6309417d94784e31a974d8f3842d12
4
- data.tar.gz: 0c52bdc71d9173a6140d5b82c6db7260fb1f2f3e
3
+ metadata.gz: 03615f5ad955d7635a34e257609c612991ed76e8
4
+ data.tar.gz: c8a053708469a55ee04de8d9b79720014159bba8
5
5
  SHA512:
6
- metadata.gz: 3550049d50439d6a52d5ad069ec7c81b17d957c936dede0b44506440da52baf11ebf75f94cc466809638ce14760335b8bf1ee34c608664c9c1a2082df9f4a524
7
- data.tar.gz: 21eac2d89f497afacb6ee62e202283a0938e58498ed0abc41cb865a55ebbfb4021812b48533a888ae8db6cd6cbcd690787106fb9865b2178991bce262167b248
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
+ ![Screencast](https://github.com/assert-value/assert_value_screencasts/raw/master/screencast_10fps.gif)
15
+
16
+
12
17
  ## Testing String Values
13
18
 
14
19
  It is better to start with no expected value
@@ -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.4"
5
+ s.version = "1.5.5"
6
6
  s.author = "Pluron, Inc."
7
7
  s.email = "support@pluron.com"
8
- s.homepage = "http://github.com/acunote/assert_value"
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
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-05-10 00:00:00.000000000 Z
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: http://github.com/acunote/assert_value
40
+ homepage: https://github.com/assert-value/assert_value_ruby
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}