Sha256: b9a400ea3b8b602d8929f85bbd46cc84eaa3561a2d110e0e76a24203edbf3b0d
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 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{ Comments with threading for Rails 4 } gem.summary = %q{ the_comments by the-teacher } gem.homepage = "https://github.com/the-teacher/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', '~> 1.2.0' gem.add_dependency 'the_sortable_tree', '~> 2.5.0' gem.add_dependency 'the_simple_sort', '~> 0.0.2' # gem.add_dependency 'rails', '>= 4.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_comments-2.3.1 | the_comments.gemspec |