Skip to content

Commit 004416b

Browse files
committed
Remove one difference from README
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.
1 parent 5dcde54 commit 004416b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.rdoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ the same basic algorithm, with the following differences:
1313
* Does no monkey patching (Erubis adds a method to Kernel)
1414
* Uses an immutable design (all options passed to the constructor, which returns a frozen object)
1515
* Has simpler internals (1 file, <150 lines of code)
16-
* Has an open development model (Erubis doesn't have a public source control repository or bug tracker)
1716
* Is not dead (Erubis hasn't been updated since 2011)
1817

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

0 commit comments

Comments
 (0)