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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea3ec0790e0975b27a757e80b8fc85a6e312b4524e0b4915d1141d942ebad65e
4
- data.tar.gz: 0ba331579e8e4a7e66103f49335f4089ef48d40311088ca790f82b4b38649217
3
+ metadata.gz: d7e954c9b958d45a51e2637ad0060fd5a13bb805761861bee1a568b75bd07eb2
4
+ data.tar.gz: 139fba1d25909ae43136be43aae3bd6c1cffc99d08cd608df1f972cd56635a27
5
5
  SHA512:
6
- metadata.gz: 8f9371129b0d634e5aa25ed5d828ea2999ea36a7b4700a6be953bf2012d981fe77b56a57a78cc9ba8ae08db2b711098b4ad957e1b216410a11a296f3a955cbbd
7
- data.tar.gz: 36dc3b844fdba1fbc8ef92c8f4ae97d818a08cee3fd806e3e45b123dec275df433b8984b010e74c3df778f909c4ef90afe16985e885a5f7d1a3e94d2ccda3d30
6
+ metadata.gz: c222de0092fc2483cfb0d7e506771a6087828f0fe5dcd1b110abd58e091133d903641d5f2cc2c82c62ad31a77fdfc7c020632871880b5cb6760c0c5869b381fb
7
+ data.tar.gz: 98e357080f3d77ccbcf0652160958d72e795b8c2c42b93f3ab36464d16cbc83cc531b5b4b74b8ec07aa304eaef755ea3b19c610d21afdf140a0c84c0fba8ce7c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- coss_api_ruby_wrapper (0.1.1)
4
+ coss_api_ruby_wrapper (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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 = ['Viktor Vsk']
11
- spec.email = ['ablebeam@gmail.com']
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/ablebeam/coss_api_ruby_wrapper'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CossApiRubyWrapper
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Viktor Vsk
7
+ - Coss Community
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-21 00:00:00.000000000 Z
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
- - ablebeam@gmail.com
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/ablebeam/coss_api_ruby_wrapper
80
+ homepage: https://github.com/coss-community/coss_api_ruby_wrapper
81
81
  licenses:
82
82
  - MIT
83
83
  metadata: {}