buildrdeb 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/buildrdeb.gemspec CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  Gem::Specification.new do |spec|
18
18
  spec.name = 'buildrdeb'
19
- spec.version = '0.0.2'
19
+ spec.version = '0.0.3'
20
20
  spec.author = 'Antoine Toulme'
21
21
  spec.email = "antoine@lunar-ocean.com"
22
22
  spec.homepage = "http://buildr.apache.org/"
@@ -79,7 +79,9 @@ module BuildrDeb
79
79
  version ||= project.version
80
80
  end
81
81
  deb.enhance do |task|
82
- raise "no control file was defined when packaging #{project.id} as a deb file" if task.control.nil?
82
+ task.enhance do
83
+ raise "no control file was defined when packaging #{project.id} as a deb file" if task.control.nil?
84
+ end
83
85
  end
84
86
  return deb
85
87
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildrdeb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Antoine Toulme
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-08 00:00:00 -07:00
18
+ date: 2010-09-16 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21