README.markdown in hamburglar-0.1.0 vs README.markdown in hamburglar-0.1.1
- old
+ new
@@ -1,13 +1,15 @@
-# Hamburglar
+# Hamburglar [![Hamburglar Build Status][Build Icon]][Build Status]
-[![Build Status](http://travis-ci.org/site5/hamburglar.png)](http://travis-ci.org/site5/hamburglar)
-
Hamburglar helps you prevent fraudulent orders.
-Confirmed to work with ruby 1.8.7, 1.9.2, Rubinus, and JRuby 1.6.2.
+Hamburglar has been tested on MRI 1.8.7, MRI 1.9.2, MRI 1.9.3 Preview 1,
+Rubinius 2.0.0pre, and JRuby 1.6.2.
+[Build Icon]: https://secure.travis-ci.org/site5/hamburglar.png?branch=master
+[Build Status]: http://travis-ci.org/site5/hamburglar
+
## Prerequisites
You must have an active account with one of the APIs Hamburglar
supports. See **Supported APIs** below.
@@ -47,11 +49,11 @@
**Generate a fraud report using minFraud**
report = Hamburglar::Report.new(
:license_key => 's3cr3tz',
- :i => '192.168.1.1',
+ :ip => '192.168.1.1',
:city => 'Funland',
:region => 'US',
:postal => '12345',
:country => 'US',
:bin => '12345',
@@ -62,12 +64,12 @@
)
**Generate a fraud report using Telephone Verification**
report = Hamburglar::Report.new(
- :gateway => :max_mind_telephone,
- :l => 's3cr3tz',
- :phone => '+18004445555'
+ :gateway => :max_mind_telephone,
+ :license_key => 's3cr3tz',
+ :phone => '+18004445555'
)
## Optional Configuration
You may optionally configure the default gateway and credentials