You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/04/10 21:38:19 UTC

[3/6] git commit: Removed 'require "psych"' in OrderedHash

Removed 'require "psych"' in OrderedHash

This cause undefined symbols explosions on the current MRI.


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/01736b3f
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/01736b3f
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/01736b3f

Branch: refs/heads/master
Commit: 01736b3f6fd59ae87414597766ae5b26382ac938
Parents: 7b3e61e
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Apr 10 11:07:16 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Apr 10 21:31:36 2013 +0200

----------------------------------------------------------------------
 server/lib/deltacloud/core_ext/ordered_hash.rb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/01736b3f/server/lib/deltacloud/core_ext/ordered_hash.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/core_ext/ordered_hash.rb b/server/lib/deltacloud/core_ext/ordered_hash.rb
index 9d32b6a..829c8df 100644
--- a/server/lib/deltacloud/core_ext/ordered_hash.rb
+++ b/server/lib/deltacloud/core_ext/ordered_hash.rb
@@ -1,9 +1,5 @@
 # Code from ActiveSupport, https://github.com/rails/rails/tree/3-2-stable/activesupport
 # MIT licensed
-begin
-  require 'psych'
-rescue LoadError
-end
 
 require 'yaml'