coinfalcon 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/coinfalcon +5 -0
  3. data/lib/coinfalcon.rb +5 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: db043a3c25f59fdf7e3adf6b68d8a1acbd565c9e
4
+ data.tar.gz: c2a85d2b8e76da246908407c901bad719e0c4295
5
+ SHA512:
6
+ metadata.gz: 3a8351a0190369a25f7defdecc7b38aaaef6c29067a3cd1ce1baaafa489fe853c209ad4f06a3456c6523f7f71c018e09fde0abef659ea55d1cb048276a6f7464
7
+ data.tar.gz: 6d2ca9e30e3ae1b8cf57206b0e136e143c9749e6d80c20f5168157ff20b9388106dece35d1b9589cd85fd915dc5ab01c5056bb7ea8edbd4f37eaa4bb9f6e2eb7
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'coinfalcon'
4
+
5
+ Coinfalcon.start ARGV
@@ -0,0 +1,5 @@
1
+ class Coinfalcon
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: coinfalcon
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - seaify
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: input summary for this gem Simple API client for the Coinfalcon exchange
14
+ email: dilin.life@gmail.com
15
+ executables:
16
+ - coinfalcon
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/coinfalcon
21
+ - lib/coinfalcon.rb
22
+ homepage: https://github.com/seaify/coinfalcon
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.12
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: input summary for this gem Simple API client for the Coinfalcon exchange
46
+ test_files: []