2012-12-16 17:47:12 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-rspec to 2.12.0.
This is meta- gem pacakge contains rspec-core, rspec-expectations and
rspec-mocks.
|
2012-09-03 17:55:27 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-rspec to 2.11.0.
This is meta gem ruby-rspec.
|
2012-06-02 02:47:46 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update ruby-rspec to 2.10.0.
This is a meta package like one and reflect update of
ruby-rspec-core/ruby-rspec-expectations/ruby-rspec-mock.
|
2012-03-20 14:39:18 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-rspec to 2.9.0.
This is meta gem for ruby-rspec-{core,expectations,mock}.
|
2012-03-17 16:10:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec to 2.8.0.
This is something meta-package of ruby-rspec-core, rspec-expectations and
rspec-mocks.
|
2011-12-16 16:58:11 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-rspec package to 2.7.0.
Exact changes are unknown.
|
2011-06-18 05:56:28 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-rspec package to 2.6.0.
This is newer major release which support Ruby on Rails 3.
So, please refer its web site in detail: http://relishapp.com/rspec.
|
2011-06-18 04:23:24 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec pacakge to 1.3.2, latest 1.3.x.
=== Version 1.3.2 / 2011-04-11
* Enhancements
* Raise a meaningful error when an argument-scoped stub is called with the
wrong args (Alexey)
* Dev: ignore .rbc files (Myron Marston)
* Bug fixes
* Fix regression in which an expectation should return the value from a
previously defined stub of the same method (Tom Stuart)
* Support heckling class methods (Dan Kubb)
* Only try to pass messages to the superclass if the superclass responds to
the method (Andrew Selder)
|
2010-11-20 12:55:23 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-rspec to 1.3.1.
=== Version 1.3.1 / 2010-10-09
* enhancements
* Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat \
Maddox)
* config.suppress_deprecation_warnings!
* bug fixes
* QuitBacktraceTweaker no longer eats all paths with 'lib'
(Tim Harper - #912)
* Fix delegation of stubbed values on superclass class-level methods.
(Scott Taylor - #496 - #957)
* Fix pending to work with ruby-1.9
* deprecations
* share_as (will be removed from rspec-core-2.0)
* simple_matcher (will be removed from rspec-core-2.0)
|
2010-09-10 08:25:05 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update devel/ruby-rspec to 1.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
Changes are too may to write here, please refer:
http://rspec.info/documentation/changes-rspec.html
|