bootstrap_actioncell 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  - buttons.each do |b|
2
- b[:path] ||= "#"
3
- b[:options] ||= {:class => "btn btn-mini"}
4
- b[:icon] ||= "question"
2
+ - b[:path] ||= "#"
3
+ - b[:options] ||= {:class => "btn btn-mini"}
4
+ - b[:icon] ||= "question"
5
5
  != link_to b[:path], b[:options] do
6
6
  %i{:class => "icon-#{b[:icon]}"}
7
7
 
@@ -19,7 +19,7 @@
19
19
  %i.caret
20
20
  %ul.dropdown-menu
21
21
  - actions.each do |a|
22
- a[:name] ||= "Untitled action"
23
- a[:path] ||= "#"
24
- a[:options] ||= {}
22
+ - a[:name] ||= "Untitled action"
23
+ - a[:path] ||= "#"
24
+ - a[:options] ||= {}
25
25
  %li= link_to a[:name], a[:path], a[:options]
@@ -1,3 +1,3 @@
1
1
  module BootstrapActioncell
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: 3060541242513509291
146
+ hash: 3081171468467242961
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: 3060541242513509291
155
+ hash: 3081171468467242961
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 1.8.25