assert_same 0.7.3 → 0.7.4
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.
- data/assert_same.gemspec +2 -1
- metadata +4 -3
data/assert_same.gemspec
CHANGED
|
@@ -2,11 +2,12 @@ require 'rubygems'
|
|
|
2
2
|
|
|
3
3
|
SPEC = Gem::Specification.new do |s|
|
|
4
4
|
s.name = "assert_same"
|
|
5
|
-
s.version = "0.7.
|
|
5
|
+
s.version = "0.7.4"
|
|
6
6
|
s.author = "Pluron, Inc."
|
|
7
7
|
s.email = "support@pluron.com"
|
|
8
8
|
s.homepage = "http://github.com/acunote/assert_same"
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
|
+
s.license = 'MIT'
|
|
10
11
|
s.description = "assert_same assertion"
|
|
11
12
|
s.summary = "Assert which checks that two strings (expected and actual) are same and which can magically replace expected value with the actual in case the new behavior (and new actual value) is correct"
|
|
12
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: assert_same
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: assert_same assertion
|
|
15
15
|
email: support@pluron.com
|
|
@@ -31,7 +31,8 @@ files:
|
|
|
31
31
|
- test/logs/assert_same_exception_with_files.log.ref
|
|
32
32
|
- test/logs/assert_same_with_files.log.ref
|
|
33
33
|
homepage: http://github.com/acunote/assert_same
|
|
34
|
-
licenses:
|
|
34
|
+
licenses:
|
|
35
|
+
- MIT
|
|
35
36
|
post_install_message:
|
|
36
37
|
rdoc_options: []
|
|
37
38
|
require_paths:
|