dbt.gemspec in dbt-1.0.3 vs dbt.gemspec in dbt-1.0.4

- old
+ new

@@ -9,10 +9,10 @@ gem.authors = ['Colin Thomas-Arnold <colinta@gmail.com>'] gem.email = ['colinta@gmail.com'] gem.description = <<-DESC -==DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare +== DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare dependencies (+app.files_dependencies+), and assists with debugging, in RubyMotion project. It looks for 'break', 'requires', and 'provides' commands (it does a *teensy* bit of code analyzing to provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+ files short and consistent.