mixpanel 4.1.0 → 4.1.1
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 +4 -2
- data/mixpanel.gemspec +2 -1
- metadata +4 -3
data/README.md
CHANGED
|
@@ -4,10 +4,12 @@ This Gem will not be maintained anymore, there is an Official gem being develope
|
|
|
4
4
|
|
|
5
5
|
We will merge PR for bugs for a little period of time, but no new features will be added.
|
|
6
6
|
|
|
7
|
-
# Upgrade to 4.1.0 to avoid XSS Vulnerability
|
|
8
|
-
|
|
9
7
|
[Official Gem repository](https://github.com/mixpanel/mixpanel-ruby)
|
|
10
8
|
|
|
9
|
+
# Needed updates
|
|
10
|
+
|
|
11
|
+
Upgrade to version 4.1.0 to avoid XSS Vulnerability
|
|
12
|
+
|
|
11
13
|
## Table of Contents
|
|
12
14
|
|
|
13
15
|
- [What is Mixpanel] (#what-is-mixpanel)
|
data/mixpanel.gemspec
CHANGED
|
@@ -2,7 +2,8 @@ files = ['README.md', 'LICENSE', 'Rakefile', 'mixpanel.gemspec', '{spec,lib}/**/
|
|
|
2
2
|
|
|
3
3
|
spec = Gem::Specification.new do |s|
|
|
4
4
|
s.name = "mixpanel"
|
|
5
|
-
s.
|
|
5
|
+
s.license = "MIT"
|
|
6
|
+
s.version = "4.1.1"
|
|
6
7
|
s.rubyforge_project = "mixpanel"
|
|
7
8
|
s.description = "Simple lib to track events in Mixpanel service. It can be used in any rack based framework."
|
|
8
9
|
s.author = "Alvaro Gil"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mixpanel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -163,7 +163,8 @@ files:
|
|
|
163
163
|
- lib/mixpanel/tracker.rb
|
|
164
164
|
- lib/mixpanel.rb
|
|
165
165
|
homepage: http://github.com/zevarito/mixpanel
|
|
166
|
-
licenses:
|
|
166
|
+
licenses:
|
|
167
|
+
- MIT
|
|
167
168
|
post_install_message:
|
|
168
169
|
rdoc_options: []
|
|
169
170
|
require_paths:
|