rimless 1.0.1 → 1.0.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.md +6 -0
- data/lib/rimless/tasks/stats.rake +1 -1
- data/lib/rimless/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88de2cd3647d6aa6296bcf59d058c8802bedb560bc2b9544a6de2d74bfbf0117
|
|
4
|
+
data.tar.gz: 979f8ab38bd4d00edd9abcc0b40dc7aacc3728ec934075b532a389839968aab0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef036eddfe418328b4f59888270e26a5eaff541053f15069d34f5c735a0fdb7d89cbb2e24f7664bb99ff7257d846d0c29f6f0f76e585ba9267ded2c638ce2ce6
|
|
7
|
+
data.tar.gz: cfa38719dbc22ee1b4b2c17b212f23becd15ac4a358c086994a1fac42e91000430ec6659804c06df9a1349b4abec043968b1771a7ad46a5e774c7c5763f74820
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
### 1.0.2
|
|
2
|
+
|
|
3
|
+
* Only load the statistics rake task when Rails is available and the
|
|
4
|
+
environment is development (instead of not production, this may cause issues
|
|
5
|
+
for +canary+ or +stage+ Rails environments)
|
|
6
|
+
|
|
1
7
|
### 1.0.1
|
|
2
8
|
|
|
3
9
|
* Added the missing +Karafka::Testing::RSpec::Helpers+ include to the
|
data/lib/rimless/version.rb
CHANGED