Next | Query returned 11 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-23 15:25:28 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-docile: update to 1.4.0

pkgsrc change: update HOMEPAGE which was broken link.

1.4.0 (May 12, 2021)

* Special thanks to Matt Schreiber (@tomeon):
  - Short-circuit to calling #instance_exec directly on the DSL object
    (prior to constructing a proxy object) when the DSL object and block
    context object are identical (Sorry it took over a year to review and
    merge this!)
* Renamed default branch from master to main, see:
  https://github.com/github/renaming
* Temporarily removed YARD doc configuration, to replace after migration to
  Github Actions
* Removed support for all EOL Rubies < 2.6
* Migrated CI from Travis to Github Actions
* Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
  - Use more reliable codecov github action (via simplecov-cobertura) rather
    than less reliable codecov gem
  - Enable bundle caching in github action setup-ruby
* Added Rubocop, and configured it to run in CI
* Added Dependabot, and configured it to run daily
* Added SECURITY.md for vulnerability reporting policy
   2021-01-14 15:02:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-docile: update to 1.3.5

1.3.5 (Jan 13, 2021)

* Special thanks to Jochen Seeber (@jochenseeber):
  - Fix remaining delegation on Ruby 2.7 (PR #62)

* Remove support for Ruby 1.8.7 and REE, because they are no longer
  runnable on Travis CI

* Announce that continued support for any EOL Ruby versions (that is,
  versions prior to Ruby 2.5 as of Jan 13 2021) will be decided on Feb 1,
  2021 based on comments to issue #58
   2021-01-10 15:44:45 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-docile: update to 1.3.4

1.3.4 (Dec 22, 2020)

* Special thanks to Benoit Daloze (@eregon):
  - Fix delegation on Ruby 2.7 (issues #45 and #44, PR #52)

1.3.3 (Dec 18, 2020)

* Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
  - Fix keyword arg warnings on Ruby 2.7 (issue #44, PR #45)
  - Filter Docile's source files from backtrace (issue #35, PR #36)
   2019-10-23 18:34:19 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-docile: update to 1.3.2

Update ruby-docile to 1.3.2.

## v1.3.2 (2019-06-12)

  - Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
  - Fix for DSL object is replaced when #dsl_eval is nested (#33, PR #34)
   2018-09-23 16:18:11 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-docile: update to 1.3.1

## [v1.3.1 (May 24, 2018)](http://github.com/ms-ati/docile/compare/v1.3.0...v1.3.1)

  - Special thanks to Taichi Ishitani (@taichi-ishitani):
    - Fix for when DSL object is also the block's context (#30)
   2018-02-28 16:47:49 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-docile: update to 1.3.0

## [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
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-13 14:34:16 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-docile to 1.1.5.

## [v1.1.5 (Jun 15, 2014)](http://github.com/ms-ati/docile/compare/v1.1.4...v1.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

## [v1.1.4 (Jun 11, 2014)](http://github.com/ms-ati/docile/compare/v1.1.3...v1.1.4)

  - 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)\]

## [v1.1.3 (Feb 4, 2014)](http://github.com/ms-ati/docile/compare/v1.1.2...v1.1.3)

  - Special thanks to Alexey Vasiliev (@le0pard):
    - fix problem to catch NoMethodError from non receiver object
    - upgrade rspec format to new "expect" syntax

## [v1.1.2 (Jan 10, 2014)](http://github.com/ms-ati/docile/compare/v1.1.1...v1.1.2)

  - remove unnecessarily nested proxy objects (thanks @Ajedi32)!
  - documentation updates and corrections

Next | Query returned 11 messages, browsing 1 to 10 | Previous