README.md in netsuite-0.8.3 vs README.md in netsuite-0.8.4

- old
+ new

@@ -18,11 +18,10 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update --> [![Circle CI](https://circleci.com/gh/NetSweet/netsuite/tree/master.svg?style=svg)](https://circleci.com/gh/NetSweet/netsuite/tree/master) [![Slack Status](https://opensuite-slackin.herokuapp.com/badge.svg)](http://opensuite-slackin.herokuapp.com) [![Gem Version](https://badge.fury.io/rb/netsuite.svg)](http://badge.fury.io/rb/netsuite) -[![Dependency Status](https://gemnasium.com/roidrage/lograge.svg)](https://gemnasium.com/netsweet/netsuite) # NetSuite SuiteTalk API Ruby Gem * This gem will act as a wrapper around the NetSuite SuiteTalk WebServices API. * The gem does not cover the entire API, only the subset contributors have used so far. @@ -53,10 +52,12 @@ ``` gem 'netsuite' ``` +If you'd like more accurate time conversion support, include the `tzinfo` gem. + This gem is built for ruby 1.9.x+, checkout the [1-8-stable](https://github.com/NetSweet/netsuite/tree/1-8-stable) branch for ruby 1.8.x support. ## Configuration Not sure how to find your account id? Search for "web service preferences" in the NetSuite global search. @@ -568,6 +569,6 @@ states.to_array.first[:get_all_response][:get_all_result][:record_list][:record].map { |r| { country: r[:country], abbr: r[:shortname], name: r[:full_name] } } ``` # About SuiteSync -[SuiteSync, the Stripe-NetSuite integration](http://suitesync.io) uses this gem and funds the majority of it's development and maintenance. \ No newline at end of file +[SuiteSync, the Stripe-NetSuite integration](http://suitesync.io) uses this gem and funds the majority of it's development and maintenance.