rubango 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -32,6 +32,16 @@ You now interact with `Totango.client` to do your bidding:
32
32
  :module => "Current module"
33
33
  })
34
34
 
35
+ You can optionally pass a 'Foreign ID' to Activity Events to indicate the Organization’s identifier on foreign systems:
36
+
37
+ Totango.client.track({
38
+ :organization => "Current organization",
39
+ :user => "Current user",
40
+ :activity => "Current activity",
41
+ :module => "Current module",
42
+ :ofid => "1234"
43
+ })
44
+
35
45
  By default, Totango will create a new thread to make the remote calls. If you already track the events using a background job, you should use synchronous calls. To turn synchronous calls on, use `Totango::Config`:
36
46
 
37
47
  Totango::Config[:synchronous] = true
@@ -41,6 +41,7 @@ module Totango
41
41
  parses_arg :sdr_o, :o, :org, :organization
42
42
  parses_arg :sdr_m, :m, :mod, :module
43
43
  parses_arg :sdr_u, :u, :user
44
+ parses_arg :sdr_ofid, :ofid, :organization_foreign_id
44
45
 
45
46
  def to_params
46
47
  ArgParser.named_args.map do |arg|
@@ -1,3 +1,3 @@
1
1
  module Totango
2
- VERSION = "0.1.3" unless defined?(::Totango::VERSION)
2
+ VERSION = "0.1.4" unless defined?(::Totango::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubango
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-01 00:00:00.000000000 Z
12
+ date: 2012-02-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &8063460 !ruby/object:Gem::Requirement
16
+ requirement: &10599740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *8063460
24
+ version_requirements: *10599740
25
25
  description: Enables easy integration of Totango tracking, with options for different
26
26
  ruby web frameworks
27
27
  email: