Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pallymore committed Feb 4, 2016
1 parent ac7b269 commit dfca692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# wkhtmltopdf-binary-edge
This is forked from tolgap/wkhtmltopdf-binary.

### If you are using wkhtmltopdf on heroku, please use [this gem](https://github.com/rposborne/wkhtmltopdf-heroku) instead!

## Installation
In your `Gemfile`:

```ruby
gem 'wkhtmltopdf-binary-edge', '~> 0.12.2.1'
gem 'wkhtmltopdf-binary-edge', '~> 0.12.3.0'
```

### current version 0.12.2.1
[wkhtmltopdf changes](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.2.1)
### current version 0.12.3
[wkhtmltopdf changes](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.3)

included binaries
### Supported Systems

* Linux (Ubuntu Trusty) 32-bit
* Linux (Ubuntu Trusty) 64-bit
* OS X 10.6+ (Carbon) 32-bit (currently 32bit build works better
than 64 bit build)
* OS X 10.6+ 64-bit

### Recommended for development & testing only.

### If you are using wkhtmltopdf on heroku, please try [this gem](https://github.com/pallymore/wkhtmltopdf-heroku-edge)
4 changes: 2 additions & 2 deletions wkhtmltopdf-binary-edge.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'wkhtmltopdf-binary-edge'
s.version = '0.12.2.1'
s.version = '0.12.3.0'
s.summary = 'Provides binaries for WKHTMLTOPDF project in an easily accessible package. - forked from wkhtmltopdf-binary'
s.description = 'Includes wkthmltopdf binaires for MacOSX and Ubuntu 14(32bit & 64bit)'

Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.files = %w(
lib/wkhtmltopdf-binary-edge.rb bin/wkhtmltopdf
libexec/wkhtmltopdf-darwin-x86
libexec/wkhtmltopdf-darwin-x86_64
libexec/wkhtmltopdf-linux-amd64
libexec/wkhtmltopdf-linux-x86)
end

0 comments on commit dfca692

Please sign in to comment.