# -*- encoding: utf-8 -*- # stub: sweet-lang 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "sweet-lang".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jo\u00E3o Moura".freeze] s.date = "2011-12-13" s.description = "Sweet is a pre-compiled language based on Ruby and Python. \n Sweet makes possible to use all the class, defs, conditionals, global and \n local variables power of server-side languages, defining blocks by indentation \n like Python in your Sweet HTML markup.\n It comes with a SIC ( Sweet Interactive Console ) the you can test your code and ideas\n before really right and compile it.".freeze s.email = "joaomdmoura@gmail.com".freeze s.executables = ["sweet".freeze] s.files = ["bin/sweet".freeze, "lib/interpreter.rb".freeze, "lib/lexer.rb".freeze, "lib/lexer/core.rb".freeze, "lib/lexer/strings.rb".freeze, "lib/lexer/tags.rb".freeze, "lib/nodes.rb".freeze, "lib/parser.rb".freeze, "lib/runtime.rb".freeze, "lib/runtime/bootstrap.rb".freeze, "lib/runtime/class.rb".freeze, "lib/runtime/context.rb".freeze, "lib/runtime/method.rb".freeze, "lib/runtime/object.rb".freeze, "lib/sweet.rb".freeze] s.homepage = "https://github.com/joaomdmoura/sweet".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Sweet language, that compiles for HTML".freeze end