diff --git a/rubygem-shoulda-context.spec b/rubygem-shoulda-context.spec index a3be29f..7cd3fbf 100644 --- a/rubygem-shoulda-context.spec +++ b/rubygem-shoulda-context.spec @@ -1,14 +1,14 @@ %global gem_name shoulda-context Name: rubygem-%{gem_name} Version: 1.2.2 -Release: 1 +Release: 2 Summary: Context framework extracted from Shoulda License: MIT URL: https://github.com/thoughtbot/shoulda-context Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) rubygems-devel ruby rubygem(bundler) rubygem(jquery-rails) BuildRequires: rubygem(mocha) rubygem(rails) rubygem(sass-rails) rubygem(sqlite3) -BuildRequires: rubygem(test-unit) +BuildRequires: rubygem(test-unit) rubygem(did_you_mean) BuildArch: noarch %description Shoulda's contexts make it easy to write understandable and maintainable @@ -90,5 +90,8 @@ popd %{gem_instdir}/test %changelog +* Sat Mar 5 2022 liyanan - 1.2.2-2 +- fix build error + * Fri Aug 21 2020 shenleizhao - 1.2.2-1 - package init