update to 2.1.0 [release 2.1.0-1mamba;Wed Jul 18 2018]
This commit is contained in:
parent
874cd0c0a2
commit
ce5048f165
Binary file not shown.
BIN
json_pure-2.1.0.gem
Normal file
BIN
json_pure-2.1.0.gem
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%define gemdir %(ruby -rubygems -e'puts Gem.default_dir')
|
%define gemdir %(ruby -rrubygems -e'puts Gem.default_dir')
|
||||||
%define gemname %(echo %{name} | sed 's,^ruby-,,')
|
%define gemname %(echo %{name} | sed 's,^ruby-,,')
|
||||||
Name: ruby-json_pure
|
Name: ruby-json_pure
|
||||||
Version: 1.8.1
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A JSON implementation in pure Ruby
|
Summary: A JSON implementation in pure Ruby
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,8 +13,8 @@ Source: http://rubygems.org/downloads/json_pure-%{version}.gem
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel >= 2.5.1
|
||||||
Requires: ruby
|
Requires: ruby >= 2.5.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A JSON implementation in pure Ruby.
|
A JSON implementation in pure Ruby.
|
||||||
@ -42,5 +42,8 @@ rm -f %{buildroot}%{gemdir}/gems/%{gemname}-%{version}/.gitignore
|
|||||||
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 18 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
||||||
|
- update to 2.1.0
|
||||||
|
|
||||||
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user