time_bandits 0.10.7 → 0.10.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -2
- 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: ca983a95508758e30ec800999d18b88a54289211
|
4
|
+
data.tar.gz: 6cb34b8581f952f917d6dc4416a0b72b79cf68c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0934e196347c035d2307600094d5884fd6257329584cbfc530ada346ec6eee2c5385fa4ae1daf8ea52257dcc01e1dcf30139a24763286c32b870db52d8f760b9'
|
7
|
+
data.tar.gz: 0d884ca60c3677b3240a746d4438e98794c7e61c48b30a2d8007ec45b0bb5cdeedea8813799627e13c156a8258e2953898e7099ce0b9ba77c48781b7face56e9
|
data/README.md
CHANGED
@@ -84,7 +84,10 @@ In order for the test to run you need a running memcached, redis-server and mysq
|
|
84
84
|
|
85
85
|
## Release Notes
|
86
86
|
|
87
|
-
### Version 0.10.
|
87
|
+
### Version 0.10.7
|
88
|
+
- fixed bug in activerecord monkeypatch for Rails 5.1
|
89
|
+
|
90
|
+
### Version 0.10.6
|
88
91
|
- fixed time calculation for rails 4
|
89
92
|
|
90
93
|
### Version 0.10.5
|
@@ -147,7 +150,7 @@ In order for the test to run you need a running memcached, redis-server and mysq
|
|
147
150
|
### Version 0.5.1
|
148
151
|
- added license file
|
149
152
|
|
150
|
-
### Version 0.5
|
153
|
+
### Version 0.5
|
151
154
|
- has dropped rails 2 support
|
152
155
|
- relies on ActiveSupport::Notifications
|
153
156
|
- is supposedly thread safe
|
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.8
|
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-07-
|
11
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thread_variables
|