Sha256: 79564ff1c31cf0734f869c244f6d9df899eee5516ef0eb8bd3b254d30c26ff86
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
# Heresy An alternative standard library for Ruby. It's not _avoiding_ compatability, but it's not really aiming for it, either. ## Installation Add this line to your application's Gemfile: ```ruby gem 'heresy' ``` And then execute: $ bundle Or install it yourself as: $ gem install heresy ## Usage ### String #### String#format ```ruby "{2} {1} {foo} {bar}".format('1', '2', foo: 'foo', 'bar' => 'bar') # => "2 1 foo bar" ``` #### Net::Socket [Net::Socket provides an alternative Socket API for Ruby.](https://github.com/ruby-heresy/net-socket) ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/heresy.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
heresy-4.0.0 | README.md |
heresy-3.0.0 | README.md |
heresy-2.0.0 | README.md |
heresy-1.0.0 | README.md |