mixpanel_client 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.
- checksums.yaml +4 -4
- data/changelog.md +3 -0
- data/lib/mixpanel/client.rb +1 -1
- data/lib/mixpanel/utils.rb +1 -1
- data/lib/mixpanel/version.rb +1 -1
- data/readme.md +2 -14
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe03a5d7befa1a3d7803ed07df9c2b0abfac7935
|
|
4
|
+
data.tar.gz: ba03449f6c2a43694a123585e9906876d7049814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d87f9705275248dd99d57a9557894e82246bd8bcc3ec4f4cb8eb9b1c74d5556a5b7b8792afaf87fca241bd7debd6483d61d32e90bbb611b89074f8a6fc59c8f4
|
|
7
|
+
data.tar.gz: 9a2be53360f968d82e660e9102a8c7baad35d100635e0aa2c5ec18b2659215eb2d424fd8a9c4f04e3a4f4e6b48854cf49e7a235bd7aa99263a00a29e9a965797
|
data/changelog.md
CHANGED
data/lib/mixpanel/client.rb
CHANGED
data/lib/mixpanel/utils.rb
CHANGED
data/lib/mixpanel/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -121,20 +121,8 @@ Run rubocop and fix offences.
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
## Collaborators and Maintainers
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
[Keolo Keagy](http://github.com/keolo) (Author)
|
|
127
|
-
[Hiroshige Umino](https://github.com/yaotti)
|
|
128
|
-
[Gabor Ratky](https://github.com/rgabo)
|
|
129
|
-
[Bill DeRusha](https://github.com/bderusha)
|
|
130
|
-
[Jason Logsdon](https://github.com/jasonlogsdon)
|
|
131
|
-
[James R](https://github.com/Cev)
|
|
132
|
-
[Mike Ferrier](http://github.com/mferrier)
|
|
133
|
-
[Grzegorz Forysinski](http://github.com/railwaymen)
|
|
134
|
-
[Nathan Chong](http://github.com/paramaw)
|
|
135
|
-
[Paul McMahon](http://github.com/pwim)
|
|
136
|
-
[Chad Etzel](http://github.com/jazzychad)
|
|
137
|
-
[Kevin Burnett](http://github.com/burnettk)
|
|
124
|
+
[Contributors](https://github.com/keolo/mixpanel_client/graphs/contributors)
|
|
125
|
+
|
|
138
126
|
|
|
139
127
|
## Copyright
|
|
140
128
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mixpanel_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keolo Keagy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|