Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Sep 28, 2014
2 parents 3d9822c + d3bcc37 commit e06d6af
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 12 deletions.
45 changes: 37 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
.vagrant/*
pkg/*
Gemfile.lock
test-*
.yardoc/*
doc/*
Vagrantfile
puppet/*
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

## Specific to RubyMotion:
.dat*
.repl_history
build/

## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

## Environment normalisation:
/.bundle/
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# Vagrant specifics
Vagrantfile*
vagrant*deb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
=============

[Version 0.4.2](../../releases/tag/v0.4.2) has been released!
[Version 0.4.3](../../releases/tag/v0.4.3) has been released!
-------------

Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VCloud
VERSION = '0.4.2'
VERSION = '0.4.3'
end
end
4 changes: 2 additions & 2 deletions vagrant-vcloud.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$:.unshift File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'vagrant-vcloud/version'

Gem::Specification.new do |s|
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'i18n', '~> 0.6.4'
s.add_runtime_dependency 'log4r', '~> 1.1.10'
s.add_runtime_dependency 'nokogiri', '~> 1.5.5'
s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'httpclient', '~> 2.3.4.1'
s.add_runtime_dependency 'ruby-progressbar', '~> 1.1.1'
s.add_runtime_dependency 'netaddr', '~> 1.5.0'
Expand Down

0 comments on commit e06d6af

Please sign in to comment.