# -*- encoding: utf-8 -*- # stub: y_nelson 2.3.2 ruby lib Gem::Specification.new do |s| s.name = "y_nelson".freeze s.version = "2.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["boris".freeze] s.date = "2014-12-02" s.description = "Zz structures are an interesting way of representing relations invented by Ted Nelson. I captured the basic zz structure formalism in a gem Yzz. In this gem, YNelson, I combine zz structures with universal Petri nets (provided by another gem of mine, YPetri) to obtain a hybrid data structure that formalizes and generelizes spreadsheet. Because let us note that most practical spreadsheet implementation allow to model a Petri net with the cell functions \u2013 if the cell functions are regarded as transitions and cells and places, then a spreadsheet is a kind of a Petri net. At the same time, spreadsheet files are orthogonal structures with at least 3 dimensions: x (horizontal), y (vertical) and z (the dimension of sheets stacked upon each other). In addition, there is the \"dimension\" of files, the \"dimension\" of precedents and dependents (seen in formula auditing). If zz structures are used to represent relations as dimensions, this can be generalized, and the globally orthogonal nature of spreadsheets is generalized to the locally orthogonal nature of zz structures. The sum of this makes for a nice generalization of a spreadsheet, which YNelson attempts to be. In addition, YNelson attempts to provide convenience at least at the level similar to the actual existing spreadsheet software by providing certain commands that allow creation of more than one Petri net place or transition at the same time. This aspect of YNelson is still under development. See the user guide and the documentation for the details. YNelson documentation is available online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory.".freeze s.email = ["\"boris@iis.sinica.edu.tw\"".freeze] s.files = [".gitignore".freeze, "ACKNOWLEDGMENT.txt".freeze, "Gemfile".freeze, "Introduction_to_Ruby_for_YNelson_Users.lyx".freeze, "Introduction_to_Ruby_for_YNelson_Users.pdf".freeze, "Introduction_to_YNelson.lyx".freeze, "Introduction_to_YNelson.pdf".freeze, "LICENSE.txt".freeze, "Object_model_of_YNelson_and_YPetri.lyx".freeze, "Object_model_of_YNelson_and_YPetri.pdf".freeze, "README.md".freeze, "Rakefile".freeze, "lib/y_nelson.rb".freeze, "lib/y_nelson/agent.rb".freeze, "lib/y_nelson/dimension.rb".freeze, "lib/y_nelson/dimension_point.rb".freeze, "lib/y_nelson/dsl.rb".freeze, "lib/y_nelson/net.rb".freeze, "lib/y_nelson/place.rb".freeze, "lib/y_nelson/transition.rb".freeze, "lib/y_nelson/version.rb".freeze, "lib/y_nelson/yzz.rb".freeze, "lib/y_nelson/zz_point.rb".freeze, "test/issues.rb".freeze, "test/mongoid_example.rb".freeze, "test/y_nelson_test.rb".freeze, "y_nelson.gemspec".freeze] s.homepage = "".freeze s.licenses = ["GPLv3".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A fusion of functional Petri net with a zz structure that formalizes and generalizes spreadsheet.".freeze s.test_files = ["test/issues.rb".freeze, "test/mongoid_example.rb".freeze, "test/y_nelson_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end