webs 0.1.45 → 0.1.46
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/views/shared/_flash_msg.html.erb +7 -1
- data/lib/webs.rb +1 -1
- data/webs.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -1,3 +1,9 @@
|
|
1
1
|
<% if flash[:notice] %>
|
2
|
-
<div class="fw-flash"
|
2
|
+
<div class="fw-flash">
|
3
|
+
<% if flash[:notice].index( '<fw:intl' ) %>
|
4
|
+
<%= flash[:notice] %>
|
5
|
+
<% else %>
|
6
|
+
<fw:intl><%= flash[:notice] %></fw:intl>
|
7
|
+
<% end %>
|
8
|
+
</div>
|
3
9
|
<% end %>
|
data/lib/webs.rb
CHANGED
data/webs.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{webs}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.46"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Chuck Olczak"]
|
9
|
-
s.date = %q{2011-06-
|
9
|
+
s.date = %q{2011-06-15}
|
10
10
|
s.description = %q{Reusable webs stuff.}
|
11
11
|
s.email = %q{chuck@webs.com}
|
12
12
|
gemfiles = Dir.glob( "**/*.{erb,rb,rdoc}" )
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 71
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 46
|
10
|
+
version: 0.1.46
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Chuck Olczak
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-06-
|
18
|
+
date: 2011-06-15 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|