useful_helpers 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,12 @@
1
1
  # coding: utf-8
2
- module ButtonsHelper
3
- def buttons(&block)
4
- content_for :buttons do
5
- content_tag :div, :class => "buttons", &block
2
+ module UsefulHelpers
3
+ module Helpers
4
+ module ButtonsHelper
5
+ def buttons(&block)
6
+ content_for :buttons do
7
+ content_tag :div, :class => "buttons", &block
8
+ end
9
+ end
6
10
  end
7
11
  end
8
12
  end
@@ -1,3 +1,3 @@
1
1
  module UsefulHelpers
2
- VERSION = "0.0.24"
2
+ VERSION = "0.0.25"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useful_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: