iron_warbler 2.0.7.30 → 2.0.7.32

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: 60966c7bde0f338255d7ab0ce24ebca3311dfcba820b9b0fe5409d4b8eb985bf
4
- data.tar.gz: 16c6761d9302739e6a28f283bfd2471d27aa1cdf620c82f0c4dcd455b20e7f71
3
+ metadata.gz: 408f41cfc0a852c563159c8912be398837a5204c08daa4f4a193a6566e02a3f6
4
+ data.tar.gz: 27edced953082619326295bdc5b5af9d1f3b5ab75fe72f555beb72a8509cbc71
5
5
  SHA512:
6
- metadata.gz: 3ff908d7efc4e141159b0494b600cb8074fd231f384600e19f8b4b9208609667db517d89c950a0da787579f070339dcb7020c9c560159c62f010f957049bc71f
7
- data.tar.gz: 0431c721ac017e981ee375aba955b41a0e360e380431d6c22635189bfbeeaa80ab0443296a0425532e32eed68cd947fbff84f4e3370a92a1e381f67f214fea9c
6
+ metadata.gz: 3b6b59e255317e0a75e7e8fa46b74a8f98ef13ed052973237f405516643503760cdba313d512ae973cd60c76dc637aa023f750538477a832e55071a364e6b4f8
7
+ data.tar.gz: a266c2947755b11a07c25b17a8b13ae8bf5364ba6420cf636e2cbcc10db9aced6b9dc9a7b7044e2d676b77dbc3c85a942643b03304014eb96386aae8c4e3b0e7
@@ -41,10 +41,10 @@ class Iro::ApplicationController < Wco::ApplicationController
41
41
  schwab_refresh_token: out['refresh_token'],
42
42
  schwab_id_token: out['id_token'],
43
43
  }
44
- puts! attrs, 'attrs'
44
+ # puts! attrs, 'attrs'
45
45
 
46
- # profile.update(attrs)
47
- # profile.save!
46
+ profile.update(attrs)
47
+ profile.save!
48
48
 
49
49
  render json: { status: :ok }
50
50
  end
@@ -5,7 +5,7 @@ class Iro::AlertMailer < ActionMailer::Base
5
5
 
6
6
  def stock_alert id
7
7
  @alert = Iro::Alert.find id
8
- mail( to: 'poxlovi@gmail.com',
8
+ mail( to: 'victor@piousbox.com',
9
9
  subject: 'Iro::AlertMailer#stock_alert' )
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_warbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7.30
4
+ version: 2.0.7.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev