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.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/forum_monster.gemspec +4 -4
- data/lib/generators/forum_monster/templates/views/topics/show.html.erb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -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://
|
|
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.
|
|
1
|
+
1.0.4
|
data/forum_monster.gemspec
CHANGED
|
@@ -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.
|
|
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
|
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.
|
|
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:
|
|
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.
|
|
82
|
+
rubygems_version: 1.8.24
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 3
|
|
85
|
-
summary: Forum Monster - 1.0.
|
|
85
|
+
summary: Forum Monster - 1.0.4
|
|
86
86
|
test_files: []
|