rake-debian-build 1.0.16 → 1.0.17

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake-debian-build (1.0.16)
4
+ rake-debian-build (1.0.17)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -19,7 +19,7 @@ module Debian::Build
19
19
 
20
20
  def self.debian_distributions
21
21
  @@debian_distributions ||=
22
- %w{stable testing unstable}.collect { |distribution| Distribution.new(:debian, distribution) }
22
+ %w{oldstable stable testing unstable}.collect { |distribution| Distribution.new(:debian, distribution) }
23
23
  end
24
24
 
25
25
  def self.ubuntu_distributions
@@ -49,7 +49,7 @@ module Debian::Build
49
49
  [ :unstable, :lucid ].include? distribution
50
50
  end
51
51
 
52
- @@local_names = { :stable => 'lenny', :testing => 'squeeze' }
52
+ @@local_names = { :oldstable => 'lenny', :stable => 'squeeze', :testing => 'wheezy' }
53
53
  def local_name
54
54
  @@local_names.fetch(distribution,self.to_s)
55
55
  end
@@ -1,7 +1,7 @@
1
1
  module Rake
2
2
  module Debian
3
3
  module Build
4
- VERSION = "1.0.16"
4
+ VERSION = "1.0.17"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-debian-build
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 16
10
- version: 1.0.16
9
+ - 17
10
+ version: 1.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alban Peignier
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-22 00:00:00 +01:00
18
+ date: 2011-03-07 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21