mattock 0.2.6 → 0.2.7

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 (2) hide show
  1. data/lib/mattock/yard_extensions.rb +0 -1
  2. metadata +4 -4
@@ -28,7 +28,6 @@ module Mattock
28
28
  def process
29
29
  return unless mattock_defining?(namespace, statement[0][0])
30
30
  (root[:tasklibs] ||= []) << namespace
31
- p __LINE__ => [root, root[:tasklibs]]
32
31
  namespace[:task_definition] = statement[2]
33
32
  end
34
33
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mattock
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.6
5
+ version: 0.2.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Judson Lester
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-06 00:00:00 Z
13
+ date: 2012-03-07 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: corundum
@@ -96,7 +96,7 @@ rdoc_options:
96
96
  - --main
97
97
  - doc/README
98
98
  - --title
99
- - mattock-0.2.6 RDoc
99
+ - mattock-0.2.7 RDoc
100
100
  require_paths:
101
101
  - lib/
102
102
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- hash: 536497039
107
+ hash: -514675825
108
108
  segments:
109
109
  - 0
110
110
  version: "0"