Commit Graph

27 Commits

Author SHA1 Message Date
Marc Siegel 93c512f18b
Update HISTORY.md - added Rubocop and run it in CI 2021-05-10 17:23:57 -04:00
Marc Siegel cb95b8d85d
Update HISTORY.md for github action improvements 2021-05-08 11:02:00 -04:00
Marc Siegel d169e6940c
Update HISTORY.md: moved CI to Github Actions 2021-05-07 12:22:10 -04:00
Marc Siegel 4f258fab7a Remove support for EOL Rubies (< 2.6)
In this PR:
  * Temporarily remove all YARD doc config, to be added back
    after migrating CI to Github Actions, to simplify config
    and dependencies
  * Remove all testing and references to < 2.6 Rubies
  * Simplify JRuby and TruffleRuby testing to latest stable versions

NOT in this PR:
  * Any simplifying code changes that are now possible due to
    removing support for EOL Rubies

Closes #58
2021-05-04 10:55:36 -04:00
Marc Siegel d6cae505ee
Update HISTORY.md - renamed default branch to main
See also: https://github.com/github/renaming
2021-02-08 15:14:21 -05:00
Marc Siegel 157b74683d
Update HISTORY.md to add special thanks to @tomeon 2021-01-13 10:59:41 -05:00
Matt Schreiber 19c62d0d70
Call #instance_exec on DSL object instead of proxy (#39)
when the DSL object is the same object as the block context object.

This short-circuits prior to performing setup (like copying ivars
from the block context to the proxy) that is unnecessary when the block
context and DSL object "match".

Add test that runs non-mutative code on frozen DSL object to check that
no FrozenError is raised, as it would have been if a
FallbackContextProxy tried to dynamically add methods to the DSL object.
2021-01-13 10:57:05 -05:00
Marc Siegel 617bc50bbc
Update HISTORY.md for 1.3.5 (#63) 2021-01-13 10:46:08 -05:00
Marc Siegel eb833e2a09
Update HISTORY.md for recent changes 2021-01-11 17:36:32 -05:00
Marc Siegel bfa362ce34
Update HISTORY.md for 1.3.4 (#54) 2020-12-22 11:38:48 -05:00
Marc Siegel 5d6149b504
Update HISTORY.md for 1.3.3 (#49) 2020-12-18 13:24:04 -05:00
Marc Siegel 251f1ed714 Update HISTORY.md for 1.3.2 2019-06-12 15:34:03 -04:00
Marc Siegel 0d23c1c437 Update HISTORY.md for 1.3.1 2018-05-24 10:46:15 -04:00
Marc Siegel e9968db99d Update HISTORY.md for 1.3.0 2018-02-07 17:22:50 -05:00
Marc Siegel 29897a4d0c Update HISTORY.md to add unreleased changes since 1.2.0 2018-01-14 20:53:14 -05:00
Marc Siegel 36fc00f582 Prepare for release of v1.2.0 2018-01-11 17:40:40 -05:00
Marc Siegel 67540fbeb9 Update HISTORY to summarize commits since last release.
Summary: nothing has actually changed in the code. Only keeping travis builds working
on old versions, and some doc fixes.
2016-05-18 11:59:43 -04:00
Marc Siegel 95bba4ce9c Update HISTORY.md 2014-06-15 15:35:36 -04:00
Marc Siegel 230dbd2b2b Update HISTORY.md 2014-06-11 22:04:42 -04:00
Marc Siegel b547fcd357 Update HISTORY.md for v1.1.3 2014-02-04 15:25:36 -05:00
Marc Siegel 7878891fd9 Update HISTORY.md for v1.1.2 2014-01-10 10:53:49 -05:00
Marc Siegel d06adfea68 Bump for release v1.1.1 2013-11-26 16:06:49 -05:00
Marc Siegel 09b516d283 Bump for release v1.1.0 2013-07-29 00:39:37 -04:00
Marc Siegel d15d687090 Bump for release v1.0.5 2013-07-28 16:47:14 -04:00
Marc Siegel 7644b2663e Bump for release v1.0.4 2013-07-25 18:55:37 -04:00
Marc Siegel 3bd01b3e27 Bump for release v1.0.3 2013-07-06 10:09:30 -04:00
Marc Siegel f0beb4c6dc Add HISTORY.md 2013-04-01 17:47:04 -04:00