# -*- encoding: utf-8 -*- # stub: duby 0.0.2 java lib Gem::Specification.new do |s| s.name = "duby".freeze s.version = "0.0.2".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 = ["Charles Oliver Nutter".freeze, "Ryan Brown".freeze] s.date = "2010-02-15" s.description = "Duby is a customizable programming language featuring static types,\nlocal type inference and a heavily Ruby-inspired syntax. Duby\ncurrently includes a typer/compiler backend for the JVM which can\noutput either JVM bytecode or Java source files.".freeze s.email = ["headius@headius.com".freeze, "ribrdb@google.com".freeze] s.executables = ["duby".freeze, "dubyc".freeze, "dubyp".freeze] s.extra_rdoc_files = ["History.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/duby".freeze, "bin/dubyc".freeze, "bin/dubyp".freeze, "examples/README".freeze, "examples/appengine/Rakefile".freeze, "examples/appengine/Readme".freeze, "examples/appengine/config.ru".freeze, "examples/appengine/lib/duby/plugin/datastore.rb".freeze, "examples/appengine/src/com/google/appengine/ext/duby/db/Model.duby".freeze, "examples/appengine/src/com/ribrdb/DubyApp.duby".freeze, "examples/appengine/src/com/ribrdb/list.dhtml".freeze, "examples/construction.duby".freeze, "examples/edb.duby".freeze, "examples/fib.duby".freeze, "examples/fields.duby".freeze, "examples/fractal.duby".freeze, "examples/java_thing.duby".freeze, "examples/simple_class.duby".freeze, "examples/swing.duby".freeze, "examples/tak.duby".freeze, "examples/test.edb".freeze, "javalib/JRubyParser.jar".freeze, "lib/duby.rb".freeze, "lib/duby/ast.rb".freeze, "lib/duby/ast/call.rb".freeze, "lib/duby/ast/class.rb".freeze, "lib/duby/ast/flow.rb".freeze, "lib/duby/ast/intrinsics.rb".freeze, "lib/duby/ast/literal.rb".freeze, "lib/duby/ast/local.rb".freeze, "lib/duby/ast/method.rb".freeze, "lib/duby/ast/structure.rb".freeze, "lib/duby/ast/type.rb".freeze, "lib/duby/c/compiler.rb".freeze, "lib/duby/compiler.rb".freeze, "lib/duby/jvm/compiler.rb".freeze, "lib/duby/jvm/method_lookup.rb".freeze, "lib/duby/jvm/source_compiler.rb".freeze, "lib/duby/jvm/source_generator/builder.rb".freeze, "lib/duby/jvm/source_generator/loops.rb".freeze, "lib/duby/jvm/source_generator/precompile.rb".freeze, "lib/duby/jvm/source_generator/typer.rb".freeze, "lib/duby/jvm/typer.rb".freeze, "lib/duby/jvm/types.rb".freeze, "lib/duby/jvm/types/basic_types.rb".freeze, "lib/duby/jvm/types/boolean.rb".freeze, "lib/duby/jvm/types/enumerable.rb".freeze, "lib/duby/jvm/types/factory.rb".freeze, "lib/duby/jvm/types/floats.rb".freeze, "lib/duby/jvm/types/integers.rb".freeze, "lib/duby/jvm/types/intrinsics.rb".freeze, "lib/duby/jvm/types/literals.rb".freeze, "lib/duby/jvm/types/methods.rb".freeze, "lib/duby/jvm/types/number.rb".freeze, "lib/duby/nbcompiler.rb".freeze, "lib/duby/old/compiler_old.rb".freeze, "lib/duby/old/declaration.rb".freeze, "lib/duby/old/mapper.rb".freeze, "lib/duby/old/signature.rb".freeze, "lib/duby/old/typer_old.rb".freeze, "lib/duby/plugin/edb.rb".freeze, "lib/duby/plugin/java.rb".freeze, "lib/duby/plugin/math.rb".freeze, "lib/duby/transform.rb".freeze, "lib/duby/typer.rb".freeze, "test/TestUser.class".freeze, "test/test_ast.rb".freeze, "test/test_compilation.rb".freeze, "test/test_java_typer.rb".freeze, "test/test_javac_compiler.rb".freeze, "test/test_jvm_compiler.rb".freeze, "test/test_math_plugin.rb".freeze, "test/test_typer.rb".freeze] s.homepage = "http://kenai.com/projects/duby".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Duby is a customizable programming language featuring static types, local type inference and a heavily Ruby-inspired syntax".freeze s.test_files = ["test/test_ast.rb".freeze, "test/test_compilation.rb".freeze, "test/test_java_typer.rb".freeze, "test/test_javac_compiler.rb".freeze, "test/test_jvm_compiler.rb".freeze, "test/test_math_plugin.rb".freeze, "test/test_typer.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.0.5".freeze]) end