# Generated from decent_exposure-3.0.4.gem by gem2rpm -*- rpm-spec -*- %global gem_name decent_exposure Name: rubygem-%{gem_name} Version: 3.0.4 Release: 1%{?dist} Summary: A helper for creating declarative interfaces in controllers License: MIT URL: https://github.com/hashrocket/decent_exposure Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.0 # BuildRequires: rubygem(railties) >= 4.0 # BuildRequires: rubygem(actionmailer) # BuildRequires: rubygem(rspec-rails) >= 3.0 # BuildRequires: rubygem(rspec-rails) < 4 # BuildRequires: rubygem(standard) BuildArch: noarch %description DecentExposure helps you program to an interface, rather than an implementation in your Rails controllers. The fact of the matter is that sharing state via instance variables in controllers promotes close coupling with views. DecentExposure gives you a declarative manner of exposing an interface to the state that controllers contain and thereby decreasing coupling and improving your testability and overall design. . %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} # Run the test suite. popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.gitignore %exclude %{gem_instdir}/.travis.yml %license %{gem_instdir}/LICENSE.txt %{gem_instdir}/decent_exposure.png %{gem_instdir}/gemfiles %{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}/decent_exposure.gemspec %{gem_instdir}/spec %changelog * Mon Aug 23 2021 mockbuilder - 3.0.4-1 - Initial package