Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2014-03-22 09:11:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pry-doc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-pry-doc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2014-01-13 12:03:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes     
2014-03-22 09:11:32.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Mar 21 12:54:12 UTC 2014 - [email protected]
+
+- updated to version 0.6.0
+ * **Important:** dropped Ruby 1.8.7 support.
+ * Fixed (sort of [#19](https://github.com/pry/pry-doc/pull/19)) "Scanning and 
caching *.c files..." for show-doc Kernel.is_a?
+ * Rescanned docs for Ruby 2.0 (based on patchlevel 484)
+ * Rescanned docs for Ruby 2.1
+ * Removed the gem certificate
+
+-------------------------------------------------------------------

Old:
----
  pry-doc-0.5.1.gem

New:
----
  pry-doc-0.6.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-pry-doc.spec ++++++
--- /var/tmp/diff_new_pack.PkqB3T/_old  2014-03-22 09:11:32.000000000 +0100
+++ /var/tmp/diff_new_pack.PkqB3T/_new  2014-03-22 09:11:32.000000000 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           rubygem-pry-doc
-Version:        0.5.1
+Version:        0.6.0
 Release:        0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Url:            https://github.com/pry/pry-doc
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Provides YARD and extended documentation support for Pry
@@ -31,7 +31,13 @@
 Group:          Development/Languages/Ruby
 
 %description
-Provides YARD and extended documentation support for Pry
+Pry Doc is a Pry REPL plugin. It provides extended documentation support for
+the
+REPL by means of improving the `show-doc` and `show-source` commands. With
+help
+of the plugin the commands are be able to display the source code and the docs
+of Ruby methods and classes implemented in C.
+documentation
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -60,24 +66,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to