cexio-api 0.0.1
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 +15 -0
- data/lib/cexio-api.rb +5 -0
- metadata +50 -0
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YjIzYjRmMjRmYjMxODEwMzI0ZjgyZTA3NTNjMTFiYzZkMmI5OTVmNQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
YjRiZmU2MzY5ZjU0MGQxNDdkYjIxYjQyM2U1ZmRhNDM1MzAwYzkxOA==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NjA2ZTdjNjBkMjhmOTE1M2U1MThmZmViNTU1YjcwOTgwODdhM2JjY2UxMmIw
|
10
|
+
ZDdkZDk2OGY4ZWI5Zjg4Yjg0MDgzNzIwYTQ4NmRkOGYxYWY0NDVkNGU1MjM3
|
11
|
+
YTc3M2I2MjBkZmNiNGNjZWNjYzkzOGZjNTVlMmM3MGQ1YTkxYmE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NzkzMTMxZWI0ZmZmYWNmODIxZDA4MGQ4NTllNDM2YmI0ODM3N2YyNzEzZmM1
|
14
|
+
YzlmODNlYTIyMTcyMmZlYTYxNDMxM2Y3YjY5MjJkMDE1NGIzODVlMTNmMTdk
|
15
|
+
OGZjMWI2MmNkYjQ2M2Q1OTgyMzY0NWI2NmZhNzFkMWVmNGFkN2M=
|
metadata
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cexio-api
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Volodymyr Bober
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-11-11 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: ! 'A ruby client for the CEX.io REST API. Allows to access and control
|
14
|
+
your account.
|
15
|
+
|
16
|
+
The gem in not affiliated with CEX.io. Currently under development.
|
17
|
+
|
18
|
+
'
|
19
|
+
email: boberv@gmail.com
|
20
|
+
executables: []
|
21
|
+
extensions: []
|
22
|
+
extra_rdoc_files: []
|
23
|
+
files:
|
24
|
+
- lib/cexio-api.rb
|
25
|
+
homepage: http://rubygems.org/gems/cexio-api
|
26
|
+
licenses:
|
27
|
+
- MIT
|
28
|
+
metadata: {}
|
29
|
+
post_install_message:
|
30
|
+
rdoc_options: []
|
31
|
+
require_paths:
|
32
|
+
- lib
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ! '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
43
|
+
requirements: []
|
44
|
+
rubyforge_project:
|
45
|
+
rubygems_version: 2.1.10
|
46
|
+
signing_key:
|
47
|
+
specification_version: 4
|
48
|
+
summary: CEX.io API. The Ruby way. The gem in not affiliated with CEX.io. Currently
|
49
|
+
under development.
|
50
|
+
test_files: []
|