ish_models 0.0.33.156 → 0.0.33.157

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d423bdda1d8210afe76a572474d0ca406bf8012f5094ac60ac1618e7fd4e44c
4
- data.tar.gz: 016207b81c6bc4b0c10ecdb635f74f2f565a3af3ab3a9a0dce7ca64f767d9dfa
3
+ metadata.gz: 39d1f84c7a5f67986bcdabe0452417ca60d29474b76ce8f5e30996d69ea6381a
4
+ data.tar.gz: 3330d74f59f302da138729b3d50578232fd1dde889ce1615acd641a6c1bb8ff0
5
5
  SHA512:
6
- metadata.gz: f71848ee12455dff1ad94e0da5d41a04955f26147b77c4bdfac40d2a9d9c9ad91bf4f92d627e3c62c322be9172f1526850ec865aed000ca29b220b6791cf0ca9
7
- data.tar.gz: 4f169c5c7781e126a295884f9d72cc9538e0d15ef1ade13b5b31cd14b82b05afa40a92c86c1a51c1c584511bc135de07b2cb7b4ddca59d0951784c1039a57a26
6
+ metadata.gz: 17049062ec4c11a3937e9e3e39eba3d4f18b97882359a0ac72f9596f034f84c425bda551f36757885af48feb6bbd42603976b00d1bb3707e7a67336121e20b58
7
+ data.tar.gz: 1fc3d98a4ac0cb4dfeedc247cdbeaa809c98d6cddabdf6a6096a05b91c55389573ed715298d60267f242a339d6444276b3d56542b590396d299580708e0ba74f
@@ -37,8 +37,10 @@ class Ish::UserProfile
37
37
  has_many :leads, :class_name => '::Ish::Lead'
38
38
  has_many :photos
39
39
  has_many :reports, inverse_of: :user_profile
40
- has_many :stocks, :class_name => '::Warbler::StockWatch'
41
- has_many :option_watches, class_name: '::Warbler::OptionWatch'
40
+
41
+ # has_many :stock_watches, class_name: 'IronWarbler::StockWatch'
42
+ # has_many :option_watches, class_name: 'IronWarbler::OptionWatch'
43
+
42
44
  has_many :videos, inverse_of: :user_profile
43
45
  has_many :newsitems, inverse_of: :user_profile
44
46
 
data/lib/ish_models.rb CHANGED
@@ -61,15 +61,5 @@ require 'tag'
61
61
  require 'venue'
62
62
  require 'video'
63
63
 
64
- require 'warbler/option_watch'
65
- require 'warbler/stock_watch'
66
- require 'warbler/ameritrade'
67
-
68
- ## warbler
69
- # require 'warbler/covered_call'
70
- # require 'warbler/iron_condor'
71
- # require 'warbler/stock_action'
72
-
73
-
74
64
 
75
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33.156
4
+ version: 0.0.33.157
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox