vtiger 0.6.5 → 0.6.6

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/vtiger/commands.rb +1 -1
  2. metadata +3 -3
@@ -24,7 +24,7 @@ module Vtiger
24
24
  object_map= { 'assigned_user_id'=>"#{self.userid}",'lastname'=>"#{ln}", 'company'=>"#{co}"}
25
25
  add_object(object_map,hashv,'Leads')
26
26
  end
27
- def addaccount(options,accountname,hashv)
27
+ def add_account(options,accountname,hashv)
28
28
  puts "in addobject"
29
29
  object_map= { 'assigned_user_id'=>"#{self.userid}",'accountname'=>"#{accountname}"}
30
30
  add_object(object_map,hashv,'Leads')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vtiger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 5
10
- version: 0.6.5
9
+ - 6
10
+ version: 0.6.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Sproule