Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2014-05-22 06:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sshkit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sshkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sshkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes    
2013-12-23 22:21:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes       
2014-05-22 06:58:00.000000000 +0200
@@ -1,0 +2,12 @@
+Sun May 18 09:04:45 UTC 2014 - [email protected]
+
+- updated to version 1.4.0
+   * Removed `invoke` alias for 
[`SSHKit::Backend::Printer.execute`](https://github.com/capistrano/sshkit/blob/master/lib/sshkit/backends/printer.rb#L20).
 This is to prevent collisions with
+   methods in capistrano with similar names, and to provide a cleaner API. See 
[capistrano issue 912](https://github.com/capistrano/capistrano/issues/912) and 
[issue 107](https://github.com/capistrano/sshkit/issues/107) for more details.
+   * Connection pooling now uses a thread local to store connection pool, 
giving each thread its own connection pool. Thank you @mcbriston see 
[#101](https://github.com/capistrano/sshkit/pull/101) for more.
+   * Command map indifferent towards strings and symbols thanks to @thomasfedb 
see [#91](https://github.com/capistrano/sshkit/pull/91)
+   * Moved vagrant wrapper to `support` directory, added ability to run tests 
with vagrant using ssh. @miry see 
[#64](https://github.com/capistrano/sshkit/pull/64)
+   * Removed unnecessary require `require_relative '../sshkit'` in 
`lib/sshkit/dsl.rb` prevents warnings thanks @brabic.
+   * Doc fixes thanks @seanhandley @vojto
+
+-------------------------------------------------------------------

Old:
----
  sshkit-1.3.0.gem

New:
----
  sshkit-1.4.0.gem

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

Other differences:
------------------
++++++ rubygem-sshkit.spec ++++++
--- /var/tmp/diff_new_pack.wB0ajO/_old  2014-05-22 06:58:01.000000000 +0200
+++ /var/tmp/diff_new_pack.wB0ajO/_new  2014-05-22 06:58:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sshkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           rubygem-sshkit
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Url:            http://github.com/capistrano/sshkit
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        SSHKit makes it easy to write structured, testable SSH 
commands in
@@ -61,24 +61,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.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-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.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+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}/test
-%{_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}/test
+%{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}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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

Reply via email to