pkgr 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/lib/pkgr.rb +1 -1
  3. data/lib/pkgr/version.rb +1 -1
  4. metadata +2 -2
data/README.md CHANGED
@@ -114,7 +114,7 @@ Once you're ready to package your app, just run the following steps:
114
114
  app. Next step is probably to upload it to a local apt repository, and then
115
115
  a simple `apt-get install my-app` will install everything. Enjoy!
116
116
 
117
-
117
+ Have a look at the Getting Started guide in the `doc` folder of this repository.
118
118
 
119
119
  ## Requirements
120
120
 
@@ -18,7 +18,7 @@ module Pkgr
18
18
  puts "'#{target}' already exists. Skipped."
19
19
  else
20
20
  FileUtils.cp(File.expand_path("../pkgr/data/pkgr.yml", __FILE__), target, :verbose => true)
21
- puts "Edit '#{target}' and fill in the required information, then enter 'rake pkgr:generate:debian' to generate the debian control files."
21
+ puts "Edit '#{target}' and fill in the required information, then enter 'rake pkgr:generate' to generate the debian files."
22
22
  end
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Pkgr
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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: 0.1.0
4
+ version: 0.1.1
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: 2012-05-03 00:00:00.000000000 Z
12
+ date: 2012-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake