|
|
@ -2,7 +2,7 @@
|
|
|
|
%global gem_name concurrent-ruby
|
|
|
|
%global gem_name concurrent-ruby
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.0.2
|
|
|
|
Version: 1.0.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Modern concurrency tools for Ruby
|
|
|
|
Summary: Modern concurrency tools for Ruby
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -10,7 +10,7 @@ License: MIT
|
|
|
|
URL: http://www.concurrent-ruby.com
|
|
|
|
URL: http://www.concurrent-ruby.com
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
# git clone https://github.com/ruby-concurrency/concurrent-ruby.git && cd concurrent-ruby
|
|
|
|
# git clone https://github.com/ruby-concurrency/concurrent-ruby.git && cd concurrent-ruby
|
|
|
|
# git checkout v1.0.2 && tar czvf concurrent-ruby-1.0.2-specs.tar.gz spec/
|
|
|
|
# git checkout v1.0.4 && tar czvf concurrent-ruby-1.0.4-specs.tar.gz spec/
|
|
|
|
Source1: %{gem_name}-%{version}-specs.tar.gz
|
|
|
|
Source1: %{gem_name}-%{version}-specs.tar.gz
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
@ -89,6 +89,9 @@ popd
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 03 2017 Vít Ondruch <vondruch@redhat.com> - 1.0.4-1
|
|
|
|
|
|
|
|
- Update to Concurrent Ruby 1.0.4.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 04 2016 Vít Ondruch <vondruch@redhat.com> - 1.0.2-1
|
|
|
|
* Mon Jul 04 2016 Vít Ondruch <vondruch@redhat.com> - 1.0.2-1
|
|
|
|
- Update to Concurrent Ruby 1.0.2.
|
|
|
|
- Update to Concurrent Ruby 1.0.2.
|
|
|
|
|
|
|
|
|
|
|
|