dbt 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dbt.gemspec +1 -1
- data/lib/dbt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64616ec52a7eb74d2b5c7830ffa8af85d04b39ee
|
4
|
+
data.tar.gz: 74af11dc1bc1ace5341347dbc69f34c08cacae19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ad760bf794ce28effe1b23c4ecda613314a4439a9dfb8f6d98ddaf2b68de822e1494b64693b34a1d811de7ae1cfe4e3b171fcaa77786318c74e8d24e51fb482
|
7
|
+
data.tar.gz: 325ed9df9a7e9fa233afc4f822b61e1f4562d2673a897bcb8ebe7ea792e86065ce7a0c9d97c11d021ce662c709cc9a3578377f89f909763043d3d46403304632
|
data/dbt.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.email = ['colinta@gmail.com']
|
12
12
|
|
13
13
|
gem.description = <<-DESC
|
14
|
-
==DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare
|
14
|
+
== DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare
|
15
15
|
dependencies (+app.files_dependencies+), and assists with debugging, in
|
16
16
|
RubyMotion project. It looks for 'break', 'requires', and 'provides' commands
|
17
17
|
(it does a *teensy* bit of code analyzing to provide some defaults) to make your
|
data/lib/dbt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dbt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin Thomas-Arnold <colinta@gmail.com>
|
@@ -11,7 +11,7 @@ cert_chain: []
|
|
11
11
|
date: 2014-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
|
-
==DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare
|
14
|
+
== DBT (Dependencies and deBugging Tool) is a tool that helps declare and declare
|
15
15
|
dependencies (+app.files_dependencies+), and assists with debugging, in
|
16
16
|
RubyMotion project. It looks for 'break', 'requires', and 'provides' commands
|
17
17
|
(it does a *teensy* bit of code analyzing to provide some defaults) to make your
|