Skip to content

Commit

Permalink
travis CI badge, version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
jagorjat committed Dec 24, 2014
1 parent a79c0f7 commit 0ec75ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ mkmf.log
/Vagrantfile
/Berksfile
/metadata.rb
/Berksfile.lock
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Travis CI: [![Build Status](https://travis-ci.org/jarig/vagrant-vmm.svg?branch=master)](https://travis-ci.org/jarig/vagrant-vmm)

# Vagrant Virtual Machine Manager (VMM) Plugin

**UNDER DEVELOPMENT**
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vmm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VMM
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end
4 changes: 2 additions & 2 deletions vagrant-vmm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.authors = ["jarig"]
spec.email = ["[email protected]"]
spec.summary = %q{Plugin for running VMs via Virtual Machine Manager.}
spec.description = %q{Write a longer description. Optional.}
spec.homepage = "https://github.com/jarig"
spec.description = %q{This provider will allow you to create VMs in the remote Virtual Machine Manager.}
spec.homepage = "https://github.com/jarig/vagrant-vmm"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 0ec75ea

Please sign in to comment.