Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Update README and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Nov 2, 2016
1 parent 3ae6082 commit 858d3c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.1 (02/11/2016)

### Enhancements

* Added ability to send CLI options to PhantomJS ([#6](https://github.com/mgrachev/gastly/pull/6))
* Required ruby version is 2.1.0 or higher

## 1.0.0 (16/07/2016)

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ screenshot.timeout = 1000 # Default: 0 seconds
screenshot.cookies = { user_id: 1, auth_token: 'abcd' } # If you need
screenshot.proxy_host = '10.10.10.1' # If you want to use a http proxy
screenshot.proxy_port = '8080'
screenshot.phantomjs_options = '--ignore-ssl-errors=true'
image = screenshot.capture
```

Expand Down

0 comments on commit 858d3c7

Please sign in to comment.