time_bandits 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e4688caf70a7613eef637fe0e8f90279fa17a4a
4
- data.tar.gz: aed42b20d473d759c4ee5406dc5055c36ebba531
3
+ metadata.gz: 57b5dc842db4022fe784671d7387d31aba84fa23
4
+ data.tar.gz: 6c821882f1104e05d02aabb24c568cec412757fe
5
5
  SHA512:
6
- metadata.gz: 693c1d759aa997f1a3dce1f3df44c842f85ba5cb4bad6c19b609d68d92b749475314b35bbcd77910c7862ff65149cd1b946d5c1a4cc41d85a25a883940d7ae3a
7
- data.tar.gz: 4c3ee41da4853880a9e2cc3c2878b8ffc862057fd47f6f34d01d265eb290b0579b1670296a1593d396e1c20c33661852990638a94c56e9cbbd69afcb49e89446
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\.0/
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\.[0])/
7
+ Rails::VERSION::STRING =~ /^(3\.[012]|4\.[01])/
8
8
 
9
9
  require "active_record/log_subscriber"
10
10
 
@@ -1,3 +1,3 @@
1
1
  module TimeBandits
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.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.6.4
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-02-25 00:00:00.000000000 Z
11
+ date: 2014-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thread_variables