Skip to content

Commit

Permalink
v0.1.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Nov 23, 2018
1 parent 3b30c7c commit a03a3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
meta_presenter (0.1.0)
meta_presenter (0.1.2)
actionpack (>= 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion meta_presenter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'meta_presenter'
spec.version = '0.1.1'
spec.version = '0.1.2'
spec.authors = ['szTheory']
spec.description = %q{Presenter pattern in your Rails controllers and actions}
spec.summary = %q{MetaPresenter is a Ruby gem that gives you access to the powerful presenter pattern in your Rails controllers. For each controller/action pair you get a presenter class in `app/presenters` that you can use in your views with with `presenter.method_name`. This helps you decompose your helper logic into small, tight, classes that are easily testable. There's even a DSL for method delegation on objects to reduce boilerplate.}
Expand Down

0 comments on commit a03a3d5

Please sign in to comment.