quotation 0.0.0
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 +7 -0
- data/lib/quotation.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: c07e18a1e62510f7dd845ab852c90e5cdeedec93
|
4
|
+
data.tar.gz: 7cc57ce835a40abf794584f08a48b39b7a9bef1f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 28d2aab65856b15e78776bde9433b22d9c32d8ae8c65934304760cbc9a90d5efa2685bef89e5258d3c216f5378cdc442c1c628f759a5b6582aa4ca2374d10612
|
7
|
+
data.tar.gz: 7241b1408f206d41b2c372c4e7dacc33263dae8a40be3e50e1ad582a4662c03c6c341f63fffa8c619c52661783806749bd34e3d9eff1273eac9bb3822011be20
|
data/lib/quotation.rb
ADDED
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: quotation
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- James Greenleaf
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-04-02 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Download current price quotes for stocks, bonds, and BTC for use with
|
14
|
+
ledger-cli
|
15
|
+
email: james@greenle.af
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/quotation.rb
|
21
|
+
homepage: http://rubygems.org/gems/quotation
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.4.6
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: Price quotations for Ledger CLI
|
45
|
+
test_files: []
|