apify 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -290,8 +290,4 @@ We cannot guarantee Rails 3 compatibility at this point, but we will upgrade the
290
290
  Credits
291
291
  -------
292
292
 
293
- Henning Koch
294
-
295
- {makandra.com}[http://makandra.com/]
296
-
297
- {gem-session.com}[http://gem-session.com/]
293
+ Henning Koch ([makandra.com](http://makandra.com/), [gem-session.com](http://gem-session.com/))
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/apify.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{apify}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Henning Koch"]
@@ -7,7 +7,7 @@
7
7
  <h3><%= action.method.to_s.upcase %> <%= action.name %></h3>
8
8
 
9
9
  <% if action.description %>
10
- <p><%=h action.description %></p>
10
+ <p><%= action.description.html_safe %></p>
11
11
  <% end %>
12
12
 
13
13
  <dl>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Henning Koch