dw-boxgrinder-tarball-platform-plugin 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{dw-boxgrinder-tarball-platform-plugin}
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.3"
|
4
4
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
6
6
|
s.authors = ["Pete Royle"]
|
7
|
-
s.date = %q{2012-
|
7
|
+
s.date = %q{2012-09-11}
|
8
8
|
s.description = %q{BoxGrinder Build Tarball Platform Plugin}
|
9
9
|
s.email = %q{howardmoon@screamingcoder.com}
|
10
10
|
s.extra_rdoc_files = ["CHANGELOG", "lib/dw-boxgrinder-tarball-platform-plugin.rb", "lib/dw-boxgrinder-tarball-platform-plugin/tarball_plugin.rb", "lib/dw-boxgrinder-tarball-platform-plugin/rpm_helper.rb"]
|
@@ -91,7 +91,7 @@ module BoxGrinder
|
|
91
91
|
uniq_entries = Set.new
|
92
92
|
# add custom repo definitions
|
93
93
|
@appliance_config.repos.each do |repo|
|
94
|
-
Minitar.pack_file("#{$YUM_REPOS_DIR}/#{repo['name']}.repo", tar)
|
94
|
+
Minitar.pack_file("#{$YUM_REPOS_DIR}/#{repo['name']}.repo", tar) if repo['ephemeral'] == false
|
95
95
|
end
|
96
96
|
# add all files from the "files:" section
|
97
97
|
for tgt_dir in @appliance_config.files.keys
|
metadata
CHANGED
@@ -1,55 +1,39 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dw-boxgrinder-tarball-platform-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 27
|
5
4
|
prerelease:
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 2
|
10
|
-
version: 0.0.2
|
5
|
+
version: 0.0.3
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
|
-
- Pete Royle
|
8
|
+
- Pete Royle
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date: 2012-
|
19
|
-
default_executable:
|
13
|
+
date: 2012-09-11 00:00:00 Z
|
20
14
|
dependencies:
|
21
|
-
- !ruby/object:Gem::Dependency
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
- - ">="
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
hash: 13
|
46
|
-
segments:
|
47
|
-
- 0
|
48
|
-
- 5
|
49
|
-
- 3
|
50
|
-
version: 0.5.3
|
51
|
-
type: :runtime
|
52
|
-
version_requirements: *id002
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: boxgrinder-build
|
17
|
+
prerelease: false
|
18
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.5.0
|
24
|
+
type: :runtime
|
25
|
+
version_requirements: *id001
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: minitar
|
28
|
+
prerelease: false
|
29
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
30
|
+
none: false
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 0.5.3
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id002
|
53
37
|
description: BoxGrinder Build Tarball Platform Plugin
|
54
38
|
email: howardmoon@screamingcoder.com
|
55
39
|
executables: []
|
@@ -57,53 +41,45 @@ executables: []
|
|
57
41
|
extensions: []
|
58
42
|
|
59
43
|
extra_rdoc_files:
|
60
|
-
- CHANGELOG
|
61
|
-
- lib/dw-boxgrinder-tarball-platform-plugin.rb
|
62
|
-
- lib/dw-boxgrinder-tarball-platform-plugin/tarball_plugin.rb
|
63
|
-
- lib/dw-boxgrinder-tarball-platform-plugin/rpm_helper.rb
|
44
|
+
- CHANGELOG
|
45
|
+
- lib/dw-boxgrinder-tarball-platform-plugin.rb
|
46
|
+
- lib/dw-boxgrinder-tarball-platform-plugin/tarball_plugin.rb
|
47
|
+
- lib/dw-boxgrinder-tarball-platform-plugin/rpm_helper.rb
|
64
48
|
files:
|
65
|
-
- CHANGELOG
|
66
|
-
- Rakefile
|
67
|
-
- lib/dw-boxgrinder-tarball-platform-plugin.rb
|
68
|
-
- lib/dw-boxgrinder-tarball-platform-plugin/tarball_plugin.rb
|
69
|
-
- lib/dw-boxgrinder-tarball-platform-plugin/rpm_helper.rb
|
70
|
-
- lib/dw-boxgrinder-tarball-platform-plugin/src/base.repo
|
71
|
-
- dw-boxgrinder-tarball-platform-plugin.gemspec
|
72
|
-
has_rdoc: true
|
49
|
+
- CHANGELOG
|
50
|
+
- Rakefile
|
51
|
+
- lib/dw-boxgrinder-tarball-platform-plugin.rb
|
52
|
+
- lib/dw-boxgrinder-tarball-platform-plugin/tarball_plugin.rb
|
53
|
+
- lib/dw-boxgrinder-tarball-platform-plugin/rpm_helper.rb
|
54
|
+
- lib/dw-boxgrinder-tarball-platform-plugin/src/base.repo
|
55
|
+
- dw-boxgrinder-tarball-platform-plugin.gemspec
|
73
56
|
homepage: http://www.digitalworx.com.au
|
74
57
|
licenses: []
|
75
58
|
|
76
59
|
post_install_message:
|
77
60
|
rdoc_options:
|
78
|
-
- --line-numbers
|
79
|
-
- --inline-source
|
80
|
-
- --title
|
81
|
-
- dw-boxgrinder-tarball-platform-plugin
|
61
|
+
- --line-numbers
|
62
|
+
- --inline-source
|
63
|
+
- --title
|
64
|
+
- dw-boxgrinder-tarball-platform-plugin
|
82
65
|
require_paths:
|
83
|
-
- lib
|
66
|
+
- lib
|
84
67
|
required_ruby_version: !ruby/object:Gem::Requirement
|
85
68
|
none: false
|
86
69
|
requirements:
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
segments:
|
91
|
-
- 0
|
92
|
-
version: "0"
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: "0"
|
93
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
74
|
none: false
|
95
75
|
requirements:
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
segments:
|
100
|
-
- 1
|
101
|
-
- 2
|
102
|
-
version: "1.2"
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: "1.2"
|
103
79
|
requirements: []
|
104
80
|
|
105
81
|
rubyforge_project: BoxGrinder Build
|
106
|
-
rubygems_version: 1.
|
82
|
+
rubygems_version: 1.8.24
|
107
83
|
signing_key:
|
108
84
|
specification_version: 3
|
109
85
|
summary: Tarball Platform Plugin
|