rtextile 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@
2
2
  class <%= plural_class_name%>Controller < ApplicationController
3
3
 
4
4
  def download
5
- file_content = []
6
5
  <%= name %> = <%= class_name %>.find(params[:id])
7
6
  @<%= doc %> = <%= name %>.<%= doc %>
8
7
  @<%= title %> = <%= name %>.<%= title %>.to_s
@@ -1,3 +1,3 @@
1
1
  module Rtextile
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtextile
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Xfinger