time_bandits 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57b5dc842db4022fe784671d7387d31aba84fa23
|
4
|
+
data.tar.gz: 6c821882f1104e05d02aabb24c568cec412757fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0046d74137b95d4ab0993e184f38c8992bf668f6ca0e869245418b5147a15895f53d43b5e50ab353508d66ced9fab0c8b160b4381b5619908831848f6b5c882
|
7
|
+
data.tar.gz: f31f4da71e755fdb3fe4014bbdf7e390398150ff9f276265ab88f1e56f143a32c175109fcc1d4c200aae45d17cabcb30f585f0179c1382baac0624c05a0bbaab
|
@@ -74,7 +74,7 @@ module ActionController #:nodoc:
|
|
74
74
|
:path => (request.fullpath rescue "unknown")
|
75
75
|
}
|
76
76
|
end
|
77
|
-
elsif Rails::VERSION::STRING !~ /\A4\.
|
77
|
+
elsif Rails::VERSION::STRING !~ /\A4\.[01]/
|
78
78
|
raise "time_bandits ActionController monkey patch is not compatible with your Rails version"
|
79
79
|
end
|
80
80
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
# it needs to be adapted to each new rails version
|
5
5
|
|
6
6
|
raise "time_bandits ActiveRecord monkey patch is not compatible with your rails version" unless
|
7
|
-
Rails::VERSION::STRING =~ /^(3\.[012]|4\.[
|
7
|
+
Rails::VERSION::STRING =~ /^(3\.[012]|4\.[01])/
|
8
8
|
|
9
9
|
require "active_record/log_subscriber"
|
10
10
|
|
data/lib/time_bandits/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: time_bandits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Kaes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thread_variables
|