README.md in auction-ruby-base-0.1.1 vs README.md in auction-ruby-base-0.1.2

- old
+ new

@@ -1,27 +1,27 @@ # Stellar::Base -[![Build Status](https://travis-ci.org/stellar/ruby-stellar-base.svg)](https://travis-ci.org/stellar/ruby-stellar-base) -[![Code Climate](https://codeclimate.com/github/stellar/ruby-stellar-base/badges/gpa.svg)](https://codeclimate.com/github/stellar/ruby-stellar-base) +[![Build Status](https://travis-ci.org/stellar/ruby-auction-ruby-base.svg)](https://travis-ci.org/stellar/ruby-auction-ruby-base) +[![Code Climate](https://codeclimate.com/github/stellar/ruby-auction-ruby-base/badges/gpa.svg)](https://codeclimate.com/github/stellar/ruby-auction-ruby-base) -The stellar-base library is the lowest-level stellar helper library. It consists of classes +The auction-ruby-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellard. ## Installation Add this line to your application's Gemfile: ```ruby -gem 'stellar-base' +gem 'auction-ruby-base' ``` And then execute: $ bundle Or install it yourself as: - $ gem install stellar-base + $ gem install auction-ruby-base Also requires libsodium. Installable via `brew install libsodium` on OS X. ## Supported Ruby Versions