# -*- encoding: utf-8 -*- # stub: blockenspiel 0.3.3 java lib Gem::Specification.new do |s| s.name = "blockenspiel".freeze s.version = "0.3.3".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Azuma".freeze] s.date = "2010-05-24" s.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.".freeze s.email = "dazuma@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "Blockenspiel.rdoc".freeze, "History.rdoc".freeze, "ImplementingDSLblocks.rdoc".freeze] s.files = ["Blockenspiel.rdoc".freeze, "History.rdoc".freeze, "ImplementingDSLblocks.rdoc".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/blockenspiel/BlockenspielUnmixerService.java".freeze, "ext/blockenspiel/extconf.rb".freeze, "ext/blockenspiel/unmixer.c".freeze, "lib/blockenspiel.rb".freeze, "lib/blockenspiel/impl.rb".freeze, "lib/blockenspiel/version.rb".freeze, "lib/blockenspiel/versionomy.rb".freeze, "lib/blockenspiel_unmixer.jar".freeze, "tests/tc_basic.rb".freeze, "tests/tc_behaviors.rb".freeze, "tests/tc_dsl_attrs.rb".freeze, "tests/tc_dsl_methods.rb".freeze, "tests/tc_dynamic.rb".freeze, "tests/tc_mixins.rb".freeze, "tests/tc_modules.rb".freeze] s.homepage = "http://virtuoso.rubyforge.org/blockenspiel".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Blockenspiel is a helper library designed to make it easy to implement DSL blocks.".freeze s.test_files = ["tests/tc_basic.rb".freeze, "tests/tc_behaviors.rb".freeze, "tests/tc_dsl_attrs.rb".freeze, "tests/tc_dsl_methods.rb".freeze, "tests/tc_dynamic.rb".freeze, "tests/tc_mixins.rb".freeze, "tests/tc_modules.rb".freeze] end