File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2020 spec . require_paths = [ 'lib' ]
2121
22- spec . add_dependency 'excon' , '>= 0.38.0 '
22+ spec . add_dependency 'excon' , '~> 0.38'
2323 spec . add_development_dependency 'bundler' , '~> 1.11'
2424 spec . add_development_dependency 'rake' , '~> 10.0'
2525 spec . add_development_dependency 'rspec' , '~> 3.0'
Original file line number Diff line number Diff line change 1- require "docker/distribution/api/version"
2-
31module Docker
42 module Distribution
53 module Api
64 attr_accessor :creds , :logger
75
8- require 'docker/distribution/api/version'
96 require 'docker/distribution/api/connection'
7+ require 'docker/distribution/api/manifest'
108 require 'docker/distribution/api/util'
9+ require 'docker/distribution/api/version'
10+ require 'docker/distribution/error'
1111
1212 def version ( connection = self . connection )
1313 response = connection . get ( '/' )
You can’t perform that action at this time.
0 commit comments