pkgsrc/devel/ruby-docile/Makefile
taca 2285f79e4c 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
2018-02-28 15:47:49 +00:00

12 lines
311 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/02/28 15:47:49 taca Exp $
DISTNAME= docile-1.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ms-ati.github.com/docile/
COMMENT= Keeps your Ruby DSLs tame and well-behaved
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"