merb-ui 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/app/helpers/global_helpers.rb +1 -0
- data/app/views/styles/index.css.erb +6 -0
- metadata +2 -2
data/Rakefile
CHANGED
@@ -9,6 +9,7 @@ module Merb::GlobalHelpers
|
|
9
9
|
attributes[:align] = options[:align] if options[:align]
|
10
10
|
attributes[:class] = 'mui_block'
|
11
11
|
attributes[:class] << ' mui_subtle' if options[:subtle]
|
12
|
+
attributes[:class] << ' mui_scroll' if options[:scroll]
|
12
13
|
attributes[:class] << ' mui_truncate' if options[:truncate]
|
13
14
|
if options[:inline]
|
14
15
|
tag_type = :span
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- UiPoet
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-12-
|
12
|
+
date: 2008-12-17 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|