[packages/ruby-docile] Up to 1.4.1
arekm
arekm at pld-linux.org
Thu Mar 19 07:32:35 CET 2026
commit fb6113619555358ace00536677e8c836b8300d07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Mar 19 07:32:22 2026 +0100
Up to 1.4.1
ruby-docile.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ruby-docile.spec b/ruby-docile.spec
index ff12da2..9359c10 100644
--- a/ruby-docile.spec
+++ b/ruby-docile.spec
@@ -6,13 +6,13 @@
Summary: Docile turns any Ruby object into a DSL
Summary(pl.UTF-8): Docile - przekształcanie obiektów języka Ruby do DSL-a
Name: ruby-%{pkgname}
-Version: 1.1.5
+Version: 1.4.1
Release: 1
License: MIT
Source0: http://rubygems.org/downloads/%{pkgname}-%{version}.gem
-# Source0-md5: 5e5baf4ed5c4b1090914ccd30f2da075
+# Source0-md5: 3de8db90caf04722a3e85224a0a4801e
Group: Development/Languages
-URL: https://rubygems.org/gems/simplecov
+URL: https://github.com/ms-ati/docile
BuildRequires: rpm-rubyprov
BuildRequires: rpmbuild(macros) >= 1.665
BuildRequires: ruby >= 1:1.8.7
@@ -60,7 +60,7 @@ Dokumentacja w formacie ri dla modułu języka Ruby %{pkgname}.
%__gem_helper spec
# make gemspec self-contained
-ruby -r rubygems -e 'spec = eval(File.read("%{pkgname}.gemspec"))
+%{__ruby} -r rubygems -e 'spec = Gem::Specification.load("%{pkgname}.gemspec")
File.open("%{pkgname}-%{version}.gemspec", "w") do |file|
file.puts spec.to_ruby_for_cache
end'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-docile.git/commitdiff/fb6113619555358ace00536677e8c836b8300d07
More information about the pld-cvs-commit
mailing list