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/02/19 14:00:57 UTC

[1/7] git commit: Core: Fixed latest 'excon' which breaks the VCR fixtures

Core: Fixed latest 'excon' which breaks the VCR fixtures

The 'excon' was updated it 0.17.0 which ultimately breaks
the VCR fixtures we are using (rake test:drivers:google).

Saying that we don't want to update it in gemspec should
fix this issue.


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

Branch: refs/heads/master
Commit: 92c3e1f0b939326c3476e3954161ef90220d1027
Parents: 4dee8b7
Author: Michal Fojtik <mf...@redhat.com>
Authored: Tue Feb 19 12:10:43 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Feb 19 12:10:43 2013 +0100

----------------------------------------------------------------------
 server/deltacloud-core.gemspec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/92c3e1f0/server/deltacloud-core.gemspec
----------------------------------------------------------------------
diff --git a/server/deltacloud-core.gemspec b/server/deltacloud-core.gemspec
index d5c6731..292e6e1 100644
--- a/server/deltacloud-core.gemspec
+++ b/server/deltacloud-core.gemspec
@@ -102,7 +102,7 @@ Gem::Specification.new do |s|
 
   # Terremark Vcloud Express
   s.add_dependency('fog', '>= 1.4.0')
-  s.add_dependency('excon', '>= 0.14.2' )
+  s.add_dependency('excon', '>= 0.14.2', '<0.17.0' )
 
   # Rhevm and Condor Cloud
   s.add_dependency('rest-client')