From 462718550b02747c819876baaa6edbc68ba04be0 Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Jun 29 2015 12:44:40 +0000 Subject: Update to 0.0.2 --- diff --git a/.gitignore b/.gitignore index a3c1d71..aef784f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fog-libvirt-0.0.1.gem +/fog-libvirt-0.0.2.gem diff --git a/rubygem-fog-libvirt.spec b/rubygem-fog-libvirt.spec index 482251e..76124e3 100644 --- a/rubygem-fog-libvirt.spec +++ b/rubygem-fog-libvirt.spec @@ -2,8 +2,8 @@ %global gem_name fog-libvirt Name: rubygem-%{gem_name} -Version: 0.0.1 -Release: 2%{?dist} +Version: 0.0.2 +Release: 1%{?dist} Summary: Module for the 'fog' gem to support libvirt Group: Development/Languages License: MIT @@ -16,6 +16,8 @@ BuildRequires: ruby BuildRequires: rubygem(ruby-libvirt) BuildRequires: rubygem(shindo) => 0.3.4 BuildRequires: rubygem(shindo) < 0.4 +BuildRequires: rubygem(minitest) +BuildRequires: rubygem(mocha) => 1.1.0 BuildRequires: rubygem(fog-core) BuildRequires: rubygem(fog-xml) BuildRequires: rubygem(fog-json) @@ -56,7 +58,9 @@ cp -a .%{gem_dir}/* \ # Run the test suite %check pushd .%{gem_instdir} +set -e FOG_MOCK=true shindont -Ilib tests +ruby -I.:lib:minitests -e "Dir.glob 'minitests/**/*_test.rb', &method(:require)" popd %files @@ -74,8 +78,12 @@ popd %{gem_instdir}/Rakefile %{gem_instdir}/fog-libvirt.gemspec %{gem_instdir}/tests +%{gem_instdir}/minitests %changelog +* Mon Jun 29 2015 Josef Stribny - 0.0.2-1 +- Update to 0.0.2 + * Thu Jun 18 2015 Fedora Release Engineering - 0.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 8074157..4b606da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18b912e56dee6f1f01f51b644713a992 fog-libvirt-0.0.1.gem +e86575d2148736b326eb342c5e3bf235 fog-libvirt-0.0.2.gem