From 7934a1d30b95c042984b2f8fa85b95e249016f52 Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Mon, 16 Oct 2017 22:09:36 +0200 Subject: [PATCH] Release 1.0 (#18) --- README.md | 26 ++++++++++++++------------ docs/index.html | 20 ++++++++++---------- lib/invoice_printer/version.rb | 2 +- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 57f98f7..0a284c5 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,14 @@ -# InvoicePrinter + + + + +  Super simple PDF invoicing in pure Ruby (based on Prawn library). InvoicePrinter does not impose any validations nor calculations on you. It is designed only to provide an interface to build the PDF version of these documents. -**New: First release candidate for stable 1.0.0 is here!** - -

- - - -

- -See more usecases in the `examples/` directory. - ## Features - Invoice/document name and number @@ -32,6 +26,14 @@ See more usecases in the `examples/` directory. - Note - Well tested +## Example + +| Simple invoice | +| -------------- | +| | + +See more usecases in the `examples/` directory. + ## Installation Add this line to your application's Gemfile: @@ -46,7 +48,7 @@ And then execute: Or install it yourself as: - $ gem install invoice_printer --pre + $ gem install invoice_printer ## Usage diff --git a/docs/index.html b/docs/index.html index 394c43c..9b9a629 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,11 +35,11 @@ height: 845px; } #photo-wrapper, #code { margin: 0 calc((100% - 650px) / 2); width: 650px; height: 845px; } - + #photo-wrapper img { height: auto; } #content { text-align: center; margin: 0; padding: 0 } #box { width: 400px; margin: auto; } - + div.github { position: absolute; right:10px; top: 10px; } @@ -63,7 +63,7 @@ border-radius-left: 5px; left: calc(50% - 381px); top: 40px; - background: red; + background: red; color: white; text-decoration: none; } @@ -212,9 +212,9 @@ - + - +
@@ -231,12 +231,12 @@

Download

- 1.0.0.rc1 + 1.0.0

Install

- +
- $ gem install invoice_printer --pre + $ gem install invoice_printer

Features

@@ -265,9 +265,9 @@

Contribute

Contributions welcome at strzibny/invoice_printer.
- +

Authors

- +
© Josef Strzibny
diff --git a/lib/invoice_printer/version.rb b/lib/invoice_printer/version.rb index 67ad8f7..df27f7e 100644 --- a/lib/invoice_printer/version.rb +++ b/lib/invoice_printer/version.rb @@ -1,3 +1,3 @@ module InvoicePrinter - VERSION = '1.0.0.rc1' + VERSION = '1.0.0' end