From 206b9cb29e65d96bd5e02907c0d446f71fb43fa8 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 4 Sep 2016 16:13:32 +0900 Subject: [PATCH] 3.5.3 --- .gitignore | 2 ++ rubygem-rspec-core.spec | 10 ++++++++-- sources | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b5dc50a..fdb47c7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ /rubygem-rspec-core-3.5.1-full.tar.gz /rspec-core-3.5.2.gem /rubygem-rspec-core-3.5.2-full.tar.gz +/rspec-core-3.5.3.gem +/rubygem-rspec-core-3.5.3-full.tar.gz diff --git a/rubygem-rspec-core.spec b/rubygem-rspec-core.spec index 829b8ad..7854dd5 100644 --- a/rubygem-rspec-core.spec +++ b/rubygem-rspec-core.spec @@ -1,4 +1,4 @@ -%global majorver 3.5.2 +%global majorver 3.5.3 #%%global preminorver .rc6 %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} @@ -105,7 +105,10 @@ FAILTEST+=("produces the expected full output") FAILFILE+=("spec/rspec/core/formatters/documentation_formatter_spec.rb") FAILTEST+=("produces the expected full output") FAILFILE+=("spec/rspec/core/source/syntax_highlighter_spec.rb") -FAILTEST+=(""when CodeRay is available) +FAILTEST+=("when CodeRay is available") +# New from 3.5.3 +FAILFILE+=("spec/integration/suite_hooks_errors_spec.rb") +FAILTEST+=("nicely formats errors") # NET?? FAILFILE+=("spec/rspec/core/runner_spec.rb") FAILTEST+=("if drb server is started with 127.0.0.1") @@ -143,6 +146,9 @@ popd %{gem_docdir} %changelog +* Sun Sep 4 2016 Mamoru TASAKA - 3.5.3-1 +- 3.5.3 + * Mon Aug 1 2016 Mamoru TASAKA - 3.5.2-1 - 3.5.2 diff --git a/sources b/sources index 7643a27..7471e39 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -96db1732bdae19fce7550479b3e4c119 rspec-core-3.5.2.gem -cc4f29fd79917906540bda0ec838b490 rubygem-rspec-core-3.5.2-full.tar.gz +42800c581e30da80ee9a8c2991a36965 rspec-core-3.5.3.gem +442af3e3f466e80c0a45ebe2abad9ead rubygem-rspec-core-3.5.3-full.tar.gz