Create server-plugin-ruby as separate RPM
diff --git a/package/openwsman.spec.in b/package/openwsman.spec.in
index aa99d79..cdd0803 100644
--- a/package/openwsman.spec.in
+++ b/package/openwsman.spec.in
@@ -197,6 +197,16 @@
 Openwsman Server and service libraries
 
 
+%package server-plugin-ruby
+Requires:       openwsman-server
+Summary:        Openwsman Server Plugin for Ruby extensions
+Group:          System/Management
+
+%description server-plugin-ruby
+This package provides a Openwsman server plugin to write a
+WS-Management resource handler in Ruby
+
+
 %package python
 Summary:        Python bindings for openwsman client API
 Group:          Development/Libraries/Python
@@ -493,9 +503,14 @@
 %dir %{_libdir}/openwsman/plugins
 %{_libdir}/openwsman/plugins/*.so
 %{_libdir}/openwsman/plugins/*.so.*
+%exclude %{_libdir}/openwsman/plugins/*ruby*.so*
 %{_sbindir}/openwsmand
 %{_libdir}/libwsman_server.so.*
 
+%files server-plugin-ruby
+%defattr(-,root,root)
+%{_libdir}/openwsman/plugins/*ruby*.so
+
 %files -n libwsman_clientpp1
 %defattr(-,root,root)
 %{_libdir}/libwsman_clientpp.so.*