# -*- encoding: utf-8 -*- # stub: dag_link_calculator 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "dag_link_calculator".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eduardo Turi\u00F1o".freeze] s.bindir = "exe".freeze s.date = "2017-04-11" s.description = " Given a list of parent-child relationships, it will return a list of links ancestor-descendant, with count. Can be used to restore a list of links in `act-as-dag`, providing that the direct links are correct. ".freeze s.email = ["eturino@eturino.com".freeze] s.files = [".codeclimate.yml".freeze, ".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/_guard-core".freeze, "bin/console".freeze, "bin/guard".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "dag_link_calculator.gemspec".freeze, "lib/dag_link_calculator.rb".freeze, "lib/dag_link_calculator/calculator.rb".freeze, "lib/dag_link_calculator/cycle_exception.rb".freeze, "lib/dag_link_calculator/direct_link.rb".freeze, "lib/dag_link_calculator/node_link.rb".freeze, "lib/dag_link_calculator/node_route.rb".freeze, "lib/dag_link_calculator/version.rb".freeze] s.homepage = "https://github.com/artirix/dag_link_calculator".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Given a list of parent-child relationships, it will return a list of links ancestor-descendant, with count".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end