radiant-forum-extension 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.8
1
+ 2.0.9
@@ -84,7 +84,6 @@ en:
84
84
  new_topic: "New topic"
85
85
  search: "Search"
86
86
  topics: "Latest"
87
- your_account: "Your account"
88
87
  new_forum: "New forum"
89
88
  new_reply_to: "new reply to"
90
89
  new_reply_from: "new reply from"
@@ -168,6 +167,9 @@ en:
168
167
  today: "today at %l:%M%p"
169
168
  yesterday: "yesterday at %l:%M%p"
170
169
  time_remaining_to_edit: "You have %{time} left to "
170
+ to_comment: "To comment"
171
+ to_post: "To reply"
172
+ to_start_topic: "To start a topic"
171
173
  topic_count:
172
174
  zero: "No discussion."
173
175
  one: "One topic: "
data/forum_extension.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require_dependency 'application_controller'
2
2
 
3
3
  class ForumExtension < Radiant::Extension
4
- version "2.0.8"
4
+ version "2.0.9"
5
5
  description "Nice clean forums and page comments for inclusion in your radiant site. Requires the reader extension and share_layouts."
6
6
  url "http://spanner.org/radiant/forum"
7
7
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-forum-extension}
8
- s.version = "2.0.8"
8
+ s.version = "2.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["spanner"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-forum-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 8
10
- version: 2.0.8
9
+ - 9
10
+ version: 2.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - spanner