boxgrinder-core 0.3.12 → 0.3.13
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/CHANGELOG +6 -1
- data/Manifest +0 -1
- data/boxgrinder-core.gemspec +3 -3
- data/lib/boxgrinder-core/schemas/appliance_schema_0.8.0.yaml +1 -1
- data/lib/boxgrinder-core/schemas/appliance_schema_0.9.0.yaml +1 -1
- data/lib/boxgrinder-core/schemas/appliance_schema_0.9.6.yaml +1 -1
- data/rubygem-boxgrinder-core.spec +6 -2
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
data/boxgrinder-core.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "boxgrinder-core"
|
|
5
|
-
s.version = "0.3.
|
|
5
|
+
s.version = "0.3.13"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Marek Goldmann"]
|
|
9
|
-
s.date = "2012-
|
|
9
|
+
s.date = "2012-08-22"
|
|
10
10
|
s.description = "Core library for BoxGrinder"
|
|
11
11
|
s.email = "info@boxgrinder.org"
|
|
12
12
|
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "lib/boxgrinder-core.rb", "lib/boxgrinder-core/appliance-parser.rb", "lib/boxgrinder-core/appliance-validator.rb", "lib/boxgrinder-core/compat/color.rb", "lib/boxgrinder-core/compat/yaml19.rb", "lib/boxgrinder-core/errors.rb", "lib/boxgrinder-core/helpers/appliance-config-helper.rb", "lib/boxgrinder-core/helpers/appliance-definition-helper.rb", "lib/boxgrinder-core/helpers/appliance-transformation-helper.rb", "lib/boxgrinder-core/helpers/exec-helper.rb", "lib/boxgrinder-core/helpers/log-helper.rb", "lib/boxgrinder-core/models/appliance-config.rb", "lib/boxgrinder-core/models/config.rb", "lib/boxgrinder-core/models/task.rb", "lib/boxgrinder-core/schemas/appliance_schema_0.8.0.yaml", "lib/boxgrinder-core/schemas/appliance_schema_0.9.0.yaml", "lib/boxgrinder-core/schemas/appliance_schema_0.9.6.yaml"]
|
|
13
|
-
s.files = ["CHANGELOG", "LICENSE", "Manifest", "README", "Rakefile", "
|
|
13
|
+
s.files = ["CHANGELOG", "LICENSE", "Manifest", "README", "Rakefile", "lib/boxgrinder-core.rb", "lib/boxgrinder-core/appliance-parser.rb", "lib/boxgrinder-core/appliance-validator.rb", "lib/boxgrinder-core/compat/color.rb", "lib/boxgrinder-core/compat/yaml19.rb", "lib/boxgrinder-core/errors.rb", "lib/boxgrinder-core/helpers/appliance-config-helper.rb", "lib/boxgrinder-core/helpers/appliance-definition-helper.rb", "lib/boxgrinder-core/helpers/appliance-transformation-helper.rb", "lib/boxgrinder-core/helpers/exec-helper.rb", "lib/boxgrinder-core/helpers/log-helper.rb", "lib/boxgrinder-core/models/appliance-config.rb", "lib/boxgrinder-core/models/config.rb", "lib/boxgrinder-core/models/task.rb", "lib/boxgrinder-core/schemas/appliance_schema_0.8.0.yaml", "lib/boxgrinder-core/schemas/appliance_schema_0.9.0.yaml", "lib/boxgrinder-core/schemas/appliance_schema_0.9.6.yaml", "rubygem-boxgrinder-core.spec", "spec/appliance-parser-spec.rb", "spec/appliance-validator-spec.rb", "spec/helpers/appliance-config-helper-spec.rb", "spec/helpers/appliance-definition-helper-spec.rb", "spec/helpers/appliance-transformation-helper-spec.rb", "spec/helpers/exec-helper-spec.rb", "spec/helpers/log-helper-spec.rb", "spec/models/appliance-config-spec.rb", "spec/models/config-spec.rb", "spec/rcov_helper.rb", "spec/rspec/ls/one", "spec/rspec/ls/two", "spec/rspec/src/appliances/0.8.x.appl", "spec/rspec/src/appliances/0.9.x-invalid.appl", "spec/rspec/src/appliances/0.9.x.appl", "spec/rspec/src/appliances/comments.appl", "spec/rspec/src/appliances/ephemeral-repo.appl", "spec/rspec/src/appliances/full.appl", "spec/rspec/src/appliances/invalid-yaml.appl", "spec/rspec/src/appliances/legacy.appl", "spec/rspec/src/appliances/repo.appl", "spec/rspec/src/config/empty", "spec/rspec/src/config/valid", "spec/spec_helper.rb", "boxgrinder-core.gemspec"]
|
|
14
14
|
s.homepage = "http://boxgrinder.org"
|
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Boxgrinder-core", "--main", "README"]
|
|
16
16
|
s.require_paths = ["lib"]
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
Summary: Core library for BoxGrinder
|
|
13
13
|
Name: rubygem-%{gem_name}
|
|
14
|
-
Version: 0.3.
|
|
14
|
+
Version: 0.3.13
|
|
15
15
|
Release: 1%{?dist}
|
|
16
16
|
Group: Development/Languages
|
|
17
17
|
License: LGPLv3+
|
|
@@ -89,8 +89,12 @@ popd
|
|
|
89
89
|
%{gem_docdir}
|
|
90
90
|
|
|
91
91
|
%changelog
|
|
92
|
+
* Mon Jun 18 2012 Marc Savy <msavy@redhat.com> - 0.3.13
|
|
93
|
+
- Upstream release: 0.3.13
|
|
94
|
+
- [BGBUILD-364] Validate length of appliance name
|
|
95
|
+
|
|
92
96
|
* Thu May 24 2012 Marc Savy <msavy@redhat.com> - 0.3.12
|
|
93
|
-
- Upstream release: 0.3.
|
|
97
|
+
- Upstream release: 0.3.12
|
|
94
98
|
- Support for printing coloured terminal output
|
|
95
99
|
|
|
96
100
|
* Wed Feb 29 2012 Marc Savy <msavy@redhat.com> - 0.3.11
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxgrinder-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.13
|
|
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-
|
|
12
|
+
date: 2012-08-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hashery
|
|
@@ -106,7 +106,6 @@ files:
|
|
|
106
106
|
- Manifest
|
|
107
107
|
- README
|
|
108
108
|
- Rakefile
|
|
109
|
-
- boxgrinder-core.gemspec
|
|
110
109
|
- lib/boxgrinder-core.rb
|
|
111
110
|
- lib/boxgrinder-core/appliance-parser.rb
|
|
112
111
|
- lib/boxgrinder-core/appliance-validator.rb
|
|
@@ -149,6 +148,7 @@ files:
|
|
|
149
148
|
- spec/rspec/src/config/empty
|
|
150
149
|
- spec/rspec/src/config/valid
|
|
151
150
|
- spec/spec_helper.rb
|
|
151
|
+
- boxgrinder-core.gemspec
|
|
152
152
|
homepage: http://boxgrinder.org
|
|
153
153
|
licenses: []
|
|
154
154
|
post_install_message:
|