bootstrap_actioncell 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ module BootstrapActioncell
2
+ module ActioncellHelper
3
+ def ac_buttons(resource,buttons=[],actions=[])
4
+ render :partial => "bootstrap_actioncell/buttons", :locals => {:resource => resource, :buttons => buttons, :actions => actions}
5
+ end
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module BootstrapActioncell
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_actioncell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,10 +90,10 @@ files:
90
90
  - app/.DS_Store
91
91
  - app/assets/stylesheets/.DS_Store
92
92
  - app/assets/stylesheets/bootstrap_actioncell.css
93
- - app/helpers/actioncell_helper.rb
94
93
  - app/views/bootstrap_actioncell/_buttons.html.haml
95
94
  - bootstrap_actioncell.gemspec
96
95
  - lib/bootstrap_actioncell.rb
96
+ - lib/bootstrap_actioncell/actioncell_helper.rb
97
97
  - lib/bootstrap_actioncell/version.rb
98
98
  - test/lib/bootstrap_actioncell/version_test.rb
99
99
  - test/test_helper.rb
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: 3007396533180501960
115
+ hash: -4236841294535071310
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: 3007396533180501960
124
+ hash: -4236841294535071310
125
125
  requirements: []
126
126
  rubyforge_project:
127
127
  rubygems_version: 1.8.25
@@ -1,5 +0,0 @@
1
- module ActioncellHelper
2
- def ac_buttons(resource,buttons=[],actions=[])
3
- render :partial => "bootstrap_actioncell/buttons", :locals => {:resource => resource, :buttons => buttons, :actions => actions}
4
- end
5
- end