update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-delayed_job?expand=0&rev=13
This commit is contained in:
parent
103f3b46f0
commit
441136abde
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:799e63e83afebd0a69c76caf9a153227f77670f47b5844b79106f5123b1bee42
|
|
||||||
size 32768
|
|
3
delayed_job-4.0.1.gem
Normal file
3
delayed_job-4.0.1.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc30e135b4131d43723d296e965c2d42da46f2df59972b9f52ff1ee5f65a864e
|
||||||
|
size 34304
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 21 16:05:53 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 4.0.1
|
||||||
|
* Update gemspec for Rails 4.1
|
||||||
|
* Make logger calls more universal
|
||||||
|
* Check that records are persisted? instead of new_record?
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 05:45:54 UTC 2013 - coolo@suse.com
|
Wed Jul 31 05:45:54 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-delayed_job
|
# spec file for package rubygem-delayed_job
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-delayed_job
|
Name: rubygem-delayed_job
|
||||||
Version: 4.0.0
|
Version: 4.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name delayed_job
|
%define mod_name delayed_job
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ruby-macros >= 1
|
BuildRequires: ruby-macros >= 3
|
||||||
Url: http://github.com/collectiveidea/delayed_job
|
Url: http://github.com/collectiveidea/delayed_job
|
||||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Summary: Database-backed asynchronous priority queue system -- Extracted from
|
Summary: Database-backed asynchronous priority queue system -- Extracted from
|
||||||
@ -62,24 +62,24 @@ Test::Unit or RSpec files, useful for developers.
|
|||||||
%install
|
%install
|
||||||
%gem_install -f
|
%gem_install -f
|
||||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md %buildroot/%{_docdir}/%{name}/CHANGELOG.md
|
ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md %buildroot/%{_docdir}/%{name}/CHANGELOG.md
|
||||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md %buildroot/%{_docdir}/%{name}/LICENSE.md
|
ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md %buildroot/%{_docdir}/%{name}/LICENSE.md
|
||||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
|
ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
|
%{gem_base}/cache/%{mod_full_name}.gem
|
||||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
|
%{gem_base}/gems/%{mod_full_name}/
|
||||||
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
|
%exclude %{gem_base}/gems/%{mod_full_name}/spec
|
||||||
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
|
%{gem_base}/specifications/%{mod_full_name}.gemspec
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
|
%doc %{gem_base}/doc
|
||||||
|
|
||||||
%files testsuite
|
%files testsuite
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
|
%{gem_base}/gems/%{mod_full_name}/spec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user