Skip to content

Commit

Permalink
Merge pull request #18 from joelbarker2011/feature/update-repo
Browse files Browse the repository at this point in the history
Change old refs to chamberflag org and bump version
  • Loading branch information
joelbarker2011 authored Feb 11, 2019
2 parents 2298ff3 + db99ae4 commit 079847c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
echosign (1.5.1)
echosign (1.5.2)
httparty (~> 0.16)
json (~> 2)
oauth2 (~> 1)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/chamberflag/echosign.svg?branch=master)](https://travis-ci.org/chamberflag/echosign)
[![Build Status](https://travis-ci.org/joelbarker2011/echosign.svg?branch=master)](https://travis-ci.org/joelbarker2011/echosign)

echosign
===========
Expand All @@ -13,9 +13,9 @@ gem install echosign

## Documentation

The bulk of the API is on the [Echosign::Client class](http://rdoc.info/github/chamberflag/echosign/frames/Echosign/Client)
The bulk of the API is on the [Echosign::Client class](http://rdoc.info/github/joelbarker2011/echosign/frames/Echosign/Client)

You can read Echosign's full [API Documentation](http://rdoc.info/github/chamberflag/echosign/frames)
You can read Echosign's full [API Documentation](http://rdoc.info/github/joelbarker2011/echosign/frames)

It wouldn't hurt to read Adobe's [Echosign API documentation](https://secure.echosign.com/public/docs/restapi/v5)

Expand Down
10 changes: 5 additions & 5 deletions doc/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</div>

<div id="content"><div id='filecontents'>
<p><a href="https://travis-ci.org/chamberflag/echosign"><img
src="https://travis-ci.org/chamberflag/echosign.svg?branch=master"></a></p>
<p><a href="https://travis-ci.org/joelbarker2011/echosign"><img
src="https://travis-ci.org/joelbarker2011/echosign.svg?branch=master"></a></p>

<h1 id="label-echosign">echosign</h1>

Expand All @@ -74,11 +74,11 @@ <h2 id="label-Installation">Installation</h2>
<h2 id="label-Documentation">Documentation</h2>

<p>The bulk of the API is on the <a
href="http://rdoc.info/github/chamberflag/echosign/frames/Echosign/Client">Echosign::Client
href="http://rdoc.info/github/joelbarker2011/echosign/frames/Echosign/Client">Echosign::Client
class</a></p>

<p>You can read Echosign&#39;s full <a
href="http://rdoc.info/github/chamberflag/echosign/frames">API
href="http://rdoc.info/github/joelbarker2011/echosign/frames">API
Documentation</a></p>

<p>It wouldn&#39;t hurt to read Adobe&#39;s <a
Expand Down Expand Up @@ -188,4 +188,4 @@ <h4 id="label-Sending+a+transient+document+for+later+referral">Sending a transie

</div>
</body>
</html>
</html>
10 changes: 5 additions & 5 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</div>

<div id="content"><div id='filecontents'>
<p><a href="https://travis-ci.org/chamberflag/echosign"><img
src="https://travis-ci.org/chamberflag/echosign.svg?branch=master"></a></p>
<p><a href="https://travis-ci.org/joelbarker2011/echosign"><img
src="https://travis-ci.org/joelbarker2011/echosign.svg?branch=master"></a></p>

<h1 id="label-echosign">echosign</h1>

Expand All @@ -74,11 +74,11 @@ <h2 id="label-Installation">Installation</h2>
<h2 id="label-Documentation">Documentation</h2>

<p>The bulk of the API is on the <a
href="http://rdoc.info/github/chamberflag/echosign/frames/Echosign/Client">Echosign::Client
href="http://rdoc.info/github/joelbarker2011/echosign/frames/Echosign/Client">Echosign::Client
class</a></p>

<p>You can read Echosign&#39;s full <a
href="http://rdoc.info/github/chamberflag/echosign/frames">API
href="http://rdoc.info/github/joelbarker2011/echosign/frames">API
Documentation</a></p>

<p>It wouldn&#39;t hurt to read Adobe&#39;s <a
Expand Down Expand Up @@ -188,4 +188,4 @@ <h4 id="label-Sending+a+transient+document+for+later+referral">Sending a transie

</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion echosign.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["joel@mojamail.com"]
spec.summary = 'Package summary'
spec.description = "A ruby gem that simplifies the use of Adobe's EchoSign web API."
spec.homepage = "http://github.com/chamberflag/echosign"
spec.homepage = "http://github.com/joelbarker2011/echosign"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/echosign/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Echosign
VERSION = "1.5.1"
VERSION = "1.5.2"
end

0 comments on commit 079847c

Please sign in to comment.