Skip to content

Commit

Permalink
Upgrade fog gem to version 1.5.0
Browse files Browse the repository at this point in the history
Upgrade fog gem to lastest version (1.5.0), which adds 2 features
required by OpenStack CPI:

* Add filters to list servers details
* Stream OpenStack image

Change-Id: I11137c05dc47493b78fab89703168a6316e3114f
  • Loading branch information
frodenas committed Aug 5, 2012
1 parent 8e052d2 commit 6ac24a1
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Expand Up @@ -226,7 +226,7 @@ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR
>>> diff-lcs-1.1.3 >>> diff-lcs-1.1.3
>>> erubis-2.6.6 >>> erubis-2.6.6
>>> extlib-0.9.15 >>> extlib-0.9.15
>>> fog-1.4.0 >>> fog-1.5.0
>>> gibberish-1.2.0 >>> gibberish-1.2.0
>>> headers-more-nginx-module-0.1.6 >>> headers-more-nginx-module-0.1.6
>>> httparty-0.7 >>> httparty-0.7
Expand Down Expand Up @@ -694,7 +694,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




>>> fog-1.4.0 >>> fog-1.5.0


Copyright (c) 2010 {geemus (Wesley Beary)}[http://github.com/geemus] Copyright (c) 2010 {geemus (Wesley Beary)}[http://github.com/geemus]


Expand Down
4 changes: 2 additions & 2 deletions deployer/Gemfile.lock
Expand Up @@ -56,7 +56,7 @@ GEM
bosh_openstack_cpi (0.0.2) bosh_openstack_cpi (0.0.2)
bosh_common (>= 0.4.0) bosh_common (>= 0.4.0)
bosh_cpi (>= 0.4.3) bosh_cpi (>= 0.4.3)
fog (>= 1.4.0) fog (>= 1.5.0)
httpclient (>= 2.2.0) httpclient (>= 2.2.0)
uuidtools (>= 2.1.2) uuidtools (>= 2.1.2)
yajl-ruby (>= 0.8.2) yajl-ruby (>= 0.8.2)
Expand All @@ -72,7 +72,7 @@ GEM
columnize (0.3.6) columnize (0.3.6)
diff-lcs (1.1.3) diff-lcs (1.1.3)
excon (0.14.3) excon (0.14.3)
fog (1.4.0) fog (1.5.0)
builder builder
excon (~> 0.14.0) excon (~> 0.14.0)
formatador (~> 0.2.0) formatador (~> 0.2.0)
Expand Down
Binary file removed deployer/vendor/cache/fog-1.4.0.gem
Binary file not shown.
Binary file added deployer/vendor/cache/fog-1.5.0.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions openstack_registry/Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: . remote: .
specs: specs:
bosh_openstack_registry (0.0.1) bosh_openstack_registry (0.0.1)
fog (~> 1.4.0) fog (~> 1.5.0)
sequel sequel
sinatra sinatra
thin thin
Expand All @@ -20,7 +20,7 @@ GEM
diff-lcs (1.1.3) diff-lcs (1.1.3)
eventmachine (0.12.10) eventmachine (0.12.10)
excon (0.14.1) excon (0.14.1)
fog (1.4.0) fog (1.5.0)
builder builder
excon (~> 0.14.0) excon (~> 0.14.0)
formatador (~> 0.2.0) formatador (~> 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion openstack_registry/bosh_openstack_registry.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency "sinatra" s.add_dependency "sinatra"
s.add_dependency "thin" s.add_dependency "thin"
s.add_dependency "yajl-ruby" s.add_dependency "yajl-ruby"
s.add_dependency "fog", "~>1.4.0" s.add_dependency "fog", "~>1.5.0"
end end
Binary file removed openstack_registry/vendor/cache/fog-1.4.0.gem
Binary file not shown.
Binary file added openstack_registry/vendor/cache/fog-1.5.0.gem
Binary file not shown.

0 comments on commit 6ac24a1

Please sign in to comment.