# Generated from acts_as_hashable-1.3.2.gem by gem2rpm -*- rpm-spec -*- %global gem_name acts_as_hashable Name: rubygem-%{gem_name} Version: 1.3.2 Release: 1%{?dist} Summary: Simple hash-based factory methods for objects License: MIT Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.5 # BuildRequires: rubygem(guard-rspec) >= 4.7 # BuildRequires: rubygem(guard-rspec) < 5 # BuildRequires: rubygem(pry) # BuildRequires: rubygem(pry-byebug) >= 3 # BuildRequires: rubygem(pry-byebug) < 4 # BuildRequires: rubygem(rspec) # BuildRequires: rubygem(rspec_junit_formatter) # BuildRequires: rubygem(rubocop) >= 0.63.1 # BuildRequires: rubygem(rubocop) < 0.64 # BuildRequires: rubygem(simplecov) >= 0.16.1 # BuildRequires: rubygem(simplecov) < 0.17 # BuildRequires: rubygem(simplecov-console) >= 0.4.2 # BuildRequires: rubygem(simplecov-console) < 0.5 BuildArch: noarch %description This is a small library that helps increase the pliability of object constructor signatures. Instead of instantiating via the constructor, this library can install helper factory class-level methods that you can use with hashes. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # rspec spec popd %files %dir %{gem_instdir} %{gem_instdir}/.circleci %{gem_instdir}/.editorconfig %exclude %{gem_instdir}/.gitignore %exclude %{gem_instdir}/.rubocop.yml %{gem_instdir}/.ruby-version %{gem_instdir}/.tool-versions %{gem_instdir}/CODE_OF_CONDUCT.md %{gem_instdir}/Guardfile %{gem_instdir}/bin %{gem_instdir}/exe %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %{gem_instdir}/acts_as_hashable.gemspec %changelog * Sun Aug 22 2021 mockbuilder - 1.3.2-1 - Initial package