ficonabses 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ficonabses/base.rb +2 -1
  2. metadata +2 -2
@@ -9,7 +9,8 @@ module Ficonab
9
9
  class Base
10
10
  attr_accessor :host,:account,:password,:uri,:clnt,:extheader
11
11
 
12
- @@host= 'localhost:8083'
12
+ @@host= 'ses.sg.estormtech.com'
13
+ # @@host= 'localhost:8083'
13
14
  def self.send_textemail(account,password,destination,subject,contents)
14
15
  f=Ficonab::Base.new
15
16
  f.send_textemail(account,password,destination,subject,contents)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Sproule