commit rubygem-yast-rake for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-yast-rake for openSUSE:Factory checked in at 2014-11-02 16:28:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old) and /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-yast-rake" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes 2014-06-17 11:22:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 2014-11-02 16:28:06.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Oct 29 10:02:46 UTC 2014 - jreidinger@suse.com + +- test:unit: run all tests in single run (gh#yast/yast-rake#11) +- 0.1.9 + +------------------------------------------------------------------- Old: ---- yast-rake-0.1.8.gem New: ---- yast-rake-0.1.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-yast-rake.spec ++++++ --- /var/tmp/diff_new_pack.Jg5GJ3/_old 2014-11-02 16:28:07.000000000 +0100 +++ /var/tmp/diff_new_pack.Jg5GJ3/_new 2014-11-02 16:28:07.000000000 +0100 @@ -17,7 +17,7 @@ Name: rubygem-yast-rake -Version: 0.1.8 +Version: 0.1.9 Release: 0 %define mod_name yast-rake %define mod_full_name %{mod_name}-%{version} ++++++ yast-rake-0.1.8.gem -> yast-rake-0.1.9.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/VERSION new/VERSION --- old/VERSION 1970-01-01 01:00:00.000000000 +0100 +++ new/VERSION 1970-01-01 01:00:00.000000000 +0100 @@ -1 +1 @@ -0.1.8 +0.1.9 Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tasks/test_unit.rake new/lib/tasks/test_unit.rake --- old/lib/tasks/test_unit.rake 1970-01-01 01:00:00.000000000 +0100 +++ new/lib/tasks/test_unit.rake 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +1,7 @@ namespace :test do desc "Runs unit tests." task "unit" do - Dir["**/test/**/*_{spec,test}.rb"].each do |f| - sh "rspec --color --format doc '#{f}'" - end + files = Dir["**/test/**/*_{spec,test}.rb"] + sh "rspec --color --format doc '#{files.join("' '")}'" unless files.empty? end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 1970-01-01 01:00:00.000000000 +0100 +++ new/metadata 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: yast-rake version: !ruby/object:Gem::Version - version: 0.1.8 + version: 0.1.9 platform: ruby authors: - Josef Reidinger autorequire: bindir: bin cert_chain: [] -date: 2014-06-09 00:00:00.000000000 Z +date: 2014-10-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de