marketo 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. data/lib/marketo/client.rb +3 -3
  2. metadata +3 -3
@@ -21,7 +21,7 @@ module Rapleaf
21
21
  #
22
22
  # client = Rapleaf::Marketo.new_client(<access_key>, <secret_key>)
23
23
  #
24
- # *get_lead_by_email:*
24
+ # == get_lead_by_email:
25
25
  #
26
26
  # lead_record = client.get_lead_by_email('sombody@examnple.com')
27
27
  #
@@ -31,11 +31,11 @@ module Rapleaf
31
31
  #
32
32
  # puts lead_record.get_attribute('LastName')
33
33
  #
34
- # *sync_lead: (update)*
34
+ # == sync_lead: (update)
35
35
  #
36
36
  # lead_record = client.sync_lead('example@rapleaf.com', 'Joe', 'Smith', 'Company 1', '415 911')
37
37
  #
38
- # *sync_lead_record: (update with custom fields)*
38
+ # == sync_lead_record: (update with custom fields)
39
39
  #
40
40
  # lead_record = Rapleaf::Marketo::LeadRecord.new('harry@rapleaf.com')
41
41
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marketo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 1
10
- version: 1.2.1
9
+ - 2
10
+ version: 1.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - James O'Brien