muck-comments 3.1.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.2.0
@@ -1,9 +1,9 @@
1
1
  <div id="disqus_thread"></div>
2
- <script type="text/javascript" src="http://disqus.com/forums/<%= disqus_short_name %>/embed.js"></script>
3
2
  <noscript><a href="http://<%= disqus_short_name %>.disqus.com/?url=ref"><%= t('muck.comments.view_thread') %></a></noscript>
4
3
  <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
5
4
 
6
5
  <% content_for :javascript do -%>
6
+ <script type="text/javascript" src="http://disqus.com/forums/<%= disqus_short_name %>/embed.js"></script>
7
7
  <script type="text/javascript">
8
8
  //<![CDATA[
9
9
  (function() {
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-comments}
8
- s.version = "3.1.0"
8
+ s.version = "3.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
12
- s.date = %q{2010-11-17}
12
+ s.date = %q{2011-03-19}
13
13
  s.description = %q{The comment engine for the muck system.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
@@ -93,11 +93,10 @@ Gem::Specification.new do |s|
93
93
  ]
94
94
  s.homepage = %q{http://github.com/tatemae/muck-comments}
95
95
  s.require_paths = ["lib"]
96
- s.rubygems_version = %q{1.3.7}
96
+ s.rubygems_version = %q{1.6.0}
97
97
  s.summary = %q{The comment engine for the muck system}
98
98
 
99
99
  if s.respond_to? :specification_version then
100
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
101
100
  s.specification_version = 3
102
101
 
103
102
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-comments
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
5
- prerelease: false
4
+ hash: 15
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 3.1.0
10
+ version: 3.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-17 00:00:00 -07:00
19
+ date: 2011-03-19 00:00:00 -06:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  requirements: []
189
189
 
190
190
  rubyforge_project:
191
- rubygems_version: 1.3.7
191
+ rubygems_version: 1.6.0
192
192
  signing_key:
193
193
  specification_version: 3
194
194
  summary: The comment engine for the muck system