Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Apr 1, 2012
1 parent 8a72c04 commit 090145c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@

0.3.0 - 17 March 2012
* Added support for doubling constants.

0.4.0 - 1 April 2012
* Handle default args and splats correctly.
* rspec-mocks 2.9-master support.
* Allow `fire_double("Class", :foo => 17)` syntax.
* Allow `mock.stub(:foo => 17)` syntax.
* Don't count block params when determining max arity.
* Restore original const value when a const is stubbed more than once.
2 changes: 1 addition & 1 deletion rspec-fire.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rspec-fire'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'More resilient test doubles for RSpec.'
s.platform = Gem::Platform::RUBY
s.authors = ["Xavier Shay"]
Expand Down

0 comments on commit 090145c

Please sign in to comment.