Hi guys,
Anybody have any experience with some scripts for bash completion? Have
you tried any? Should we integrate any? Just a quick googling gave me
two results:
https://github.com/mernen/completion-rubyhttps://github.com/pdkl95/rubygems-completion
And there are probably others. I did not tried them yet. Have you? Do
you have other/better tips?
Thank you
Vit
Hi Rubyists!
I have pushed .spec file for Ruby 2.1.0 preview1 into private-ruby-2.1
[1] branch of Ruby's dist-git repository and I'll be pushing there
further changes leading into Ruby 2.1.0 package for Fedora 21. However:
* ATM, it doesn't build in Koji unfortunately, since there seems to be
some deadlock in test suite. Nevertheless, it builds (almost) fine in
mock on my computer.
* preview1 ships with preview version of RubyGems 2.2 and RDoc 4.1.0
which produces nonconforming package names such as
"rubygems-2.2.0.preview.1-0.15.preview1.fc21.noarch.rpm". Since I expect
that final version will ship non-preview versions, I don't care much
about the names.
Please test the package if you like. Any feedback (and help/patches ;)
is welcome.
Thanks
Vít
[1] http://pkgs.fedoraproject.org/cgit/ruby.git/log/?h=private-ruby-2.1
Hi,
Now I realized that I should not forgot to announce, that in RHEL 6.5
was released rubygems errata [1], which adds rubygems-devel subpackage
with all rubygems macros you are used to already for several releases of
Fedora. Namely, you should be able to use
%gem_dir
%gem_instdir
%gem_libdir
%gem_cache
%gem_spec
%gem_docdir
%gem_install
Enjoy. Special thanks goes to Ken Dreyer for pushing this update forward
via RH customer support ;)
If somebody cares to backport these macros into EPEL 5, feel free to
assign yourself to [2].
BTW I opened FPC ticket to update the Ruby packaging guidelines.
Vít
[1] http://rhn.redhat.com/errata/RHBA-2013-1694.html
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1036085
[3] https://fedorahosted.org/fpc/ticket/370
Upstream project [1] and review request [2].
If anyone has another gem that they submitted and wants to do a review
swap, just shout out.
<random> A few of us recently added the ability to only load / activate
system installed gems to bundler_ext [3]. This means an administrator or
developer can now use bundler_ext to pull in the yum / apt-get install
gem packages while still allowing other packages to be installed via gem
(both locally and system wide). Hopefully should make it easier to
integrate our platform and Ruby apps based on it into other gem systems.
Also <random>, be sure to checkout the gem_dependency_checker [4] repo
which has received quite a few updates recently including support for
updating a rpm spec to reflect the latest gem or Gemfile dependencies /
files lists. There is still work left tbd, but aim to continue
developing these tools to assist streamlining the Ruby packaging /
platform experience.
Take care!
-Mo
[1] https://github.com/ManageIQ/linux_admin
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1029161
[3] https://github.com/bundlerext/bundler_ext/pull/12
[4] https://github.com/ManageIQ/gem_dependency_checker
Hi, rubygem-net-ssh-multi dear maintainer and ruby sig group... ;)
I need rubygem-net-ssh to be updated to 1.2.0 version... (needed for latest
rubygem-rhc).
Let me know if i can help
--
Guillermo
http://gomix.fedora-ve.org
There is a pretty severe bug that's probably a good candidate for backport to F20 and rawhide. The patch [1] reduces a potential deadlock with using Process.daemon. I can commit the patch and build a new version for the affected versions, just want to make sure people are on-board with pushing this into our packages until 2.1 final is released.
-Sam
1. https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/41910/d…