debra 0.0.3 → 0.0.4

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 (3) hide show
  1. data/lib/debra.rb +1 -1
  2. data/lib/debra/execute.rb +1 -1
  3. metadata +2 -2
data/lib/debra.rb CHANGED
@@ -8,7 +8,7 @@ module Debra
8
8
  include Cli
9
9
  include Execute
10
10
 
11
- VERSION = [0,0,3]
11
+ VERSION = [0,0,4]
12
12
 
13
13
  module_function :exec, :find_debfile, :run, :load_file
14
14
 
data/lib/debra/execute.rb CHANGED
@@ -47,7 +47,7 @@ module Debra
47
47
 
48
48
  def package_name
49
49
  if @@options.revision != nil
50
- version = @@control[:version] + @@options.revision
50
+ version = @@control[:version] + "-" + @@options.revision
51
51
  else
52
52
  version = @@control[:version]
53
53
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matt Haynes