Sha256: 73d49106911da2a73b0001028985211a93a934d1bf4190941be7228ab4213ca6
Contents?: true
Size: 1.53 KB
Versions: 0
Compression: gzip
Compressed size: 685 Bytes
Stored size: 685 Bytes
Contents
--- !ruby/object:Gem::Specification name: logicle version: !ruby/object:Gem::Version version: 0.1.1 prerelease: platform: ruby authors: - Chris kottom autorequire: bindir: bin cert_chain: [] date: 2011-09-24 00:00:00.000000000Z dependencies: [] description: Logicle is a simulator for testing and solving simple circuits composed of basic logical elements. The program reads and writes its inputs and outputs using the GML protocol. email: chris@chriskottom.com executables: - logicle extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - README.md - Rakefile - bin/logicle - examples/simple.tgf - examples/simple_solved.tgf - lib/logicle.rb - lib/logicle/digraph.rb - lib/logicle/node.rb - lib/logicle/simulator.rb - lib/logicle/tgf_reader.rb - lib/logicle/tgf_writer.rb - lib/logicle/version.rb - logicle.gemspec - test/digraph_test.rb - test/logicle_test.rb - test/node_test.rb - test/simple.tgf - test/test_helper.rb - test/tgf_reader_test.rb homepage: '' licenses: [] post_install_message: rdoc_options: [] require_paths: - lib - vendor required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: logicle rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: A simulator for playing with digital circuit logic test_files: []