RubyGems.org

utilrb

0.2.3

What is Utilrb ? Utilrb is yet another Ruby toolkit, in the spirit of facets. It includes all the standard class extensions I use in my own projects like Genom.rb. == Utilrb’s C extension Utilrb includes a C extension in ext/. It is optional, but some of the functionalities will be disabled if it is not present. Trying to require a file in which there is a C-only feature will yield a warning on STDOUT. * some features have a Ruby version, but a C version is provided for performance: - Enumerable#each_uniq * some features are C-only - ValueSet class - Kernel#swap!

installgem install utilrb -v 0.2.3
Authors

Sylvain Joyeux

33,017 total downloads 858 for this version
Owners

Ab99fe65b45016b2db44dddbfdf556647c660a54948b14bd57b4f5e0111a3ba9

Gemfile
gem "utilrb", "~> 0.2.3"
Versions
  1. 1.6.6 September 18, 2012
  2. 1.6.5 June 7, 2012
  3. 1.6.4 April 19, 2012
  4. 1.6.3 April 19, 2012
  5. 1.6.2 April 18, 2012
Show all versions (19 total)
Runtime Dependencies
  1. facets > 0.0.0
  2. hoe >= 1.1.7