Sha256: 1cf1adf121558dcffa944ea3b02c7225565b0e9af6396a1c1670729e80f29cf2
Contents?: true
Size: 931 Bytes
Versions: 5
Compression:
Stored size: 931 Bytes
Contents
# Grizzled Ruby ## Intro The Grizzled Ruby Utility Library is a general-purpose Ruby library with a variety of different modules and classes. Basically, it's an organized dumping ground for various useful APIs I find I need. It's similar, in concept, to my [Grizzled Python][] and [Grizzled Scala][] libraries, for [Python][] and [Scala][], respectively. It can be built as a gem, but the gem isn't (yet) public. [Grizzled Python]: http://software.clapper.org/grizzled/ [Grizzled Scala]: http://software.clapper.org/grizzled-scala/ [Scala]: http://www.scala-lang.org/ [Python]: http://www.python.org/ ## To build $ git clone git://github.com/bmc/grizzled-ruby.git $ cd grizzled-ruby $ gem build grizzled-ruby.gemspec $ gem install grizzled-ruby ## To use in your code require 'grizzled' ## Copyright and License This code is copyright © 2011 Brian M. Clapper and is released under a BSD License.
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
grizzled-ruby-0.1.9 | README.md |
grizzled-ruby-0.1.8 | README.md |
grizzled-ruby-0.1.7 | README.md |
grinc-0.1.0 | README.md |
grizzled-ruby-0.1.4 | README.md |