pkgr 0.1.0 → 0.1.1
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.
- data/README.md +1 -1
- data/lib/pkgr.rb +1 -1
- data/lib/pkgr/version.rb +1 -1
- 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
|
|
data/lib/pkgr.rb
CHANGED
@@ -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
|
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
|
|
data/lib/pkgr/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2012-05-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|