deps, license, lib.

This commit is contained in:
Denis Knauf 2013-03-16 16:02:15 +01:00
parent 5e04b9b756
commit 8dc7aa65e7
4 changed files with 71 additions and 16 deletions

15
Gemfile
View file

@ -1,12 +1,15 @@
source "http://rubygems.org"
gem "ruby-libvirt"
gem 'enum'
gem 'uuidtools'
group :development do
gem "shoulda", ">= 0"
gem "yard", "~> 0.7"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.8.4"
gem "simpleconv", ">= 0"
gem "shoulda"
gem "yard"
gem "simplecov"
gem "rdoc"
gem "bundler"
gem "jeweler"
gem "simplecov"
end