mixpanel 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -64,3 +64,4 @@ There are two forms of async operation:
64
64
  * {Nathan Baxter}[https://github.com/LogicWolfe]
65
65
  * {Jake Mallory}[https://github.com/tinomen]
66
66
  * {Logan Bowers}[https://github.com/loganb]
67
+ * {jakemack} [https://github.com/jakemack]
@@ -59,7 +59,7 @@ class Mixpanel
59
59
  @cmd || begin
60
60
  require 'escape'
61
61
  require 'rbconfig'
62
- interpreter = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['RUBY_SO_NAME'])
62
+ interpreter = File.join(*RbConfig::CONFIG.values_at("bindir", "ruby_install_name")) + RbConfig::CONFIG["EXEEXT"]
63
63
  subprocess = File.join(File.dirname(__FILE__), 'mixpanel_subprocess.rb')
64
64
  @cmd = Escape.shell_command([interpreter, subprocess])
65
65
  end
data/mixpanel.gemspec CHANGED
@@ -2,7 +2,7 @@ files = ['README.rdoc', 'LICENSE', 'Rakefile', 'mixpanel.gemspec', '{spec,lib}/*
2
2
 
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = "mixpanel"
5
- s.version = "0.8.0"
5
+ s.version = "0.8.1"
6
6
  s.rubyforge_project = "mixpanel"
7
7
  s.description = "Simple lib to track events in Mixpanel service. It can be used in any rack based framework."
8
8
  s.author = "Alvaro Gil"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixpanel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alvaro Gil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-25 00:00:00 -02:00
18
+ date: 2011-01-31 00:00:00 -02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency