aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile
diff options
context:
space:
mode:
authorYehuda Katz <wycats@Yehuda-Katz.local>2009-11-09 11:33:47 -0800
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-11-09 11:33:47 -0800
commit0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3 (patch)
tree428f88b698fb03f0bcddcb7017d16753b288e661 /activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile
parent4a1f43878105d701fd2dd769ec3cf7e81d133c09 (diff)
downloadrails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.gz
rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.bz2
rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.zip
Revert "Bundle I18n 0.2.0."
This reverts commit 83f329f5f30567a10bc96410da230bf986db8ad4.
Diffstat (limited to 'activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile')
-rw-r--r--activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile b/activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile
new file mode 100644
index 0000000000..2164e13e69
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile
@@ -0,0 +1,5 @@
+task :default => [:test]
+
+task :test do
+ ruby "test/all.rb"
+end