debstep 0.0.1 → 0.0.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 (2) hide show
  1. data/lib/debstep/package.rb +1 -1
  2. metadata +4 -4
@@ -3,7 +3,7 @@ require 'fileutils'
3
3
  module Debstep
4
4
  class Package
5
5
 
6
- @@required_control_fields = %w( Package Version Maintainer Description Architecture )
6
+ @@required_control_fields = %w( Package Version Maintainer Description Architecture Section Priority )
7
7
  @@optional_control_fields = %w( Depends )
8
8
 
9
9
  @@control_fields = @@required_control_fields + @@optional_control_fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debstep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,10 +18,10 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - lib/debstep/package.rb
22
21
  - lib/debstep/script_keeper.rb
23
- - lib/debstep/installation.rb
22
+ - lib/debstep/package.rb
24
23
  - lib/debstep/exception.rb
24
+ - lib/debstep/installation.rb
25
25
  - lib/debstep.rb
26
26
  homepage: http://github.com/0x0539/debstep
27
27
  licenses: []
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 1.8.24
46
+ rubygems_version: 1.8.23
47
47
  signing_key:
48
48
  specification_version: 3
49
49
  summary: configure debian packages with a ruby DSL