equivalent-xml 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,5 +1,10 @@
1
1
  require 'equivalent-xml'
2
2
 
3
+ begin
4
+ require 'rspec-expectations'
5
+ rescue LoadError
6
+ end
7
+
3
8
  module EquivalentXml::RSpecMatchers
4
9
 
5
10
  if defined?(::RSpec)
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 8
10
- version: 0.2.8
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: 2011-10-07 00:00:00 Z
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.6
132
+ rubygems_version: 1.8.15
133
133
  signing_key:
134
134
  specification_version: 3
135
135
  summary: Easy equivalency tests for Ruby XML