ish_manager 0.1.8.242 → 0.1.8.243
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/lib/tasks/ish_manager_tasks.rake +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ea7280723a81047ae129c4bc0de3b3c3c0329aeb69f10c260ca8a9f5a159d27
|
|
4
|
+
data.tar.gz: 9319e58a879bc865678839607091684c5a529f2ab62788cbedc904ab14bc5e70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4ef061a68c19be3792a144506adbc1df91e8cfcf0e234ad3a7476391687a1baf34f46e960bbc7c0df03319b24abfb0a451e7d6b6c2155429363742350d95a84
|
|
7
|
+
data.tar.gz: d4049361f28d18b007f4fb042243d4b612e30bba6d81f75223874b76c64f2790147e7abd6fd77f8a4598e23e2a117f63815761d3c510526ad666cfd36713540e
|
|
@@ -50,8 +50,8 @@ namespace :ish_manager do
|
|
|
50
50
|
end
|
|
51
51
|
=end
|
|
52
52
|
|
|
53
|
-
desc 'watch the stocks, and trigger actions - not alphavantage, tda now. 2021-08-08'
|
|
54
|
-
task :
|
|
53
|
+
desc 'watch the stocks 2, and trigger actions - not alphavantage, tda now. 2021-08-08'
|
|
54
|
+
task watch_stocks: :environment do
|
|
55
55
|
while true
|
|
56
56
|
stocks = Ish::StockWatch.where( :notification_type => :EMAIL )
|
|
57
57
|
stocks.each do |stock|
|