# -*- encoding: utf-8 -*- # stub: dbt 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "dbt".freeze s.version = "1.0.2".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-03-29" s.description = "DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare\ndependencies (`app.files_dependencies`), and assists with debugging, in\nRubyMotion project. It looks for 'break', 'requires', and 'provides' commands\n(it does a *teensy* bit of code analyzing to provide some defaults) to make your\nRubyMotion `Rakefile` and `debugger_cmds` files short and consistent.\n\nTo use, include this gem, and add `app.analyze` to your `Rakefile` in the\n`Motion::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, ".rdoc_options".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