update to 2.1.0 [release 2.1.0-1mamba;Wed Jul 18 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 17:33:19 +01:00
parent 874cd0c0a2
commit ce5048f165
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
json_pure-2.1.0.gem Normal file

Binary file not shown.

View File

@ -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