Skip to content

Commit

Permalink
Merge pull request #13 from yukihirop/before_release
Browse files Browse the repository at this point in the history
Before release
  • Loading branch information
yukihirop committed Aug 4, 2018
2 parents b857f20 + a114d70 commit d66c4d3
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## v0.1.0
- release (2018/08/04)
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2018 yukihirop

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Or install it yourself as:
$ gem install fcoin_ruby_client

## Usage
Please use only those who can agree with [the following decration](#Declaration)

Configure default settings.
You can use all API at least by setting `api_key` and `secret_key` .
Because `api_key` and `secret_key` are confidential information,
Expand Down Expand Up @@ -186,6 +188,13 @@ $ bundle exec rspec --tag fcoin_auth

```

## License
The gem is available as open source under the terms of the MIT License.

## Declaration
The author is not responsible for any damage caused by using this gem.
Please use at your own risk.

## Contributing

1. Fork it ( http://github.com/yukihirop/fcoin_ruby_client/fork )
Expand Down
3 changes: 3 additions & 0 deletions examples/cli/realtime_api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# RealTime API CLI

In development, please use the `./bin/fcoin`.<br>
In Actual, please use the `bundle exec fcoin`.

## All
```
$ ./bin/fcoin
Expand Down
3 changes: 3 additions & 0 deletions examples/cli/rest_api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# REST API CLI

In development, please use the `./bin/fcoin`.<br>
In Actual, please use the `bundle exec fcoin`.

## All
```bash
$ ./bin/fcoin
Expand Down
3 changes: 3 additions & 0 deletions examples/cli/setting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Setting CLI

In development, please use the `./bin/fcoin`.<br>
In Actual, please use the `bundle exec fcoin`.

## All
```bash
$ ./bin/fcoin
Expand Down

0 comments on commit d66c4d3

Please sign in to comment.