Skip to content

Commit 5061faf

Browse files
committed
Bump version to 0.7.0
1 parent 723442a commit 5061faf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-api-matchers (0.6.3)
4+
rspec-api-matchers (0.7.0)
55
activesupport
66
rack
77
rspec

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.7.0 - 2013/11/24
2+
--------------------
3+
4+
* Allow Proc as comparison operator for :be_filtered
5+
* Let :be_filtered pass on an array with 1 item
6+
* Add yardoc and better documentation
7+
* Add compatibility with ActiveSupport 3
8+
* Allow content_type as either symbol or string
9+
110
v0.6.0 - 2013/11/09
211
--------------------
312

lib/rspec-api/matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpecApi
22
module Matchers
3-
VERSION = '0.6.3'
3+
VERSION = '0.7.0'
44
end
55
end

0 commit comments

Comments
 (0)