Regenerate gemspec for version 0.0.1

master v0.0.1
Denis Knauf 2013-03-18 15:37:40 +01:00
parent 80d267613d
commit 8421148a3e
1 changed files with 4 additions and 3 deletions

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "libvirt-ext" s.name = "libvirt-ext"
s.version = "0.0.0" s.version = "0.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Denis Knauf"] s.authors = ["Denis Knauf"]
s.date = "2013-03-16" s.date = "2013-03-18"
s.description = "ruby-libvirt is only a mapped api and unrubish. libvirt-ext extents functionality to be more rubish." s.description = "ruby-libvirt is only a mapped api and unrubish. libvirt-ext extents functionality to be more rubish."
s.email = "Denis.Knauf@gmail.com" s.email = "Denis.Knauf@gmail.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
@ -25,13 +25,14 @@ Gem::Specification.new do |s|
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"lib/libvirt-ext.rb", "lib/libvirt-ext.rb",
"libvirt-ext.gemspec",
"test/helper.rb", "test/helper.rb",
"test/test_libvirt-ext.rb" "test/test_libvirt-ext.rb"
] ]
s.homepage = "http://github.com/DenisKnauf/libvirt-ext" s.homepage = "http://github.com/DenisKnauf/libvirt-ext"
s.licenses = ["MIT"] s.licenses = ["MIT"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.11" s.rubygems_version = "1.8.23"
s.summary = "Extents ruby-libvirt with usefull functions" s.summary = "Extents ruby-libvirt with usefull functions"
if s.respond_to? :specification_version then if s.respond_to? :specification_version then