-
Notifications
You must be signed in to change notification settings - Fork 178
/
acts_as_commentable.gemspec
30 lines (26 loc) · 1.4 KB
/
acts_as_commentable.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{acts_as_commentable}
s.version = "4.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cosmin Radoi, Jack Dempsey, Xelipe, Chris Eppstein"]
s.autorequire = %q{acts_as_commentable}
s.description = %q{Plugin/gem that provides comment functionality}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE"]
s.files = ["MIT-LICENSE", "README.rdoc", "lib/acts_as_commentable.rb", "lib/comment_methods.rb", "lib/commentable_methods.rb", "lib/generators", "lib/generators/comment", "lib/generators/comment/comment_generator.rb", "lib/generators/comment/templates", "lib/generators/comment/templates/comment.rb", "lib/generators/comment/templates/create_comments.rb", "lib/generators/comment/USAGE", "init.rb", "install.rb"]
s.has_rdoc = false
s.homepage = %q{http://www.juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Plugin/gem that provides comment functionality}
s.license = 'MIT'
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end