ish_manager 0.1.8.512 → 0.1.8.513

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18720af1555658dd23e08634f9fe38e03ebfbc1d3170fc1dd6288e6aeeb31c2f
4
- data.tar.gz: 50653e9bb22591eaaa9f29aef09a8003ea22f1fd0ecac8fc42230a5eb7cf58e9
3
+ metadata.gz: e394ee71f0233f90d1ee7a4c7d7e2a393fee16cc665681225de7528d30e26957
4
+ data.tar.gz: bd6a5faff04a22ac2feadc2473f10f360fba1d11730c6be2794d59b305168709
5
5
  SHA512:
6
- metadata.gz: 9e674fd83f00302c0d8a2e643c0ce35e8a02e4211161a1826e1ad5d3b05eb527d32d4cb3e3e53d6c3eb96ad613093667135a452574f392bc56cdb3a86f2e7c9d
7
- data.tar.gz: '01613396e821435311f2a2e2a5828bd2ac17c16a97ec2e90db4cc522e44a61fe8cef0178b0fb3e262d005e8a39be7facd0370e640f97d0042494060a0c404199'
6
+ metadata.gz: e982965b105a0b011e7e848148ae9a2c4e51442f7d84368a4ed231b072230535f5cc81e1055a77658a2cc21fdf84ef1c4b4f9b71485593ebcdd3aeab57fb41ee
7
+ data.tar.gz: 451d61f0fd333b137fc0e35f3aa4d204428ed5c1ba8de32a1b3c06b33e9ff075324494983169a4708c920a501e7d84436ad0701dcf904911bf717abb3dad3772
@@ -17,6 +17,13 @@
17
17
  }
18
18
  }
19
19
 
20
+ .attachments {
21
+ img {
22
+ max-width: 100%;
23
+ }
24
+ }
25
+
26
+
20
27
  .conversations {
21
28
 
22
29
  tr:hover {
@@ -14,7 +14,9 @@ class IshManager::LeadsetMailer < IshManager::ApplicationMailer
14
14
  IO.copy_stream( download, path )
15
15
  attachments[@invoice.filename] = File.read( path )
16
16
 
17
- mail( to: @leadset.email,
17
+ mail( from: 'victor@wasya.co',
18
+ to: @leadset.email,
19
+ cc: 'poxlovi@gmail.com',
18
20
  subject: "WasyaCo invoice for #{@invoice.month_on.strftime('%B')}",
19
21
  )
20
22
  end
@@ -127,27 +127,23 @@
127
127
  = link_to '[+]', new_wco_subscription_path
128
128
  %li
129
129
  = link_to 'Wco::Leadset\'s', wco_leadsets_path
130
-
131
-
132
130
  .c
133
131
 
134
-
135
-
136
- -# %i.fa.fa-compress.collapse-expand#collapseHeaderIro Iro Wor
137
- -# .a
138
- -# %ul
139
- -# %li
140
- -# = link_to 'Alerts', iro_alerts_path
141
- -# = link_to 'Watchers', iro_watchers_path
142
- -# %li
143
- -# = link_to 'Plots', 'http://localhost:3000/iron_warbler/NOPE-1', target: '_blank'
144
- -# %li
145
- -# = link_to 'Purses', iro_purses_path
146
- -# - Iro::Purse.all.map do |p|
147
- -# = "[#{p.id}"
148
- -# = link_to "show", iro_purse_path(p)
149
- -# = link_to "gui", iro_purse_path({ id: p.id, kind: 'show_gameui' })
150
- -# = "]"
151
- -# = link_to '[+]', new_iro_purse_path
152
- -# .c
132
+ %i.fa.fa-compress.collapse-expand#collapseHeaderIro Iro Wor
133
+ .a
134
+ %ul
135
+ %li
136
+ = link_to 'Alerts', iro_alerts_path
137
+ -# = link_to 'Watches', iro_watches_path
138
+ %li
139
+ = link_to 'Plots', 'http://localhost:3000/iron_warbler/NOPE-1', target: '_blank'
140
+ %li
141
+ = link_to 'Purses', iro_purses_path
142
+ - Iro::Purse.all.map do |p|
143
+ = "[#{p.id}"
144
+ = link_to "show", iro_purse_path(p)
145
+ = link_to "gui", iro_purse_path({ id: p.id, kind: 'show_gameui' })
146
+ = "]"
147
+ = link_to '[+]', new_iro_purse_path
148
+ .c
153
149
 
data/config/routes.rb CHANGED
@@ -42,6 +42,18 @@ IshManager::Engine.routes.draw do
42
42
  resources :invoices
43
43
 
44
44
 
45
+ resources :iro_alerts
46
+ get 'iro_positins/roll_prep/:id', to: 'iro_purses#roll_prep', as: :iro_roll_prep
47
+ resources :iro_positions
48
+ get 'iro/max_pain/:ticker/on/:date', to: 'iro_option_gets#max_pain', as: :max_pain
49
+ resources :iro_option_gets
50
+ patch 'iro_purses/:id/show', to: 'iro_purses#update'
51
+ get 'iro_purses/:id/edit', to: 'iro_purses#edit', as: :edit_iro_purse
52
+ get 'iro_purses/:id/:kind', to: 'iro_purses#show', as: :iro_purse, defaults: { kind: 'show' } # kind: show_gameui
53
+ resources :iro_purses
54
+ resources :iro_strategies
55
+ resources :iro_watches
56
+
45
57
 
46
58
 
47
59
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.512
4
+ version: 0.1.8.513
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-05 00:00:00.000000000 Z
11
+ date: 2023-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails