diff_matcher 2.2.1 → 2.2.2
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/.travis.yml +2 -1
- data/lib/diff_matcher/difference.rb +0 -5
- data/lib/diff_matcher/version.rb +1 -1
- data/spec/diff_matcher/difference_spec.rb +1 -1
- metadata +3 -3
data/.travis.yml
CHANGED
data/lib/diff_matcher/version.rb
CHANGED
|
@@ -90,7 +90,7 @@ describe "DiffMatcher::AllMatcher[expected]" do
|
|
|
90
90
|
context "when actual is not an array" do
|
|
91
91
|
let(:actual) { 'a' }
|
|
92
92
|
|
|
93
|
-
it {
|
|
93
|
+
it { should eql "\e[31m- \e[1m[1]\e[0m\e[33m+ \e[1m\"a\"\e[0m" }
|
|
94
94
|
end
|
|
95
95
|
end
|
|
96
96
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: diff_matcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.2.
|
|
5
|
+
version: 2.2.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Playup
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-06-14 00:00:00 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
16
16
|
description: |
|
|
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
60
60
|
requirements:
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
hash:
|
|
63
|
+
hash: -2103074240095197051
|
|
64
64
|
segments:
|
|
65
65
|
- 0
|
|
66
66
|
version: "0"
|