example.rb in billme-0.6.0 vs example.rb in billme-0.13.0

- old
+ new

@@ -18,28 +18,28 @@ client do project_name "Battle engagement" name "Federation" date "2015-05-05" due_date "2015-06-05" + bill_date "2015-06-01" address "Earth" email "starfleet@earth.com" vat "1234567891011" end services do tax "0.25" + currency "$" service do name "Engage Romulans" description "Warmup for battle" unit "1000" - currency "$" quantity "1" end service do name "Rescue mission" description "Rescue captive away teams" unit "2000" - currency "$" quantity "2" end end other do \ No newline at end of file