From 95a8f252c028c94b70cce4888bce42b7e9e30786 Mon Sep 17 00:00:00 2001 From: rohit Date: Wed, 16 Jun 2010 18:50:50 +0530 Subject: remove executable permission from files that don't need it. [#4802 state:resolved] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- activesupport/bin/generate_tables | 0 activesupport/lib/active_support/core_ext/object/to_param.rb | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 activesupport/bin/generate_tables mode change 100755 => 100644 activesupport/lib/active_support/core_ext/object/to_param.rb (limited to 'activesupport') diff --git a/activesupport/bin/generate_tables b/activesupport/bin/generate_tables old mode 100755 new mode 100644 diff --git a/activesupport/lib/active_support/core_ext/object/to_param.rb b/activesupport/lib/active_support/core_ext/object/to_param.rb old mode 100755 new mode 100644 -- cgit v1.2.3