gaffer 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.
- data/VERSION +1 -1
- data/lib/gaffer/deb.rb +1 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/lib/gaffer/deb.rb
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module Gaffer
|
|
2
2
|
class Deb
|
|
3
3
|
def initialize(base, arch, package, depends)
|
|
4
|
-
@git = base.git
|
|
5
4
|
@base = base
|
|
6
5
|
@arch = arch
|
|
7
6
|
@package = package
|
|
@@ -29,7 +28,7 @@ module Gaffer
|
|
|
29
28
|
if File.exists?("#{@base.dir}/init.conf")
|
|
30
29
|
puts "INSTALLING init.conf"
|
|
31
30
|
system "mkdir -p #{dir}/etc/init"
|
|
32
|
-
system "cp #{@base.dir}/init.conf #{dir}/etc/init/#{project}.conf"
|
|
31
|
+
system "cp #{@base.dir}/init.conf #{dir}/etc/init/#{@base.project}.conf"
|
|
33
32
|
end
|
|
34
33
|
end
|
|
35
34
|
system "dpkg-deb -b #{dir} ./#{filebase}.deb"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gaffer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Orion Henry
|