forum_monster 1.0.3 → 1.0.4

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.
@@ -6,7 +6,7 @@ I will be working on a refactoring of this code, please report any bugs you may
6
6
 
7
7
  Forum Monster is a simple forum generator written in rails 3. The goal of Forum Monster, is to provide a simple, and easy to setup forum application without having to dictate how your site it setup.
8
8
 
9
- * Live Demo: http://forum_monster.dev.codezombie.org
9
+ * Live Demo: http://forum-monster.heroku.com
10
10
  * Github Repo for Demo: https://github.com/gitt/forum_monster_demo
11
11
 
12
12
  ====A few things about what Forum Monster is, and is not:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{forum_monster}
8
- s.version = "1.0.3"
8
+ s.version = "1.0.4"
9
9
  s.platform = Gem::Platform::RUBY
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
@@ -14,16 +14,16 @@ Gem::Specification.new do |s|
14
14
  s.homepage = "http://github.com/gitt/forum_monster"
15
15
  s.description = "A Simple Rails 3 Forum Generator"
16
16
  s.summary = "Forum Monster - #{s.version}"
17
-
17
+
18
18
  s.extra_rdoc_files = [
19
19
  "LICENSE",
20
20
  "README.rdoc"
21
21
  ]
22
-
22
+
23
23
  s.require_paths = ['lib']
24
24
  s.files = `git ls-files`.split("\n")
25
25
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
26
-
26
+
27
27
 
28
28
  if s.respond_to? :specification_version then
29
29
  s.specification_version = 3
@@ -33,7 +33,7 @@
33
33
  </tr>
34
34
  <tr>
35
35
  <td class="post_body">
36
- <%= post.body %>
36
+ <%= simple_format(auto_link(post.body)) %>
37
37
  </td>
38
38
  </tr>
39
39
  <% end %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forum_monster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-11 00:00:00.000000000Z
12
+ date: 2013-01-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Simple Rails 3 Forum Generator
15
15
  email:
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 1.8.10
82
+ rubygems_version: 1.8.24
83
83
  signing_key:
84
84
  specification_version: 3
85
- summary: Forum Monster - 1.0.3
85
+ summary: Forum Monster - 1.0.4
86
86
  test_files: []