|
|
@ -3,7 +3,7 @@
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 4.0.3
|
|
|
|
Version: 4.1.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -39,30 +39,26 @@ Requires: ruby(release)
|
|
|
|
# Let's keep Requires and BuildRequires sorted alphabeticaly
|
|
|
|
# Let's keep Requires and BuildRequires sorted alphabeticaly
|
|
|
|
Requires: rubygem(bigdecimal)
|
|
|
|
Requires: rubygem(bigdecimal)
|
|
|
|
Requires: rubygem(dalli)
|
|
|
|
Requires: rubygem(dalli)
|
|
|
|
Requires: rubygem(i18n) >= 0.6
|
|
|
|
Requires: rubygem(i18n) >= 0.6.9
|
|
|
|
Requires: rubygem(i18n) < 1.0
|
|
|
|
Requires: rubygem(i18n) < 1.0
|
|
|
|
Requires: rubygem(minitest) >= 4.2
|
|
|
|
Requires: rubygem(minitest) >= 5.1
|
|
|
|
Requires: rubygem(minitest) < 5
|
|
|
|
Requires: rubygem(minitest) < 6
|
|
|
|
Requires: rubygem(multi_json) >= 1.0
|
|
|
|
|
|
|
|
Requires: rubygem(multi_json) < 2
|
|
|
|
|
|
|
|
Requires: rubygem(rack)
|
|
|
|
Requires: rubygem(rack)
|
|
|
|
Requires: rubygem(thread_safe)
|
|
|
|
Requires: rubygem(thread_safe)
|
|
|
|
Requires: rubygem(tzinfo) >= 0.3.37
|
|
|
|
Requires: rubygem(tzinfo) >= 1.1
|
|
|
|
Requires: rubygem(tzinfo) < 0.4.0
|
|
|
|
Requires: rubygem(tzinfo) < 2.0
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygem(bigdecimal)
|
|
|
|
BuildRequires: rubygem(bigdecimal)
|
|
|
|
BuildRequires: rubygem(builder)
|
|
|
|
BuildRequires: rubygem(builder)
|
|
|
|
BuildRequires: rubygem(dalli)
|
|
|
|
BuildRequires: rubygem(dalli)
|
|
|
|
BuildRequires: rubygem(i18n) >= 0.6
|
|
|
|
BuildRequires: rubygem(i18n) >= 0.6.9
|
|
|
|
BuildRequires: rubygem(i18n) < 1.0
|
|
|
|
BuildRequires: rubygem(i18n) < 1.0
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
BuildRequires: rubygem(mocha)
|
|
|
|
BuildRequires: rubygem(mocha)
|
|
|
|
BuildRequires: rubygem(multi_json) >= 1.0
|
|
|
|
|
|
|
|
BuildRequires: rubygem(multi_json) < 2
|
|
|
|
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: rubygem(thread_safe)
|
|
|
|
BuildRequires: rubygem(thread_safe)
|
|
|
|
BuildRequires: rubygem(tzinfo) >= 0.3.37
|
|
|
|
BuildRequires: rubygem(tzinfo) >= 1.1
|
|
|
|
BuildRequires: rubygem(tzinfo) < 0.4.0
|
|
|
|
BuildRequires: rubygem(tzinfo) < 2.0
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Provides: rubygem(%{gem_name}) = %{version}
|
|
|
|
Provides: rubygem(%{gem_name}) = %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -112,6 +108,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 10 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-1
|
|
|
|
|
|
|
|
- Update to ActiveSupport 4.1.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 26 2014 Josef Stribny <jstribny@redhat.com> - 1:4.0.3-1
|
|
|
|
* Wed Feb 26 2014 Josef Stribny <jstribny@redhat.com> - 1:4.0.3-1
|
|
|
|
- Update to ActiveSupport 4.0.3
|
|
|
|
- Update to ActiveSupport 4.0.3
|
|
|
|
|
|
|
|
|
|
|
|