diff options
| author | Ken Dreyer <ktdreyer@ktdreyer.com> | 2013-12-26 19:31:06 -0700 |
|---|---|---|
| committer | Ken Dreyer <ktdreyer@ktdreyer.com> | 2013-12-26 20:57:36 -0700 |
| commit | f054c1c1777043af5d4bcf272ff51a737e7f06eb (patch) | |
| tree | 08053e38af3bff4f705f6df11abcd82dc2425569 | |
| parent | 233f9b0003716d372f770ccb06d6c8be95391652 (diff) | |
| download | rubygem-yajl-ruby-f054c1c1777043af5d4bcf272ff51a737e7f06eb.tar.gz rubygem-yajl-ruby-f054c1c1777043af5d4bcf272ff51a737e7f06eb.tar.xz rubygem-yajl-ruby-f054c1c1777043af5d4bcf272ff51a737e7f06eb.zip | |
remove trailing whitespace
There were two lines with trailing whitespace in the spec file, so this
commit fixes that.
| -rw-r--r-- | rubygem-yajl-ruby.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rubygem-yajl-ruby.spec b/rubygem-yajl-ruby.spec index 1c7bdf6..1ac90b4 100644 --- a/rubygem-yajl-ruby.spec +++ b/rubygem-yajl-ruby.spec @@ -63,7 +63,7 @@ cp -a .%{gem_dir}/* \ rm -rf %{buildroot}%{gem_instdir}/ext # Remove other cruft from the gem rm %{buildroot}%{gem_instdir}/.gitignore \ - %{buildroot}%{gem_instdir}/.travis.yml + %{buildroot}%{gem_instdir}/.travis.yml # Move C extension to extdir: mkdir -p %{buildroot}%{gem_extdir}/lib/yajl mv %{buildroot}%{gem_instdir}/lib/yajl/yajl.so %{buildroot}%{gem_extdir}/lib/yajl/ @@ -74,7 +74,7 @@ chmod -x %{buildroot}%{gem_instdir}/benchmark/subjects/unicode.json %check %if %{?el6}0 -# spec on EL6 is too old; need RSpec2 +# spec on EL6 is too old; need RSpec2 %else pushd .%{gem_instdir} rspec |
