# -*- encoding: utf-8 -*- # stub: acts_as_graph_diagram 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "acts_as_graph_diagram".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/routeflags/acts_as_graph_diagram/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/routeflags/acts_as_graph_diagram", "source_code_uri" => "https://github.com/routeflags/acts_as_graph_diagram" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["smapira".freeze] s.date = "2022-06-16" s.description = " Extends Active Record to add simple function for draw the Force Directed Graph with html.\n".freeze s.email = ["smapira@routeflags.com".freeze] s.executables = ["test".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/test".freeze, "lib/acts_as_graph_diagram.rb".freeze, "lib/acts_as_graph_diagram/edge_scopes.rb".freeze, "lib/acts_as_graph_diagram/node.rb".freeze, "lib/acts_as_graph_diagram/node/graph_calculator.rb".freeze, "lib/acts_as_graph_diagram/railtie.rb".freeze, "lib/acts_as_graph_diagram/version.rb".freeze, "lib/generators/USAGE".freeze, "lib/generators/acts_as_graph_diagram_generator.rb".freeze, "lib/generators/templates/migration.rb".freeze, "lib/generators/templates/model.rb".freeze, "test/acts_as_graph_diagram_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/controllers/gods_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/gods_helper.rb".freeze, "test/dummy/app/javascript/application.js".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/models/edge.rb".freeze, "test/dummy/app/models/god.rb".freeze, "test/dummy/app/views/gods/_form.html.erb".freeze, "test/dummy/app/views/gods/_god.html.erb".freeze, "test/dummy/app/views/gods/edit.html.erb".freeze, "test/dummy/app/views/gods/index.html.erb".freeze, "test/dummy/app/views/gods/new.html.erb".freeze, "test/dummy/app/views/gods/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".freeze, "test/dummy/bin/importmap".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/cable.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/importmap.rb".freeze, "test/dummy/config/initializers/content_security_policy.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/permissions_policy.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/storage.yml".freeze, "test/dummy/db/migrate/20220606102242_create_gods.rb".freeze, "test/dummy/db/migrate/20220612090334_acts_as_graph_diagram_migration.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/test/controllers/gods_controller_test.rb".freeze, "test/dummy/test/system/gods_test.rb".freeze, "test/fixtures/edges.yml".freeze, "test/fixtures/gods.yml".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/routeflags/acts_as_graph_diagram".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Draws a graph diagram from a active record model".freeze s.test_files = ["test/acts_as_graph_diagram_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/controllers/gods_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/gods_helper.rb".freeze, "test/dummy/app/javascript/application.js".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/models/edge.rb".freeze, "test/dummy/app/models/god.rb".freeze, "test/dummy/app/views/gods/_form.html.erb".freeze, "test/dummy/app/views/gods/_god.html.erb".freeze, "test/dummy/app/views/gods/edit.html.erb".freeze, "test/dummy/app/views/gods/index.html.erb".freeze, "test/dummy/app/views/gods/new.html.erb".freeze, "test/dummy/app/views/gods/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".freeze, "test/dummy/bin/importmap".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/cable.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/importmap.rb".freeze, "test/dummy/config/initializers/content_security_policy.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/permissions_policy.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/storage.yml".freeze, "test/dummy/db/migrate/20220606102242_create_gods.rb".freeze, "test/dummy/db/migrate/20220612090334_acts_as_graph_diagram_migration.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/test/controllers/gods_controller_test.rb".freeze, "test/dummy/test/system/gods_test.rb".freeze, "test/fixtures/edges.yml".freeze, "test/fixtures/gods.yml".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end