summaryrefslogtreecommitdiff
path: root/devel/ruby-metaclass/DESCR
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
commit56d0e89eec7a65cd783aaecd29fefde7b20f7a96 (patch)
tree79de035a23bbb285c8713b492fa4fa499634f7f8 /devel/ruby-metaclass/DESCR
parent836f824b7f7339847cc2cb57f6c10401a6122132 (diff)
downloadpkgsrc-56d0e89eec7a65cd783aaecd29fefde7b20f7a96.tar.gz
Edited DESCR in the case of:
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
Diffstat (limited to 'devel/ruby-metaclass/DESCR')
-rw-r--r--devel/ruby-metaclass/DESCR1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/ruby-metaclass/DESCR b/devel/ruby-metaclass/DESCR
index 02e964696fd..0ad45de3709 100644
--- a/devel/ruby-metaclass/DESCR
+++ b/devel/ruby-metaclass/DESCR
@@ -5,7 +5,6 @@ Motivations :-
* Even though WhyTheLuckyStiff's [metaid gem]
(https://rubygems.org/gems/metaid) does something similar, apparently the
metaclass method without underscores [doesn't play well with Rails v2.3]
- (https://github.com/floehopper/mocha/commit/f0749d6d291164cc9280aa8ba16f33d652d45fe1#commitcomment-475799).
* I'm trying to extract code out of the [mocha gem]
(https://github.com/floehopper/mocha) and this is an obvious candidate.