muck-engine 3.2.9 → 3.2.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.9
1
+ 3.2.10
@@ -9,8 +9,8 @@ else
9
9
  end
10
10
  -%>
11
11
  <% if growl -%>
12
- jQuery.jGrowl.info(<%=html%>);
12
+ jQuery.jGrowl.info(<%=html.html_safe%>);
13
13
  <% else -%>
14
- jQuery('#<%=dom_id%>').html(<%=html%>);
14
+ jQuery('#<%=dom_id%>').html(<%=html.html_safe%>);
15
15
  jQuery('#<%=dom_id%>').show();
16
16
  <% end -%>
data/muck-engine.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "3.2.9"
8
+ s.version = "3.2.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
@@ -66,4 +66,8 @@ form fieldset input[type="text"],form fieldset input[type="password"]{width:500p
66
66
  .checkbox-label{display:inline-block;}
67
67
  .checklist{padding:0px;margin:0px 0 0 10px;}
68
68
  .checklist input[type="checkbox"]{float:left;clear:left;}
69
- .checklist label{display:inline;}
69
+ .checklist label{display:inline;}
70
+
71
+ .user-active{}
72
+ .user-inactive{color:#ccc;}
73
+ .drop-menu ul{list-style-type:none;}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 9
10
- version: 3.2.9
9
+ - 10
10
+ version: 3.2.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball