Ruby 2.1.0
by Vít Ondruch
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
9 years, 9 months
Submitted linux_admin to Fedora
by Mo Morsi
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
9 years, 10 months