snaptrade 1.17.8 → 1.17.9
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 +4 -4
- data/Gemfile.lock +21 -13
- data/README.md +1 -1
- data/docs/MonthlyDividends.md +1 -1
- data/docs/NetContributions.md +1 -1
- data/docs/PastValue.md +1 -1
- data/docs/SubPeriodReturnRate.md +2 -2
- data/docs/TransactionsStatus.md +1 -1
- data/lib/snaptrade/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01d2791faf8d79c80e2736f81825f3a61d0633de757bfbbc9f8b151612d2efb3
|
|
4
|
+
data.tar.gz: b4c5c2dced52d4e8fce5824d84e3b2e6771544f3dba0c7629f48f54ab5f40a03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 276386e7e7e23442b73b0ae0de07d312cc7f9ebcc361570e2645643c2547a50579f23738d669a14e15eb7e1f2630b1541ed2c8139e5f55280c6755b9076dda30
|
|
7
|
+
data.tar.gz: 1a81481605ab5e5eae527cc97c3c927d48ba238a850ccff718f13cc7694216d24a8650398948b845f713eed9ef1a457999a3b10ef61bc0585dd301345d77c725
|
data/Gemfile.lock
CHANGED
|
@@ -9,14 +9,14 @@ GEM
|
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.2)
|
|
12
|
-
base64 (0.
|
|
12
|
+
base64 (0.1.1)
|
|
13
13
|
byebug (11.1.3)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
debug (1.8.0)
|
|
16
16
|
irb (>= 1.5.0)
|
|
17
17
|
reline (>= 0.3.1)
|
|
18
18
|
diff-lcs (1.5.0)
|
|
19
|
-
faraday (2.7.
|
|
19
|
+
faraday (2.7.11)
|
|
20
20
|
base64
|
|
21
21
|
faraday-net_http (>= 2.0, < 3.1)
|
|
22
22
|
ruby2_keywords (>= 0.0.4)
|
|
@@ -24,25 +24,32 @@ GEM
|
|
|
24
24
|
multipart-post (~> 2)
|
|
25
25
|
faraday-net_http (3.0.2)
|
|
26
26
|
io-console (0.6.0)
|
|
27
|
-
irb (1.
|
|
28
|
-
|
|
27
|
+
irb (1.8.1)
|
|
28
|
+
rdoc
|
|
29
|
+
reline (>= 0.3.8)
|
|
29
30
|
method_source (1.0.0)
|
|
30
31
|
multipart-post (2.3.0)
|
|
31
32
|
parallel (1.23.0)
|
|
32
|
-
parser (3.2.2.
|
|
33
|
+
parser (3.2.2.3)
|
|
33
34
|
ast (~> 2.4.1)
|
|
35
|
+
racc
|
|
34
36
|
pry (0.14.2)
|
|
35
37
|
coderay (~> 1.1)
|
|
36
38
|
method_source (~> 1.0)
|
|
37
39
|
pry-byebug (3.10.1)
|
|
38
40
|
byebug (~> 11.0)
|
|
39
41
|
pry (>= 0.13, < 0.15)
|
|
42
|
+
psych (5.1.0)
|
|
43
|
+
stringio
|
|
44
|
+
racc (1.7.1)
|
|
40
45
|
rainbow (3.1.1)
|
|
41
46
|
rake (13.0.6)
|
|
42
|
-
|
|
43
|
-
|
|
47
|
+
rdoc (6.5.0)
|
|
48
|
+
psych (>= 4.0.0)
|
|
49
|
+
regexp_parser (2.8.1)
|
|
50
|
+
reline (0.3.8)
|
|
44
51
|
io-console (~> 0.5)
|
|
45
|
-
rexml (3.2.
|
|
52
|
+
rexml (3.2.6)
|
|
46
53
|
rspec (3.12.0)
|
|
47
54
|
rspec-core (~> 3.12.0)
|
|
48
55
|
rspec-expectations (~> 3.12.0)
|
|
@@ -52,10 +59,10 @@ GEM
|
|
|
52
59
|
rspec-expectations (3.12.3)
|
|
53
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
54
61
|
rspec-support (~> 3.12.0)
|
|
55
|
-
rspec-mocks (3.12.
|
|
62
|
+
rspec-mocks (3.12.6)
|
|
56
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
57
64
|
rspec-support (~> 3.12.0)
|
|
58
|
-
rspec-support (3.12.
|
|
65
|
+
rspec-support (3.12.1)
|
|
59
66
|
rubocop (1.12.1)
|
|
60
67
|
parallel (~> 1.10)
|
|
61
68
|
parser (>= 3.0.0.0)
|
|
@@ -65,14 +72,15 @@ GEM
|
|
|
65
72
|
rubocop-ast (>= 1.2.0, < 2.0)
|
|
66
73
|
ruby-progressbar (~> 1.7)
|
|
67
74
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
68
|
-
rubocop-ast (1.
|
|
75
|
+
rubocop-ast (1.29.0)
|
|
69
76
|
parser (>= 3.2.1.0)
|
|
70
77
|
ruby-progressbar (1.13.0)
|
|
71
78
|
ruby2_keywords (0.0.5)
|
|
79
|
+
stringio (3.0.8)
|
|
72
80
|
unicode-display_width (2.4.2)
|
|
73
81
|
|
|
74
82
|
PLATFORMS
|
|
75
|
-
arm64-darwin-
|
|
83
|
+
arm64-darwin-22
|
|
76
84
|
|
|
77
85
|
DEPENDENCIES
|
|
78
86
|
debug (~> 1.8)
|
|
@@ -83,4 +91,4 @@ DEPENDENCIES
|
|
|
83
91
|
snaptrade!
|
|
84
92
|
|
|
85
93
|
BUNDLED WITH
|
|
86
|
-
2.
|
|
94
|
+
2.4.19
|
data/README.md
CHANGED
data/docs/MonthlyDividends.md
CHANGED
data/docs/NetContributions.md
CHANGED
data/docs/PastValue.md
CHANGED
data/docs/SubPeriodReturnRate.md
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
require 'snaptrade'
|
|
15
15
|
|
|
16
16
|
instance = SnapTrade::SubPeriodReturnRate.new(
|
|
17
|
-
period_start:
|
|
18
|
-
period_end:
|
|
17
|
+
period_start: Mon Jan 24 00:00:00 UTC 2022,
|
|
18
|
+
period_end: Mon Jan 24 00:00:00 UTC 2022,
|
|
19
19
|
rate_of_return: 0.012312367452
|
|
20
20
|
)
|
|
21
21
|
```
|
data/docs/TransactionsStatus.md
CHANGED
data/lib/snaptrade/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snaptrade
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.17.
|
|
4
|
+
version: 1.17.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SnapTrade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -531,7 +531,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
531
531
|
- !ruby/object:Gem::Version
|
|
532
532
|
version: '0'
|
|
533
533
|
requirements: []
|
|
534
|
-
rubygems_version: 3.
|
|
534
|
+
rubygems_version: 3.4.10
|
|
535
535
|
signing_key:
|
|
536
536
|
specification_version: 4
|
|
537
537
|
summary: SnapTrade Ruby Gem
|