Sha256: 32e46f3202fd98b1a183dac19288425509d5234f444134a847025e3db048ee08
Contents?: true
Size: 884 Bytes
Versions: 3
Compression:
Stored size: 884 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' gem.add_dependency 'the_sortable_tree' # gem.add_dependency 'rails', '>= 4.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the_comments-2.2.2 | the_comments.gemspec |
the_comments-2.2.1 | the_comments.gemspec |
the_comments-2.2.0 | the_comments.gemspec |