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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d4bbdee09ecd1f5428fe0c93b049b5f157814ba
4
- data.tar.gz: 686ef134d2a40459582093824f69da699d8a0394
3
+ metadata.gz: ecd5d3abf3b88fe45131097af8cda7b47a799ed4
4
+ data.tar.gz: 2c62ed4a3ee8f0fab5bd533ceb98364e5bd93516
5
5
  SHA512:
6
- metadata.gz: 90c532ac1341dd826a10abada88e6ddc003a0e7fac38f7a534d45f24ea29aadac2b9a522d060c95e2ae99d15387de7b054fad32a94ec91ea2f89b93107f83899
7
- data.tar.gz: b8bdbe06f60a9acf31437a554562440611a68ea9ac35a6f8cb75de0dc2c2377c7239d815e7f50b8c6502fcca008028c8121b80aee905d80a4f835d3bd174381a
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.0/
7
+ Rails::VERSION::STRING =~ /^(3\.[012]|4\.[012])|5\.[01]/
8
8
 
9
9
  require "active_record/log_subscriber"
10
10
 
@@ -1,3 +1,3 @@
1
1
  module TimeBandits
2
- VERSION = "0.10.4"
2
+ VERSION = "0.10.5"
3
3
  end
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
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-01-31 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thread_variables