Sha256: 47c9be02af07f734671358a0a05a19538cd220f7e0b54d6184f2f5a19053a7d4
Contents?: true
Size: 866 Bytes
Versions: 1
Compression:
Stored size: 866 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'the_comments/version' Gem::Specification.new do |gem| gem.name = "the_comments" gem.version = TheComments::VERSION gem.authors = ["Ilya N. Zykin"] gem.email = ["zykin-ilya@ya.ru"] gem.description = %q{ Nested Comments } gem.summary = %q{ Nested Comments form TheTeacher } gem.homepage = "https://github.com/open-cook/the_comments" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency 'state_machine' gem.add_dependency 'the_sortable_tree' # gem.add_dependency 'rails', '>= 4.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_comments-0.9.9 | the_comments.gemspec |