dbt 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/dbt.gemspec +1 -1
  4. data/lib/dbt/version.rb +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6249cac2cc5d05af774ec58e51ed64d06d1cdec7
4
- data.tar.gz: b33611fbff182f63d2713a3714f482234788672b
3
+ metadata.gz: bba557c498d79c32a182b797644a88c4f646b5e8
4
+ data.tar.gz: 16954fb22aa547fdbf93f0d78c063df2f8524534
5
5
  SHA512:
6
- metadata.gz: 39592ba2539d51fed56e648ed762fe19592e25070275e2ab8e56e0a834ae0d206eed93b12a60157a93840b274e82ee6aced1355418b4c31d8cef0b44a6fa2852
7
- data.tar.gz: b806ef1b78926ca43a9373dfd4d6f9f94d4f762d60afebcbbcbb46c2250a02cfc456b80a372e3334139fc69910b51977467daa1e3c4ed0b88e3fb93a2f3e4a47
6
+ metadata.gz: 5553bc8f890fa582c427516872b0a976ab972968aab7e5b5511ee1513fa92b6ff29ae5e2d4e8af50b3e3b6641d184c5e2f8cdcea1965a41c842546b96a60d90e
7
+ data.tar.gz: 2683b9a49e18bfd2b85f7128cb55a07f84e0623805d852e60f316d731ba4edcc384f5b8d054f7ecbc982b7b59434952e742bcda9760be96990a55fb2b83e3bbc
data/README.md CHANGED
@@ -8,7 +8,7 @@ it will detect VERY basic class and module declarations) to make your RubyMotion
8
8
 
9
9
  **CAUTION**: It overwrites the `debugger_cmds` file!
10
10
 
11
- To use, include this gem (`gem 'depdep'`), and add `app.analyze` to your
11
+ To use, include this gem (`gem 'dbt'`), and add `DBT.analyze(app)` to your
12
12
  `Rakefile`, after you have added your libraries and whatnot. It looks at
13
13
  `app.files` and scans those files, so I mean it when I say "after you have added
14
14
  your libraries and whatnot". In your source code you add DBT commands:
data/dbt.gemspec CHANGED
@@ -19,7 +19,7 @@ assists with debugging in a RubyMotion project. It looks for 'break',
19
19
  provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+
20
20
  files short and consistent.
21
21
 
22
- To use, include this gem, and add +app.analyze+ to your +Rakefile+ in the
22
+ To use, include this gem, and add +DBT.analyze(app)+ to your +Rakefile+ in the
23
23
  <tt>Motion::Project::App.setup</tt> block. In your source code you can add DBT
24
24
  commands and those will be translated into directives for
25
25
  +app.files_dependencies+ and +debugger_cmds+.
data/lib/dbt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DBT
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin Thomas-Arnold <colinta@gmail.com>
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2014-04-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  == DBT (Dependencies and deBugging Tool)
@@ -19,7 +19,7 @@ description: |
19
19
  provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+
20
20
  files short and consistent.
21
21
 
22
- To use, include this gem, and add +app.analyze+ to your +Rakefile+ in the
22
+ To use, include this gem, and add +DBT.analyze(app)+ to your +Rakefile+ in the
23
23
  <tt>Motion::Project::App.setup</tt> block. In your source code you can add DBT
24
24
  commands and those will be translated into directives for
25
25
  +app.files_dependencies+ and +debugger_cmds+.
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  version: '0'
58
58
  requirements: []
59
59
  rubyforge_project:
60
- rubygems_version: 2.0.3
60
+ rubygems_version: 2.0.14
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: Keep your Rakefile and debugger_cmds files short and consistent