README.md in allscripts_unity_client-2.2.4 vs README.md in allscripts_unity_client-3.0.0

- old
+ new

@@ -1,9 +1,9 @@ # Allscripts Unity Client [![Build Status](https://travis-ci.org/healthfinch/allscripts-unity-client.png?branch=master)](https://travis-ci.org/healthfinch/allscripts-unity-client) [![Coverage Status](https://coveralls.io/repos/healthfinch/allscripts-unity-client/badge.png?branch=master)](https://coveralls.io/r/healthfinch/allscripts-unity-client?branch=master) The `allscripts_unity_client` gem is a Ruby client for the Allscripts Unity API. See http://remotecentral.allscripts.com/UnityAPIReference for more documentation on the API. - + ## Installation Add this line to your application's Gemfile: gem "allscripts_unity_client" @@ -243,30 +243,10 @@ ### Locale This gem uses the [american_date](http://rubygems.org/gems/american_date) gem to force `Date.parse` to accept USA locale dates by default. There are currently no plans to support other locales. Pull requests welcome. -### New Relic support - -New Relic is supported for tracing Unity HTTP requests and the overall time processing the reqeusts takes. To enable -New Relic, simply require the gem in your project and enable it on the client: - -```ruby -require 'newrelic_rpm' -NewRelic::Agent.manual_start - -unity_client = AllscriptsUnityClient.create({ - base_unity_url: "http://unity.base.url", - appname: "appname", - username: "username", - password: "password", - new_relic: true -}) -``` - -For more information on the New Relic gem, go here: (https://github.com/newrelic/rpm) - ## Examples ### GetServerInfo SOAP ```ruby @@ -361,6 +341,6 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.