Sha256: b0a237e46c258bf3674de1d4abda98ba46c05f5109f615dbecabe33910976a22
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 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_ruby" gem.version = TheComments::VERSION gem.authors = ["Khac Luan"] gem.email = ["dangluan20@gmail.com"] gem.description = %q{ Comments with threading for Rails 4 } gem.summary = %q{ the_comments by the-teacher } gem.homepage = "https://github.com/khacluan/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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_comments_ruby-2.3.4 | the_comments.gemspec |