# -*- encoding: utf-8 -*- # stub: dbt 1.1.4 ruby lib Gem::Specification.new do |s| s.name = "dbt".freeze s.version = "1.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Colin Thomas-Arnold ".freeze] s.date = "2014-04-30" s.description = "== DBT (Dependencies and deBugging Tool)\n\nDBT is a tool that helps declare dependencies (+app.files_dependencies+) and\nassists with debugging in a RubyMotion project. It looks for 'break',\n'requires', and 'provides' commands (it does a *teensy* bit of code analyzing to\nprovide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+\nfiles short and consistent.\n\nTo use, include this gem, and add +DBT.analyze(app)+ to your +Rakefile+ in the\nMotion::Project::App.setup block. In your source code you can add DBT\ncommands and those will be translated into directives for\n+app.files_dependencies+ and +debugger_cmds+.\n\nRun +rake+ or rake debug=1, and off you go!\n".freeze s.email = ["colinta@gmail.com".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "dbt.gemspec".freeze, "lib/dbt.rb".freeze, "lib/dbt/version.rb".freeze] s.homepage = "https://github.com/colinta/dbt".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Keep your Rakefile and debugger_cmds files short and consistent".freeze end