action_presenter 1.1.5 → 1.1.6

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.
@@ -36,4 +36,8 @@
36
36
  ## Version 1.1.5
37
37
 
38
38
  * revert previous version changes
39
- * create #present_collection wchich do what previous version **should** (:sweat:) do
39
+ * create #present_collection wchich do what previous version **should** (:sweat:) do
40
+
41
+ ## Version 1.1.6
42
+
43
+ * add #present_collection to view helper methods (:sweat:)
@@ -1,3 +1,3 @@
1
1
  module ActionPresenter
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
@@ -3,7 +3,7 @@ module ActionPresenter
3
3
  extend ActiveSupport::Concern
4
4
 
5
5
  included do
6
- helper_method :present
6
+ helper_method :present, :present_collection
7
7
  end
8
8
 
9
9
  def present(object, klass = nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: 2492449327204744121
124
+ hash: 1057792384555195534
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  none: false
127
127
  requirements:
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  segments:
132
132
  - 0
133
- hash: 2492449327204744121
133
+ hash: 1057792384555195534
134
134
  requirements: []
135
135
  rubyforge_project: action_presenter
136
136
  rubygems_version: 1.8.24