From a031813887a203b80006e7fdc3204355fd8d02b7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 27 Nov 2011 17:35:49 +0200 Subject: Commit, network graph refactoring --- lib/commit_ext.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/commit_ext.rb (limited to 'lib/commit_ext.rb') diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb deleted file mode 100644 index 0e045911843..00000000000 --- a/lib/commit_ext.rb +++ /dev/null @@ -1,20 +0,0 @@ -module CommitExt - attr_accessor :head - attr_accessor :refs - - def safe_message - message.force_encoding(Encoding::UTF_8) - end - - def created_at - committed_date - end - - def author_email - author.email.force_encoding(Encoding::UTF_8) - end - - def author_name - author.name.force_encoding(Encoding::UTF_8) - end -end -- cgit v1.2.1