File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212
1313<b >[ Radix] ( (http://rubyworks.github.com/radix) ) is a very easy to use Ruby library
14- for converting numbers to and from any base. It supports both Integer, Float and
14+ for converting numbers to and from any base. It supports Integer, Float and
1515Rational numbers, as well as representational string-notations that need not be
1616in ASCII order.</b >
1717
@@ -78,12 +78,17 @@ To learn more have a look at the [QED Demo](http://rubydoc.info/gems/radix/file/
7878
7979## Installing
8080
81+ If using Bundler, then add the ususal gem entry to your project's Gemfile.
82+
83+ gem 'radix'
84+
8185To install with RubyGems simply open a console and type:
8286
8387 $ gem install radix
8488
8589Radix follows [ Ruby Setup] ( http://rubyworks.github.com/setup ) package standard
86- so it can also be installed in an FHS compliant manner using setup.rb.
90+ so it can also be installed in an FHS compliant manner using setup.rb (very
91+ old-school and no longer recommeded).
8792
8893
8994## Special Thanks
@@ -95,7 +100,7 @@ so your contribution is greatly appreciated. Thank you, Douglas!
95100
96101## Copyrights
97102
98- Copyright (c) 2009 Rubyworks
103+ Copyright (c) 2009 [ Rubyworks] ( https://rubyworks.github.io )
99104
100105This program is distributable in accordance with the * BSD-2-Clause* license.
101106
You can’t perform that action at this time.
0 commit comments