server_side_ga 0.0.3 → 0.0.4

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.
data/README.md CHANGED
@@ -21,8 +21,8 @@ Or install it yourself as:
21
21
  Once installed you can call events and transactions.
22
22
 
23
23
  Eg:
24
- ServerSideGa.event(tracking_code, client_id, category, action, label = nil, value = nil )
25
- ServerSideGa.transaction( tracking_code, client_id, id, name, revenue, shipping = 0, tax = 0, currency = "USD", time = Time.now)
24
+ +ServerSideGa.event(tracking_code, client_id, category, action, label = nil, value = nil )+::
25
+ +ServerSideGa.transaction( tracking_code, client_id, id, name, revenue, shipping = 0, tax = 0, currency = "USD", time = Time.now)+::
26
26
 
27
27
  ## Contributing
28
28
 
@@ -1,3 +1,3 @@
1
1
  module ServerSideGa
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: server_side_ga
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Kennedy
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- hash: 1793735850290839222
79
+ hash: -2157957687757752419
80
80
  segments:
81
81
  - 0
82
82
  version: "0"
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- hash: 1793735850290839222
88
+ hash: -2157957687757752419
89
89
  segments:
90
90
  - 0
91
91
  version: "0"