pkgr 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module Pkgr
7
7
 
8
8
  def initialize(path, opts = {})
9
9
  opts = opts.dup
10
- @path = path
10
+ @path = File.expand_path(path)
11
11
  @host = opts.delete(:host)
12
12
  @config = Config.new(opts)
13
13
  end
data/lib/pkgr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pkgr
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pkgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-20 00:00:00.000000000 Z
12
+ date: 2014-03-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -123,7 +123,9 @@ dependencies:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
125
  version: '2'
126
- description: Package your Ruby & Rails apps as debian packages
126
+ description: Embeds your app dependencies (e.g. a specific ruby version and you gems
127
+ in the case of Rails apps) into a debian package, for easy installation. Provides
128
+ init scripts and more.
127
129
  email:
128
130
  - cyril.rohr@gmail.com
129
131
  executables:
@@ -170,7 +172,8 @@ files:
170
172
  - README.md
171
173
  - bin/pkgr
172
174
  homepage: http://github.com/crohr/pkgr
173
- licenses: []
175
+ licenses:
176
+ - MIT
174
177
  post_install_message:
175
178
  rdoc_options:
176
179
  - --charset=UTF-8
@@ -193,5 +196,5 @@ rubyforge_project:
193
196
  rubygems_version: 1.8.23
194
197
  signing_key:
195
198
  specification_version: 3
196
- summary: Package your Ruby & Rails apps as debian packages
199
+ summary: Package any app as a debian package
197
200
  test_files: []