subelsky_power_tools 1.3.1 → 1.3.2
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 +4 -4
- data/CHANGELOG +12 -0
- data/lib/subelsky_power_tools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d02b1f4e2640136f0a9cd083c3f1c779b83b9840
|
4
|
+
data.tar.gz: fad110b76716bd28f2cd9c286ad06ddb8bd7f79a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b8149aac16838afd811a431aceec4476f66bcc849802d29d2ca79b7b42b53bd5ae98219fce8ba35c73d8b90834fb2b31e060981a8728531c5073643fde4b4fe
|
7
|
+
data.tar.gz: 9c67b6ef0c94b215badb25d217208ad88e8024a5fb4417594430834fdfd1e06774e207f131ca47e967b978502b60fe1f73616ba7a4bd8bb715c440f6c5049dcd
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
v1.3.2
|
2
|
+
======
|
3
|
+
* no new changes, but deploying this since our git tag got behind
|
4
|
+
|
5
|
+
v1.3.1
|
6
|
+
======
|
7
|
+
* fix other sidekiq assertions to work with rspec 3
|
8
|
+
|
9
|
+
v1.3.0
|
10
|
+
======
|
11
|
+
* fix sidekiq assertions to work with rspec 3
|
12
|
+
|
1
13
|
v1.2.7
|
2
14
|
======
|
3
15
|
* add custom ActiveRecord to_s method, useful for log messages
|