Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v3' of github.com:HelloFax/hellosign-ruby-sdk into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
asolberg committed Apr 13, 2015
2 parents 93eb231 + de2f1b8 commit d3452e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ HelloSign.configure do |config|
# If api_key, email_address and password are all present, api_key will be used
# config.email_address = 'email_address'
# config.password = 'password'
config.client_id = 'your_client_id' #required only when you want to use embedded or OAuth
config.client_secret = 'your_client_secret' #required only when you want to use OAuth
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/hello_sign/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HelloSign
VERSION = '3.0.9'
VERSION = '3.0.10'
end

0 comments on commit d3452e0

Please sign in to comment.