active_decorator 1.5.0 → 1.5.1
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 +7 -0
- data/lib/active_decorator/helpers.rb +0 -1
- data/lib/active_decorator/version.rb +1 -1
- data/lib/active_decorator/view_context.rb +3 -3
- 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: 93511d05e6a7af3eca118deae7ef9fcd03462425ba71f7c8a403198b6da1e7e6
|
4
|
+
data.tar.gz: f1d8f897bbe0fb2f1c4e74dfb1e6f5d5decbc916507ccbbd6937ce501c92356d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52ef3469ca062fcb21e53a1db5b60613406501bce3ffaeff8a742daa3d7cef9b76dd9db76ffbc4a366ed95593b40f65de8f445209d733f9505284b41823b4c97
|
7
|
+
data.tar.gz: a77095d56551979ea41aae86a6967c18caf4ecfd6b3532c2c010da0959fe7362e611734f2aa14fc7854040570c7c98aa3d38666fcdd7dc6923f6c9266195b6c8
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 1.5.1
|
2
|
+
|
3
|
+
* Removed unnecessary `ruby2_keywords` call that emits "warning: Skipping set of ruby2_keywords flag" [@t-kinoshita]
|
4
|
+
|
5
|
+
* Fixed another warning "assigned but unused variable - view_context_stack"
|
6
|
+
|
7
|
+
|
1
8
|
## 1.5.0
|
2
9
|
|
3
10
|
* Don't drop keyword arguments when delegating helper methods via method_missing
|