Package Release Info

rubygem-docile-1.3.0-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-docile
ruby2.5-rubygem-docile-doc

Change Logs

* Wed Feb 14 2018 jengelh@inai.de
- Replace useless summary
* Thu Feb 08 2018 coolo@suse.com
- updated to version 1.3.0
  see installed HISTORY.md
  [#]# [Unreleased changes](http://github.com/ms-ati/docile/compare/v1.3.0...master)
  - ...
  [#]# [v1.3.0 (Feb 7, 2018)](http://github.com/ms-ati/docile/compare/v1.2.0...v1.3.0)
  - Allow helper methods in block's context to call DSL methods
  - Add SemVer release policy explicitly
  - Standardize on double-quoted string literals
  - Workaround some more Travis CI shenanigans
  [#]# [v1.2.0 (Jan 11, 2018)](http://github.com/ms-ati/docile/compare/v1.1.5...v1.2.0)
  - Special thanks to Christina Koller (@cmkoller)
  - add DSL evaluation returning *return value of the block* (see `.dsl_eval_with_block_return`)
  - add an example to README
  - keep travis builds passing on old ruby versions
* Wed Oct 15 2014 coolo@suse.com
- updated to version 1.1.5
  - as much as possible, loosen version restrictions on development dependencies
  - clarify gemspec settings as much as possible
  - bump rspec dependency to 3.0.x
  - Special thanks to Ken Dreyer  (@ktdreyer):
  - make simplecov/coveralls optional for running tests \[[33834852c7](https://github.com/ms-ati/docile/commit/33834852c7849912b97e109e8c5c193579cc5e98)\]
  - update URL in gemspec \[[174e654a07](https://github.com/ms-ati/docile/commit/174e654a075c8350b3411b212cfb409bc605348a)\]
* Sun Oct 12 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun Feb 23 2014 coolo@suse.com
- updated to version 1.1.3
  - Special thanks to Alexey Vasiliev (@le0pard):
  - fix problem to catch NoMethodError from non receiver object
  - upgrade rspec format to new "expect" syntax
* Mon Jan 20 2014 coolo@suse.com
- updated to version 1.1.2
  - remove unnecessarily nested proxy objects (thanks @Ajedi32!
  - documentation updates and corrections
* Tue Nov 26 2013 coolo@suse.com
- updated to version 1.1.1, upstream set license (gh#7)
* Sat Nov 23 2013 coolo@suse.com
- initial package for simplecov