fpm 0.2.14 → 0.2.15

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/fpm/builder.rb +2 -1
  2. metadata +11 -11
@@ -36,7 +36,8 @@ class FPM::Builder
36
36
  :name => settings.package_name,
37
37
  :prefix => settings.prefix,
38
38
  :suffix => settings.suffix,
39
- :exclude => settings.exclude
39
+ :exclude => settings.exclude,
40
+ :maintainer => settings.maintainer
40
41
  )
41
42
 
42
43
  @edit = !!settings.edit
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fpm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease: false
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 14
10
- version: 0.2.14
9
+ - 15
10
+ version: 0.2.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-07 00:00:00 -07:00
18
+ date: 2011-04-11 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -43,16 +43,16 @@ extra_rdoc_files: []
43
43
 
44
44
  files:
45
45
  - lib/fpm/builder.rb
46
+ - lib/fpm/namespace.rb
46
47
  - lib/fpm/source.rb
47
48
  - lib/fpm/rubyfixes.rb
48
- - lib/fpm/target/deb.rb
49
- - lib/fpm/target/rpm.rb
50
- - lib/fpm/package.rb
51
- - lib/fpm/namespace.rb
49
+ - lib/fpm/source/npm.rb
52
50
  - lib/fpm/source/dir.rb
53
51
  - lib/fpm/source/rpm.rb
54
- - lib/fpm/source/npm.rb
55
52
  - lib/fpm/source/gem.rb
53
+ - lib/fpm/target/deb.rb
54
+ - lib/fpm/target/rpm.rb
55
+ - lib/fpm/package.rb
56
56
  - lib/fpm.rb
57
57
  - bin/fpm
58
58
  - bin/fpm-npm
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements: []
90
90
 
91
91
  rubyforge_project:
92
- rubygems_version: 1.3.7
92
+ rubygems_version: 1.5.1
93
93
  signing_key:
94
94
  specification_version: 3
95
95
  summary: fpm - package building and mangling