aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_pack.rb
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-11-05 03:03:31 +0000
committerSam Stephenson <sam@37signals.com>2005-11-05 03:03:31 +0000
commit313468a732cbea57daa4572114311296d124e44b (patch)
treeaa81392fed506a1c21809ed1b18329ac886a7b67 /actionpack/lib/action_pack.rb
parent8c4c196f56b2c86830ea6d64a3046103a3a43e5e (diff)
downloadrails-313468a732cbea57daa4572114311296d124e44b.tar.gz
rails-313468a732cbea57daa4572114311296d124e44b.tar.bz2
rails-313468a732cbea57daa4572114311296d124e44b.zip
Added action_pack.rb stub so that ActionPack::Version loads properly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2880 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_pack.rb')
-rw-r--r--actionpack/lib/action_pack.rb24
1 files changed, 24 insertions, 0 deletions
diff --git a/actionpack/lib/action_pack.rb b/actionpack/lib/action_pack.rb
new file mode 100644
index 0000000000..f8a5b5ddb9
--- /dev/null
+++ b/actionpack/lib/action_pack.rb
@@ -0,0 +1,24 @@
+#--
+# Copyright (c) 2004 David Heinemeier Hansson
+#
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#++
+
+require 'action_pack/version'