-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove .gem file from repo (it's redundant and could get out of syn…
…c with the releases). * Fix README and EXAMPLES from referencing shiphawk-ruby to just shiphawk. * Fix copyright.
- Loading branch information
1 parent
685b5fd
commit d94adea
Showing
6 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2015 Robert Schmitt | ||
Copyright (c) 2015 Hawk Applications Corp. | ||
|
||
MIT License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Ruby wrapper for the ShipHawk V3 API. The ShipHawk::Client gem provides an easy- | |
Add this line to your application's Gemfile: | ||
|
||
```ruby | ||
gem 'shiphawk-ruby' | ||
gem 'shiphawk' | ||
``` | ||
|
||
And then execute: | ||
|
@@ -16,7 +16,7 @@ And then execute: | |
|
||
Or install it yourself as: | ||
|
||
$ gem install shiphawk-ruby | ||
$ gem install shiphawk | ||
|
||
## Usage | ||
|
||
|
@@ -39,4 +39,4 @@ When an *error status* is received from the server, the gem will raise an error | |
|
||
## Copyright | ||
|
||
Copyright (c) 2015 HAWK Applications Inc., [Robert Schmitt]([email protected]). See LICENSE for details. | ||
Copyright (c) 2015 Hawk Applications Corp. See LICENSE for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
=== 0.8.1 2015-11-03 | ||
|
||
* Remove .gem file from repo (it's redundant and could get out of sync with the releases). | ||
* Fix README and EXAMPLES from referencing shiphawk-ruby to just shiphawk. | ||
* Fix copyright. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.