time_bandits 0.10.4 → 0.10.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/time_bandits/monkey_patches/active_record.rb +1 -1
- data/lib/time_bandits/version.rb +1 -1
- 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: ecd5d3abf3b88fe45131097af8cda7b47a799ed4
|
4
|
+
data.tar.gz: 2c62ed4a3ee8f0fab5bd533ceb98364e5bd93516
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1ffe1f4ff989da16def5003dd8dcee788c6c5e118b8784bffa2a038030fd8c69acb25f85e247acdcbef9a269079182bbe55c0b5acab84329040e22f60d16f69
|
7
|
+
data.tar.gz: d7e3113736def5749440c0af5cde533bbab5bc00d5964c4d3e925f931469c1a010613815c9b4105732220c62f6c2ba7397f073f27cf05391dc1b1811763a5344
|
@@ -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\.[012])|5
|
7
|
+
Rails::VERSION::STRING =~ /^(3\.[012]|4\.[012])|5\.[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.10.
|
4
|
+
version: 0.10.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: 2017-
|
11
|
+
date: 2017-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thread_variables
|