Sha256: 0b8d49ee93be2f85682d73dff63869a781680314a0511627a273a2beac76982b
Contents?: true
Size: 1.79 KB
Versions: 0
Compression: gzip
Compressed size: 727 Bytes
Stored size: 727 Bytes
Contents
--- !ruby/object:Gem::Specification name: blockenspiel version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Daniel Azuma autorequire: bindir: bin cert_chain: [] date: 2009-04-16 00:00:00 -07:00 default_executable: dependencies: [] description: Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading. email: dazuma@gmail.com executables: [] extensions: - ext/blockenspiel/extconf.rb extra_rdoc_files: - README.rdoc - History.rdoc - ImplementingDSLblocks.rdoc files: - ext/blockenspiel/unmixer.c - ext/blockenspiel/extconf.rb - ext/blockenspiel/BlockenspielUnmixerService.java - lib/blockenspiel/impl.rb - lib/blockenspiel/version.rb - lib/blockenspiel.rb - tests/tc_basic.rb - tests/tc_behaviors.rb - tests/tc_dsl_methods.rb - tests/tc_dynamic.rb - tests/tc_mixins.rb - History.rdoc - ImplementingDSLblocks.rdoc - README.rdoc - Rakefile has_rdoc: true homepage: http://virtuoso.rubyforge.org/blockenspiel licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.6 version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: virtuoso rubygems_version: 1.3.2 signing_key: specification_version: 3 summary: Blockenspiel is a helper library designed to make it easy to implement DSL blocks. test_files: - tests/tc_basic.rb - tests/tc_behaviors.rb - tests/tc_dsl_methods.rb - tests/tc_dynamic.rb - tests/tc_mixins.rb