From 1648df79b78d07c7713a75313b53db61a14a77bc Mon Sep 17 00:00:00 2001 From: Yaroslav Markin Date: Thu, 25 Dec 2008 23:59:57 +0300 Subject: Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 state:committed] Signed-off-by: David Heinemeier Hansson --- activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile (limited to 'activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile') diff --git a/activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile b/activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile new file mode 100644 index 0000000000..2164e13e69 --- /dev/null +++ b/activesupport/lib/active_support/vendor/i18n-0.1.1/Rakefile @@ -0,0 +1,5 @@ +task :default => [:test] + +task :test do + ruby "test/all.rb" +end -- cgit v1.2.3