rh-console 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rh-console
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.5
5
+ platform: ruby
6
+ authors:
7
+ - https://github.com/brentjo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-04-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A command line interface to the Robinhood API. View your portfolio, stream
14
+ quotes, and place orders at the command line.
15
+ email:
16
+ executables:
17
+ - rh-console
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - bin/rh-console
23
+ - initializers/string.rb
24
+ - lib/helpers/format_helpers.rb
25
+ - lib/helpers/http_helpers.rb
26
+ - lib/helpers/table.rb
27
+ - lib/robinhood_client.rb
28
+ - lib/robinhood_console.rb
29
+ homepage: https://github.com/brentjo/rh-console
30
+ licenses: []
31
+ metadata: {}
32
+ post_install_message:
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubygems_version: 3.1.2
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: A command line interface to the Robinhood API
51
+ test_files: []