aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ruby-ole/lib/ole/storage.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-03-09 14:41:05 +0000
committerFrancis Irving <francis@mysociety.org>2010-03-09 14:41:05 +0000
commit7c5be5afbc8af5fa3ab504983e4f38c09c71e118 (patch)
treee2167d321cb4ebff2fcf8f61aab6bc52532bb4c0 /vendor/ruby-ole/lib/ole/storage.rb
parent30bb6608984abdaf72350febc77fe9a982038138 (diff)
parent9d1321cca685d4a25cdb615199ef464da3ba4d5d (diff)
Merge commit 'peter/master'
Conflicts: config/environment.rb Merge patch from Peter Collingbourne for handling Outlook attachments.
Diffstat (limited to 'vendor/ruby-ole/lib/ole/storage.rb')
-rw-r--r--vendor/ruby-ole/lib/ole/storage.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/ruby-ole/lib/ole/storage.rb b/vendor/ruby-ole/lib/ole/storage.rb
new file mode 100644
index 000000000..02e851df7
--- /dev/null
+++ b/vendor/ruby-ole/lib/ole/storage.rb
@@ -0,0 +1,3 @@
+require 'ole/storage/base'
+require 'ole/storage/file_system'
+require 'ole/storage/meta_data'