trackman 0.2.85 → 0.2.86

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gemspec
3
+ gemspec
data/lib/trackman.rb CHANGED
@@ -12,6 +12,7 @@ autoload :Debugger, 'trackman/debugger'
12
12
 
13
13
  if defined?(Rails) && Rails.env == "production"
14
14
  if ::Rails::VERSION::STRING =~ /^2\.[1-9]/
15
+ require 'config/environment'
15
16
  Rails.configuration.middleware.use Trackman::RackMiddleware
16
17
  elsif ::Rails::VERSION::STRING =~ /^[3-9]\.[1-9]/
17
18
  require "trackman/railtie"
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.2.85"
2
+ VERSION = "0.2.86"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.85
4
+ version: 0.2.86
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-24 00:00:00.000000000 Z
13
+ date: 2012-08-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client