Rakefile in esx-0.4.1 vs Rakefile in esx-0.4.2
- old
+ new
@@ -10,19 +10,20 @@
gem.homepage = "http://github.com/rubiojr/esx"
gem.license = "MIT"
gem.summary = %Q{Simple RbVmomi wrapper library to manage VMWare ESX hosts}
gem.description = %Q{Manage VMWare ESX hosts with ease}
gem.email = "rubiojr@frameos.org"
- gem.authors = ["Sergio Rubio"]
+ gem.authors = ["Sergio Rubio","Massimo Maino"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
gem.add_runtime_dependency 'alchemist'
gem.add_runtime_dependency 'rbvmomi'
gem.add_runtime_dependency 'terminal-table'
gem.add_runtime_dependency 'net-ssh'
gem.add_runtime_dependency 'net-scp'
gem.add_runtime_dependency 'clamp'
gem.files.exclude 'spec/data/*'
+ gem.files.include 'templates/*'
# gem.add_development_dependency 'rspec', '> 1.2.3'
end
Jeweler::RubygemsDotOrgTasks.new
require 'rake/testtask'