Navigation Menu

Skip to content

Commit

Permalink
Remove one difference from README
Browse files Browse the repository at this point in the history
I found out recently that Erubis does have a public repository
and bug tracker on GitHub at kwatch/erubis.  No updates since
2011 and no responses from the maintainer to any of the issues
or pull requests filed in the bug tracker, though.
  • Loading branch information
jeremyevans committed Feb 8, 2018
1 parent 5dcde54 commit 004416b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rdoc
Expand Up @@ -13,7 +13,6 @@ the same basic algorithm, with the following differences:
* Does no monkey patching (Erubis adds a method to Kernel)
* Uses an immutable design (all options passed to the constructor, which returns a frozen object)
* Has simpler internals (1 file, <150 lines of code)
* Has an open development model (Erubis doesn't have a public source control repository or bug tracker)
* Is not dead (Erubis hasn't been updated since 2011)

It is not designed with Erubis API compatibility in mind, though most Erubis
Expand Down

0 comments on commit 004416b

Please sign in to comment.