equivalent-xml 0.2.8 → 0.2.9
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/README.rdoc +1 -0
- data/lib/equivalent-xml/rspec_matchers.rb +5 -0
- metadata +5 -5
data/README.rdoc
CHANGED
|
@@ -88,6 +88,7 @@ Chained modifiers:
|
|
|
88
88
|
|
|
89
89
|
== History
|
|
90
90
|
|
|
91
|
+
- <b>0.2.9</b> - Fix for rspec-rails >= 2.7 (contrib. by jcoyne)
|
|
91
92
|
- <b>0.2.8</b> - Allow comparison against nodesets (contrib. by gkellogg)
|
|
92
93
|
- <b>0.2.7</b> - Auto-require RSpec matchers if RSpec is loaded
|
|
93
94
|
- <b>0.2.6</b> - Added documentation for RSpec matchers
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: equivalent-xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.2.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael B. Klein
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-01-25 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: nokogiri
|
|
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
129
|
requirements: []
|
|
130
130
|
|
|
131
131
|
rubyforge_project:
|
|
132
|
-
rubygems_version: 1.8.
|
|
132
|
+
rubygems_version: 1.8.15
|
|
133
133
|
signing_key:
|
|
134
134
|
specification_version: 3
|
|
135
135
|
summary: Easy equivalency tests for Ruby XML
|