coss_api_ruby_wrapper 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/coss_api_ruby_wrapper.gemspec +3 -3
- data/lib/coss_api_ruby_wrapper/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7e954c9b958d45a51e2637ad0060fd5a13bb805761861bee1a568b75bd07eb2
|
4
|
+
data.tar.gz: 139fba1d25909ae43136be43aae3bd6c1cffc99d08cd608df1f972cd56635a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c222de0092fc2483cfb0d7e506771a6087828f0fe5dcd1b110abd58e091133d903641d5f2cc2c82c62ad31a77fdfc7c020632871880b5cb6760c0c5869b381fb
|
7
|
+
data.tar.gz: 98e357080f3d77ccbcf0652160958d72e795b8c2c42b93f3ab36464d16cbc83cc531b5b4b74b8ec07aa304eaef755ea3b19c610d21afdf140a0c84c0fba8ce7c
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -41,6 +41,8 @@ coss.exchange_info # { ... }
|
|
41
41
|
| pair_depth | symbol | None | |
|
42
42
|
| market_summary | symbol | None | Not implemented on COSS side |
|
43
43
|
| exchange_info | None | None | |
|
44
|
+
| ping | None | None | |
|
45
|
+
| time | None | None | |
|
44
46
|
| account_balances | None | None | |
|
45
47
|
| account_details | None | None | |
|
46
48
|
|
@@ -7,11 +7,11 @@ require 'coss_api_ruby_wrapper/version'
|
|
7
7
|
Gem::Specification.new do |spec|
|
8
8
|
spec.name = 'coss_api_ruby_wrapper'
|
9
9
|
spec.version = CossApiRubyWrapper::VERSION
|
10
|
-
spec.authors = ['
|
11
|
-
spec.email = ['
|
10
|
+
spec.authors = ['Coss Community']
|
11
|
+
spec.email = ['admin@coss.community']
|
12
12
|
|
13
13
|
spec.summary = 'Trading API wrapper for cryptocurrency exchange https://coss.io'
|
14
|
-
spec.homepage = 'https://github.com/
|
14
|
+
spec.homepage = 'https://github.com/coss-community/coss_api_ruby_wrapper'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
17
17
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coss_api_ruby_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Coss Community
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '3.0'
|
55
55
|
description:
|
56
56
|
email:
|
57
|
-
-
|
57
|
+
- admin@coss.community
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
@@ -77,7 +77,7 @@ files:
|
|
77
77
|
- lib/coss_api_ruby_wrapper/version.rb
|
78
78
|
- spec/coss_api_ruby_wrapper_spec.rb
|
79
79
|
- spec/spec_helper.rb
|
80
|
-
homepage: https://github.com/
|
80
|
+
homepage: https://github.com/coss-community/coss_api_ruby_wrapper
|
81
81
|
licenses:
|
82
82
|
- MIT
|
83
83
|
metadata: {}
|